增加屏幕驱动

This commit is contained in:
2026-07-30 19:20:34 +08:00
parent 2306a0272c
commit cef702dba0
6 changed files with 195 additions and 8 deletions
+3 -3
View File
@@ -1,3 +1,3 @@
idf_component_register(SRCS "hello_world_main.c"
PRIV_REQUIRES spi_flash
INCLUDE_DIRS "")
idf_component_register(SRCS "hello_world_main.c" "iic.c" "oled.c"
PRIV_REQUIRES spi_flash esp_driver_i2c log
INCLUDE_DIRS ".")