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
5 years ago
Caemor
15e557951f
Further improvements around acronym lowercases,...
5 years ago
Caemor
9d95eeb64b
cargo fmt
5 years ago
Caemor
ba1b90e2f3
Removed #[allow(non_camel_case_types)] to fix issues
5 years ago
pi
73c98d86e7
Added back tests for epd7in5_hd commands
5 years ago
pi
ba432ccf91
Removed unused code
5 years ago
pi
c27ffd507f
Added support for the 7.5 inch HD display
5 years ago
BuggStream
b479edd108
Fix last rustfmt issue
5 years ago
BuggStream
b49dd6cd1f
Update documentation for 1in54c
5 years ago
BuggStream
6129723c41
Clean up and simplify code
5 years ago
BuggStream
6c8ac87c7d
Ensure device is ready to receive data when updating frame
5 years ago
BuggStream
d1b0ac1854
Add support for 1in54c EPD
5 years ago
Caemor
788ddcab98
Apply #48 to QuickRefresh as well
5 years ago
Caemor
bcbef1e805
"EPD4in2: Don't set the resolution (and some more) over and over again.
...
If the resolution ever changes, something has horribly gone wrong." From @mgottschlag #48
5 years ago
Caemor
4ccbea5607
Add Example to quick refresh trait
5 years ago
Caemor
d572ef0f5d
test it
5 years ago
Caemor
1a612c92d3
Fix missing Eq for OutofColorRangeParseError
5 years ago
Caemor
bccfc81b13
Improve Stuff mentioned by clippy:
...
- use range.contains instead of >= && <=
- Use better error type
5 years ago
David-OConnor
0695e94670
Removed example that broke CI
5 years ago
David-OConnor
c30d213bc5
Added QuickRefresh trait, and implemented it for 4.2 display
5 years ago
pjsier
49cc823ccc
fix epd2in7b reset delay
5 years ago
pjsier
fb25c40fe2
add support for epd2in7b
5 years ago
Mitch Souders
e49e144a34
Minor fixups
5 years ago
Mitch Souders
e225464b62
Cargo fmt
5 years ago
Mitch Souders
231cc63009
Minor cleanup, added HiZ as color
5 years ago
Mitch Souders
c7d32ca86e
Added some busy checks and seem to be avoiding missing pictures
5 years ago
Mitch Souders
96d505647d
Add support for ep5in65f
5 years ago
Robin Appelman
674b88e327
use correct 7in5_v2 reset delay, not the b/c variant
5 years ago
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
6 years ago
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.
6 years ago
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.
6 years ago
Michael Beaumont
9167c643f9
Add epd2in9bc to README, add example
6 years ago
Michael Beaumont
b5e647b0d0
Rename red to chromatic, rename epd2in9b to epd2in9bc
6 years ago
Michael Beaumont
7a5472f73a
Update epd2in9b after embedded-graphics update
6 years ago
Caemor
409676423d
Mainly improved Documenation
6 years ago
Caemor
dcc264c2b0
Replace tabs with spaces
6 years ago
Michael Beaumont
20a01a25bf
Add epd2in9b support
6 years ago
Caemor
ec72357b55
Update/Include new update_and_display trait
6 years ago
Caemor
8da294dd5e
Update embedded-graphics,
...
remove useless Featuregates (Doesn't change size)
Update and integrate a few important examples and remove the others
6 years ago
Caemor
dcaed6fb3e
Update embedded-graphics and update epd4in2-blue-pill-exampleg
6 years ago
Christoph Grabo
4ecee29641
Apply cargo fmt
6 years ago
Christoph Grabo
35291fe639
Add V2 version of epd7in5
6 years ago
Christoph Grabo
f17cae8e49
Add new optional extention trait
6 years ago
Christoph Grabo
a9f27e51ae
Use embedded_hal::digital::v2 (v1 is deprecated)
6 years ago
Johan Kristell
8f89ade010
cargo fmt
6 years ago
Johan Kristell
435cfd9a1c
Rename trait and method and doc update
6 years ago
Johan Kristell
b170e34028
Add documentation
6 years ago
Johan Kristell
d0b7f162fe
Add support for the epd1in54b display
6 years ago
Jack Grigg
c049b0a9f4
EPD7in5 support
6 years ago
dbr
3e56353cb6
embedded-graphics 0.5.0 removed the with_ prefix from some methods
...
with_stroke() to stroke()
with_fill() to fill()
with_style() to style()
7 years ago