From af336e4ec1163a0fc699cd1bba06517b94b99e29 Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Sat, 6 Nov 2021 05:32:01 +0100 Subject: [PATCH] Hide pointer on antiburn and idle #134 --- src/hasp/hasp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hasp/hasp.cpp b/src/hasp/hasp.cpp index 9fd87d6f..7b8da115 100644 --- a/src/hasp/hasp.cpp +++ b/src/hasp/hasp.cpp @@ -4,6 +4,7 @@ #include "hasplib.h" #include "dev/device.h" // #include "lv_datetime.h" +#include "hasp_gui.h" #ifdef ARDUINO #include "ArduinoLog.h" @@ -25,7 +26,6 @@ #if HASP_USE_CONFIG > 0 #include "lv_fs_if.h" -#include "hasp_gui.h" #include "hasp_config.h" #include "font/hasp_font_loader.h" //#include "hasp_filesystem.h" included in hasp_conf.h