Skip to content

Commit

Permalink
#14 Prepare to add grayscale support cale-grayscale.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
martinberlin committed Aug 19, 2020
1 parent bbe9ad4 commit 27dc30c
Show file tree
Hide file tree
Showing 3 changed files with 585 additions and 13 deletions.
10 changes: 7 additions & 3 deletions main/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
idf_component_register(
# Main CALE
# CALE official ESP-IDF Firmware
#SRCS "cale.cpp"

# CALE with grayscale support
SRCS "cale-grayscale.cpp"

# Generic demos for any displays
#SRCS "demo-epaper.cpp"
#SRCS "demo-sleep-clock.cpp"
#SRCS "demo-sleep-clock-v2.cpp"
#SRCS "demo-fonts.cpp"
SRCS "demo-epaper.cpp"

# Demo only for plasticlogic.com epapers:
#SRCS "demo-epaper-plasticlogic.cpp"
INCLUDE_DIRS ".")

Expand Down
Loading

0 comments on commit 27dc30c

Please sign in to comment.