Commit Graph

465 Commits (3011b5cb4ee8821773f6823e6ae02ffaf279ed6a)

Author SHA1 Message Date
Chris 2657b867be
Remove Travis and Codecov 2021-01-23 17:37:19 +01:00
Caemor 463afa52c6 delete travis + codecov 2021-01-23 17:01:11 +01:00
Caemor d572ef0f5d test it 2021-01-23 16:50:55 +01:00
Caemor ca3eebecbe Try with codecov.yml 2021-01-23 16:45:31 +01:00
Caemor 1a612c92d3 Fix missing Eq for OutofColorRangeParseError 2021-01-23 16:23:36 +01: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
David-OConnor 0695e94670 Removed example that broke CI 2021-01-21 21:29:37 +04:00
David-OConnor c30d213bc5 Added QuickRefresh trait, and implemented it for 4.2 display 2021-01-21 21:13:13 +04:00
pjsier 49cc823ccc fix epd2in7b reset delay 2021-01-18 13:20:58 -06:00
pjsier 8630869186 add epd2in7b to readme 2021-01-07 12:44:16 -05:00
pjsier fb25c40fe2 add support for epd2in7b 2021-01-01 10:59:12 -06:00
Chris 87e63741ef
Merge pull request #59 from crzysdrs/main
Add Support for 5.65 Inch 7 Color (F) Display
2020-11-20 10:01:40 +01:00
Mitch Souders e49e144a34 Minor fixups 2020-11-19 19:22:41 -08:00
Mitch Souders e225464b62 Cargo fmt 2020-11-15 18:11:58 -08:00
Mitch Souders 147eaf655d Updated README 2020-11-15 18:01:45 -08:00
Mitch Souders 231cc63009 Minor cleanup, added HiZ as color 2020-11-15 17:57:40 -08:00
Mitch Souders c7d32ca86e Added some busy checks and seem to be avoiding missing pictures 2020-11-15 05:32:17 -08:00
Mitch Souders 96d505647d Add support for ep5in65f 2020-11-15 03:25:10 -08:00
Caemor 82f0fe2d15 Fix CI 2020-10-20 12:41:28 +02:00
Chris 43aba4ddb1
Merge pull request #55 from icewind1991/reset-timing
Make reset timing device specific
2020-10-19 19:46:49 +02:00
Robin Appelman 674b88e327 use correct 7in5_v2 reset delay, not the b/c variant 2020-10-19 16:53:17 +02: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
Chris ac97aac745
Create dependabot.yml 2020-10-07 11:41:32 +02:00
Chris d8a41c7afb
Merge pull request #53 from dkm/patch-1
Add 2in13 to the list of supported screens
2020-10-05 23:04:57 +02:00
Marc Poulhiès e5cc087933 Add 2in13 V2 to the list of supported screens
Add 2in13 V2 as supported and tested device.
2020-10-05 22:43:37 +02:00
Chris 221a801340
Merge pull request #51 from dkm/master
Support for Waveshare 2in13 v2 e-ink screen
2020-10-05 21:01:55 +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
Chris 7b8834700e
Merge pull request #52 from dkm/pr/strange_screen_size
Better handling for screen size not divisible by 8
Added buffer_len function
2020-10-05 18:59:23 +02:00
Marc Poulhiès 82b8c98538 Better handling for screen size not divisible by 8
Screen with width not divisible by 8 require special care when allocating the
buffer and when handling rotation.

Define a function for getting the needed buffer size (round up to next byte).
Change how rotation is done by changing coordinates instead of direct pixel
access.
2020-09-27 19:13:35 +02:00
Chris 22f16eaa05
Merge pull request #44 from caemor/v0.4
Release v.0.4.0
2020-04-06 15:59:05 +02:00
caemor f9f2a9ad87 v.0.4 2020-04-06 15:51:54 +02:00
Chris 79c2524c1d
Merge pull request #41 from michaelbeaumont/epd2in9b
Add epd2in9bc support
2020-03-27 22:31:54 +01:00
Michael Beaumont 9167c643f9
Add epd2in9bc to README, add example 2020-03-27 21:46:32 +01:00
Michael Beaumont b5e647b0d0 Rename red to chromatic, rename epd2in9b to epd2in9bc 2020-03-27 19:09:12 +01:00
Michael Beaumont 7a5472f73a
Update epd2in9b after embedded-graphics update 2020-03-27 18:50:33 +01:00
Michael Beaumont 71d539eeb7
Merge remote-tracking branch 'upstream/master' into epd2in9b 2020-03-27 18:47:13 +01:00
Chris c62ee89960
Update Readme for examples 2020-03-27 10:13:22 +01:00
Chris 8776211536
Update Readme example 2020-03-27 10:12:12 +01:00
Chris 1a670ef8c6
Update README.md 2020-03-27 10:11:06 +01:00
Caemor 5ba408d5a7 Fixed Readme Example 2020-03-26 20:49:15 +01:00
Chris 3871c1672e
Merge pull request #40 from caemor/nidus
Improvements for 0.4
2020-03-26 20:46:15 +01:00
Caemor 85ad681229 Refine Changelog 2020-03-26 20:43:04 +01:00
Caemor 2fcf788673 don't reinstall tarpaulin every time 2020-03-26 20:33:51 +01:00
Caemor 08c46952f7 Further shorten work of travis 2020-03-26 20:07:55 +01:00
Caemor 5c5c04d1fb Speed Up Travis, since most of the stuff switched to github ci 2020-03-26 20:01:05 +01:00
Caemor 0ab1e7db35 Fix changelog 2020-03-26 19:55:53 +01:00
Caemor 409676423d Mainly improved Documenation 2020-03-26 19:55:17 +01:00
Caemor 1dfea538b7 Update changelog and ci 2020-03-26 17:33:54 +01:00
Caemor dcc264c2b0 Replace tabs with spaces 2020-03-26 17:19:55 +01:00
Michael Beaumont 20a01a25bf
Add epd2in9b support 2020-03-25 22:56:34 +01:00