Skip to content

Commit

Permalink
#39 EPDiy should be enabled only when using paralell epapers
Browse files Browse the repository at this point in the history
  • Loading branch information
martinberlin committed Apr 12, 2021
1 parent 4c2e5b9 commit a035795
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/CalEPD/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ set(srcs
idf_component_register(SRCS ${srcs}
REQUIRES "Adafruit-GFX"
REQUIRES "FT6X36-IDF"
REQUIRES "epd_driver"
# Only for parallel epapers:
#REQUIRES "epd_driver"

INCLUDE_DIRS "include"
)
Expand Down

0 comments on commit a035795

Please sign in to comment.