firt commit

This commit is contained in:
2026-06-17 17:28:22 +08:00
commit b3bb7002cd
18 changed files with 96507 additions and 0 deletions

3
main/CMakeLists.txt Normal file
View File

@@ -0,0 +1,3 @@
idf_component_register(SRCS "lcd_reg.c" "main.c" "eye_image.c"
INCLUDE_DIRS "."
PRIV_REQUIRES esp_driver_gpio esp_driver_spi freertos)