diff --git a/CMakeLists.txt b/CMakeLists.txt index db5f222e..ff444683 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ # CMakeLists in this exact order for cmake to work correctly cmake_minimum_required(VERSION 3.16) -set(PROJECT_VER "1.9.0") +set(PROJECT_VER "1.9.1") # Add this line to disable the specific warning add_compile_options(-Wno-missing-field-initializers) diff --git a/main/boards/waveshare-s3-touch-lcd-3.5b/custom_lcd_display.cc b/main/boards/waveshare-s3-touch-lcd-3.5b/custom_lcd_display.cc index a864d52c..bb7732ec 100644 --- a/main/boards/waveshare-s3-touch-lcd-3.5b/custom_lcd_display.cc +++ b/main/boards/waveshare-s3-touch-lcd-3.5b/custom_lcd_display.cc @@ -3,7 +3,6 @@ #include "lcd_display.h" #include -#include #include #include #include @@ -350,4 +349,4 @@ CustomLcdDisplay::CustomLcdDisplay(esp_lcd_panel_io_handle_t panel_io, esp_lcd_p } SetupUI(); -} \ No newline at end of file +} diff --git a/sdkconfig.defaults b/sdkconfig.defaults index 2fa1abbe..6aa8d91d 100644 --- a/sdkconfig.defaults +++ b/sdkconfig.defaults @@ -54,7 +54,6 @@ CONFIG_LV_USE_IMGFONT=y CONFIG_LV_USE_ASSERT_STYLE=y CONFIG_LV_USE_GIF=y CONFIG_LV_USE_LODEPNG=y -CONFIG_LV_USE_TJPGD=y # Use compressed font CONFIG_LV_FONT_FMT_TXT_LARGE=y