start of the epd. Problem right now 0xff display black. Will have to investigate

This commit is contained in:
2026-03-29 21:36:37 -04:00
parent e5b72bbb20
commit be735990ff
14 changed files with 4498 additions and 35 deletions
+3
View File
@@ -0,0 +1,3 @@
idf_component_register(SRCS "epd.cpp"
INCLUDE_DIRS "." "../shared"
PRIV_REQUIRES driver)