Update CMakeLists.txt
missing no link file CMakelists.txt to run ESP32 C3 display, It is an honor to contribute to this beautiful project.
This commit is contained in:
parent
fbeba5d1c3
commit
e52b1b52e6
|
@ -15,6 +15,7 @@ set(COMPONENT_SRCS "csrc/u8x8_setup.c"
|
|||
"csrc/u8g2_polygon.c"
|
||||
"csrc/u8x8_d_uc1604.c"
|
||||
"csrc/u8x8_d_ssd1306_128x32.c"
|
||||
"csrc/u8x8_d_ssd1306_72x40.c"
|
||||
"csrc/u8x8_d_ssd1322.c"
|
||||
"csrc/u8x8_d_sbn1661.c"
|
||||
"csrc/u8g2_input_value.c"
|
||||
|
|
Loading…
Reference in New Issue