Initial commit

This commit is contained in:
fvanroie 2020-01-24 19:35:06 +01:00
parent da4df36491
commit 6424aa3dce
4 changed files with 3 additions and 4 deletions

@ -1 +0,0 @@
Subproject commit 5018378ee704be467866609a259dc9b1161482a5

View File

@ -9,7 +9,7 @@
#include "lv_theme_hasp.h" #include "lv_theme_hasp.h"
#include "lv_objx/lv_roller.h" #include "lv_objx/lv_roller.h"
#include "../include/hasp_conf.h" #include "hasp_conf.h"
#if LV_USE_HASP_SPIFFS #if LV_USE_HASP_SPIFFS
#ifdef ESP32 #ifdef ESP32

View File

@ -6,7 +6,7 @@
#include "TFT_eSPI.h" #include "TFT_eSPI.h"
#ifdef ESP32 #ifdef ESP32
#include "png_decoder.h" //#include "png_decoder.h"
#endif #endif
#include "lv_zifont.h" #include "lv_zifont.h"

View File

@ -1,4 +1,4 @@
#include <Arduino.h>
#include "ArduinoJson.h" #include "ArduinoJson.h"
#include "TFT_eSPI.h" #include "TFT_eSPI.h"