Add power device (battery + power-off) to lilygo-tdeck-max (#553)

This commit is contained in:
Crazypedia
2026-07-09 16:55:14 -04:00
committed by GitHub
parent 1c2806bddf
commit 16a61a087c
4 changed files with 191 additions and 1 deletions
+1 -1
View File
@@ -3,5 +3,5 @@ file(GLOB_RECURSE SOURCE_FILES Source/*.c*)
idf_component_register(
SRCS ${SOURCE_FILES}
INCLUDE_DIRS "Source"
REQUIRES Tactility GDEQ031T10 TCA8418 driver
REQUIRES Tactility GDEQ031T10 TCA8418 BQ27220 driver
)