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:
Eonassiss 2023-04-20 19:30:48 -03:00 committed by GitHub
parent fbeba5d1c3
commit e52b1b52e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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"