Wykres commitów

18 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 df5f4a2b11 examples: add test for epaper 2in13_v2 displays
This commits adds a short example for 2in13v2 displays.
Example is based on the use of framebuffer.

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
Mike Causer 24c454cdd0 Add license 2018-08-08 02:30:53 +10:00
Mike Causer 86759f43f1 Add .gitignore 2018-06-07 19:51:58 +10:00
Mike Causer ca6f940ffd MicroPython v1.9 updates
Replace deprecated Pin.high()/low() methods with .__call__(1/0)
2018-06-07 19:46:00 +10:00
Mike Causer 0bc7f0e2e9 Busy pin constants 2018-06-07 19:45:06 +10:00
Mike Causer 8f142cc44a Cosmetic changes 2018-06-07 19:17:07 +10:00
Mike Causer ded2baa3c7
Merge pull request #3 from Oliv4945/master
Update 4in2 screen to µPython 1.9 & add example
2018-06-07 19:13:46 +10:00
Oliv4945 4e56dde2e9 Add 4in2 hello world example on ESP32 2018-06-06 21:20:27 +02:00
Oliv4945 6aa9d43a5a Update epaper4.2 to MicroPython v1.9 2018-06-04 22:50:04 +02:00
Mike Causer e892649f00 Fix busy pins 2018-05-23 14:55:41 +10:00
Mike Causer 4a196bf473 Add 5.83 and 5.83(B) 2018-05-23 12:18:21 +10:00
Mike Causer 4d4faf9a89 Add license 2018-05-23 12:18:06 +10:00
Mike Causer 2dec6b0fae Update the readme 2018-05-23 12:17:52 +10:00
Mike Causer 54e44f5eb1 Fix dimensions in readme 2018-02-26 09:02:23 +11:00
Mike Causer 7c96daaa5d Add Framebuffer wrap text example 2018-02-24 12:39:05 +11:00
Mike Causer ca8a532054 Initial commit 2018-02-24 02:39:32 +11:00