Commit Graph

420 Commits (401858c4565343e9ec561cd9bfa61da3bc32c542)

Author SHA1 Message Date
Chris 401858c456
Merge pull request #75 from lrbalt/epd2in13bc
add support for 2in13bc tri-color e-ink display
2021-05-25 07:57:16 +02:00
Reinier Balt f7d86d8bfe add epd2in13bc to README and add some comments to example 2021-05-24 09:58:42 +02:00
Reinier Balt a4b8f5768e run cargo fmt 2021-05-24 09:58:42 +02:00
Reinier Balt 199c5ed298 add example for epd2in13bc using chromatic color besides black and white 2021-05-24 09:58:42 +02:00
Reinier Balt c552111ae8 add support for Waveshare e-Paper 2.13 inch tri-color screen
datasheet is same as the 2.9" version, except resolution
2021-05-24 09:58:42 +02:00
Reinier Balt 9dedf76c57 bring copy into 2in13bc namespace 2021-05-24 09:58:42 +02:00
Reinier Balt e1aada3b38 use epd2in9bc as base for implementing support epd2in13bc 2021-05-24 09:58:41 +02:00
Chris 6679869bc3
Update rust.yml
Fix ci only running for main-branch stuff
2021-05-16 14:26:51 +02:00
Chris d9254a68a2
Update CHANGELOG.md 2021-04-27 21:09:40 +02:00
Chris 56219e0d4b
Merge pull request #74 from andber1/epd-2in9-v2
Fixed epd2in9 quick refresh by @andber1
2021-04-27 21:02:01 +02:00
Andreas dc93687a86 Fixed epd2in9 quick refresh 2021-04-27 17:35:15 +02:00
Chris 89ec95d8c9
Merge pull request #73 from andber1/epd-2in9-v2
Added epd2in9_v2 support by @andber1
2021-04-21 09:03:34 +02:00
Andreas ae25129ada Merge branch 'fix-70' 2021-04-19 18:00:41 +02:00
Andreas 1cd1c3921d fixed documentation and formatting 2021-04-19 17:58:32 +02:00
Andreas 64e1b6ded0 Added epd2in9_v2 support 2021-04-19 17:58:32 +02:00
Caemor 8ef83eb88a Fix missing parts of merge of #71 2021-04-18 18:49:23 +02:00
Caemor 93b1a21cdb Merge branch 'olback-fix-70' 2021-04-18 18:15:43 +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
Chris ef1d2b97e9
Merge pull request #67 from whiite/main
Added support for the 7.5 inch HD display by @whiite
2021-04-15 12:57:54 +02:00
pi 3141865b62 epd7in5 HD: Fixed graphics tests 2021-04-15 10:49:39 +01:00
pi c94f6c4434 epd7in5 HD: Renamed epd7in5 struct for Clippy 2021-04-15 10:27:30 +01:00
pi 989a236fb1 epd7in5 HD: Rename Command enums for Clippy check 2021-04-15 10:20:52 +01:00
pi a1e9c17b53 epd7in5 HD: Corrected import of `RefreshLut` trait 2021-04-14 15:30:41 +01:00
pi f52ff0f1ca Merge branch 'main' of https://github.com/whiite/epd-waveshare into main 2021-04-14 15:22:36 +01:00
pi 72e6b82b2d epd7in5 HD: Formatted with cargo fmt 2021-04-14 15:22:33 +01:00
Liam 434f1bcd20
Merge branch 'main' into main 2021-04-14 15:15:06 +01:00
pi ba1243137d EPD 7in5 HD: Added more documentation
Updated README to include the driver.
Updated CHANGELOG.
Added note about the default background color of the HD driver
2021-04-14 14:59:23 +01:00
Chris ff6bf92d1c
Merge pull request #72 from caemor/Fix-CamelCase-Issue
Fix camel caseand other lowercase/acronym issues issue
2021-04-11 21:26:22 +02:00
Caemor 15e557951f Further improvements around acronym lowercases,... 2021-04-11 21:21:39 +02:00
Caemor 9d95eeb64b cargo fmt 2021-04-11 20:38:03 +02:00
Caemor ba1b90e2f3 Removed #[allow(non_camel_case_types)] to fix issues 2021-04-11 20:31:24 +02:00
Caemor 0567da80c0 Small impros to changelog and readme 2021-04-11 20:28:46 +02:00
Edwin Svensson c3a4cde815
skip closure/task 2021-04-11 16:57:28 +02:00
Edwin Svensson 04476e6671
fix tests 2021-04-04 22:26:50 +02:00
Edwin Svensson 9a1575b2ec
API change to partially fix #70 2021-04-04 22:10:50 +02:00
pi 73c98d86e7 Added back tests for epd7in5_hd commands 2021-03-31 11:09:58 +01:00
pi ba432ccf91 Removed unused code 2021-03-31 11:09:32 +01:00
pi c27ffd507f Added support for the 7.5 inch HD display 2021-03-31 10:39:29 +01:00
Chris a252d074de
Merge pull request #66 from BuggStream/feature/epd1in54c
Add support for epd1in54c
2021-02-20 16:58:21 +01:00
Chris 181010f366
Merge pull request #64 from caemor/Further4in2Improvements
Further 4in2 improvements
2021-02-20 16:56:26 +01:00
BuggStream b479edd108 Fix last rustfmt issue 2021-02-08 00:40:07 +01:00
BuggStream b49dd6cd1f Update documentation for 1in54c 2021-02-08 00:26:31 +01:00
BuggStream 6129723c41 Clean up and simplify code 2021-02-07 23:30:44 +01:00
BuggStream 6c8ac87c7d Ensure device is ready to receive data when updating frame 2021-02-07 01:19:30 +01:00
BuggStream d1b0ac1854 Add support for 1in54c EPD 2021-02-06 17:17:04 +01:00
Caemor b4c3722ece Updated Changelog 2021-01-28 12:08:13 +01:00
Chris 87037c6f52
Merge pull request #60 from pjsier/feat/epd2in7b
Add support for epd2in7b
2021-01-28 00:07:27 +01:00
Chris ae9ef59c21
Merge pull request #65 from caemor/assign_tests
Auto Assign tests
2021-01-27 21:32:28 +01:00
Caemor ce95d3d93f add auto_assign ymls 2021-01-27 21:26:13 +01:00
Caemor f9a09d9018 Update Changelog 2021-01-27 21:00:52 +01:00