diff --git a/glcd.h b/glcd.h index cb9d5b45..f65732bc 100644 --- a/glcd.h +++ b/glcd.h @@ -4,8 +4,8 @@ #include "ch.h" #include "hal.h" #include "fonts.h" -#include "drivers/lcd/ssd1289_lld.h" -#include "drivers/lcd/s6d1121_lld.h" +#include "ssd1289_lld.h" +#include "s6d1121_lld.h" #define SCREEN_WIDTH 240 #define SCREEN_HEIGHT 320 diff --git a/touchpad.h b/touchpad.h index dd2d7f14..2078405a 100644 --- a/touchpad.h +++ b/touchpad.h @@ -4,8 +4,8 @@ #include "ch.h" #include "hal.h" #include "glcd.h" -#include "drivers/touchpad/ads7843_lld.h" -#include "drivers/touchpad/xpt2046_lld.h" +#include "ads7843_lld.h" +#include "xpt2046_lld.h" #define CONVERSIONS 3