diff --git a/src/drv/tft/tft_driver_tftespi.h b/src/drv/tft/tft_driver_tftespi.h index 08f4de3a..e3c8906b 100644 --- a/src/drv/tft/tft_driver_tftespi.h +++ b/src/drv/tft/tft_driver_tftespi.h @@ -16,7 +16,7 @@ #include "hasp_debug.h" #ifdef HASP_CUSTOMIZE_BOOTLOGO -#include "bootlogo.h" // Sketch tab header for xbm images +#include "custom/bootlogo.h" // Sketch tab header for xbm images #else #include "bootscreen.h" // Sketch tab header for xbm images #endif