Wykres commitów

2 Commity (e0f33d9b98d153aaa86333897ab3cccfa5620fc4)

Autor SHA1 Wiadomość Data
Pierre-Yves Kerbrat e0f33d9b98 epaper2in13v2: implement deep sleep
This commits defines sleep and wakeup methods to enter deep sleep
and wake from sleep mode. Only the feature has been tested, meaning,
calling sleep and wakeup in SLEEP_MODE_1.

During SLEEP_MODE1, RAM is still accessible and thus it is possible to
write new data but they won't show.
After wakeup, updating display will show the operations done during sleep
mode.

Signed-off-by: Pierre-Yves Kerbrat <pykerbrat@gmail.com>
2020-08-30 16:27:40 +02:00
Pierre-Yves Kerbrat 9903d2fced add support for epaper 2in13_v2 displays
This commit adds support for waveshare 2in13 V2 e-ink displays.

Limitation: Only full update is supported at the current time

Signed-off-by: Pierre-Yves Kerbrat <pykerbrat@gmail.com>
2020-08-29 16:37:01 +02:00