From 2845083829bc5c1375068642237eb21fb211b541 Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Mon, 14 Jun 2021 21:08:59 +0200 Subject: [PATCH] Allow custom bootlogo --- src/drv/tft/tft_driver_tftespi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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