Skip to content

Commit 04e6d44

Browse files
tchmnnj-g00daorhun
authored
feat(backend): support epd_waveshare (#127)
* feat: support epd_waveshare * docs: add epd-waveshare instructions * fix: formatting Co-authored-by: Jagoda Estera Ślązak <128227338+j-g00da@users.noreply.github.com> * docs: add epd-waveshare example * chore: cleanup * chore: update deps * chore: clean up the implementation * style: fix formatting * chore: build the EPD waveshare demo in CI * chore: set up esp toolchain for EPD waveshare example * chore: remove empty loop * fix: remove Ok(()) from main * chore: allow empty loop --------- Co-authored-by: Jagoda Estera Ślązak <128227338+j-g00da@users.noreply.github.com> Co-authored-by: Orhun Parmaksız <orhunparmaksiz@gmail.com>
1 parent 5e8f26d commit 04e6d44

File tree

11 files changed

+1322
-336
lines changed

11 files changed

+1322
-336
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@ jobs:
7070
dir: examples/mousefood-esp32-std-demo
7171
target: xtensa-esp32-espidf
7272
setup_xtensa: true
73+
# EPD Waveshare demo
74+
- name: epd-waveshare-demo
75+
dir: examples/epd-waveshare-demo
76+
target: ""
77+
setup_xtensa: true
7378
steps:
7479
- name: Checkout
7580
uses: actions/checkout@v6

0 commit comments

Comments
 (0)