Skip to content

Commit 683e3d4

Browse files
authored
fix S3 RGB LCD Display crashes
1 parent e68e301 commit 683e3d4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

configs/builds.json

+6
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@
3636
"out":"lib/libesp_hw_support.a",
3737
"targets":["esp32s3"]
3838
},
39+
{
40+
"file":"libesp_lcd.a",
41+
"src":"build/esp-idf/esp_lcd/libesp_lcd.a",
42+
"out":"lib/libesp_lcd.a",
43+
"targets":["esp32s3"]
44+
},
3945
{
4046
"file":"sections.ld",
4147
"src":"build/esp-idf/esp_system/ld/sections.ld",

0 commit comments

Comments
 (0)