James Waples
|
a92eac02a4
|
Make embedded-graphics a dev dependency
e-g-core should be the only e-g dependency required for the driver
itself, so this PR changes a few of the imports to reflect that.
|
2021-08-20 18:10:59 +01:00 |
Reinier Balt
|
5622627c1f
|
fix remaining PrimitiveStyleBuilder conversions
|
2021-06-16 14:53:12 +02:00 |
Reinier Balt
|
78ffda673e
|
migrate minimum set of drivers to make tests pass
|
2021-06-16 13:49:33 +02:00 |
Caemor
|
980b2b9667
|
Merge branch 'fix-70' of https://github.com/olback/epd-waveshare into olback-fix-70
|
2021-04-18 18:13:40 +02:00 |
Caemor
|
15e557951f
|
Further improvements around acronym lowercases,...
|
2021-04-11 21:21:39 +02:00 |
Caemor
|
ba1b90e2f3
|
Removed #[allow(non_camel_case_types)] to fix issues
|
2021-04-11 20:31:24 +02:00 |
Edwin Svensson
|
c3a4cde815
|
skip closure/task
|
2021-04-11 16:57:28 +02:00 |
Edwin Svensson
|
9a1575b2ec
|
API change to partially fix #70
|
2021-04-04 22:10:50 +02:00 |
Caemor
|
bccfc81b13
|
Improve Stuff mentioned by clippy:
- use range.contains instead of >= && <=
- Use better error type
|
2021-01-23 14:55:03 +01:00 |
Mitch Souders
|
96d505647d
|
Add support for ep5in65f
|
2020-11-15 03:25:10 -08:00 |
Robin Appelman
|
5cb7de5929
|
make reset timing device specific
reset timings seem to be device specific, trying to reset the 7in5_v2 with timings from other devices does not reset the display.
Timings taken from https://github.com/waveshare/e-Paper/blob/master/RaspberryPi%26JetsonNano/python/lib/waveshare_epd
|
2020-10-17 17:13:38 +02:00 |
Marc Poulhiès
|
27e367c89c
|
Initial support for Waveshare 2in13 v2 e-ink screen
This initial support covers both the full (slow) update of the display and the
partial (fast) update.
|
2020-10-05 20:48:02 +02:00 |