Skip to content

Commit 1e94e88

Browse files
committed
fix: c3 stack protection error, remove lvgl jpg library
1 parent b35bf0c commit 1e94e88

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# CMakeLists in this exact order for cmake to work correctly
55
cmake_minimum_required(VERSION 3.16)
66

7-
set(PROJECT_VER "1.9.0")
7+
set(PROJECT_VER "1.9.1")
88

99
# Add this line to disable the specific warning
1010
add_compile_options(-Wno-missing-field-initializers)

main/boards/waveshare-s3-touch-lcd-3.5b/custom_lcd_display.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
#include "lcd_display.h"
44

55
#include <vector>
6-
#include <font_awesome_symbols.h>
76
#include <esp_log.h>
87
#include <esp_err.h>
98
#include <esp_lvgl_port.h>
@@ -350,4 +349,4 @@ CustomLcdDisplay::CustomLcdDisplay(esp_lcd_panel_io_handle_t panel_io, esp_lcd_p
350349
}
351350

352351
SetupUI();
353-
}
352+
}

sdkconfig.defaults

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ CONFIG_LV_USE_IMGFONT=y
5454
CONFIG_LV_USE_ASSERT_STYLE=y
5555
CONFIG_LV_USE_GIF=y
5656
CONFIG_LV_USE_LODEPNG=y
57-
CONFIG_LV_USE_TJPGD=y
5857

5958
# Use compressed font
6059
CONFIG_LV_FONT_FMT_TXT_LARGE=y

0 commit comments

Comments
 (0)