Chris
79c2524c1d
Merge pull request #41 from michaelbeaumont/epd2in9b
...
Add epd2in9bc support
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
Michael Beaumont
71d539eeb7
Merge remote-tracking branch 'upstream/master' into epd2in9b
6 years ago
Chris
c62ee89960
Update Readme for examples
6 years ago
Chris
8776211536
Update Readme example
6 years ago
Chris
1a670ef8c6
Update README.md
6 years ago
Caemor
5ba408d5a7
Fixed Readme Example
6 years ago
Chris
3871c1672e
Merge pull request #40 from caemor/nidus
...
Improvements for 0.4
6 years ago
Caemor
85ad681229
Refine Changelog
6 years ago
Caemor
2fcf788673
don't reinstall tarpaulin every time
6 years ago
Caemor
08c46952f7
Further shorten work of travis
6 years ago
Caemor
5c5c04d1fb
Speed Up Travis, since most of the stuff switched to github ci
6 years ago
Caemor
0ab1e7db35
Fix changelog
6 years ago
Caemor
409676423d
Mainly improved Documenation
6 years ago
Caemor
1dfea538b7
Update changelog and ci
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
Chris
8829f9a315
Merge pull request #36 from asaaki/epd7in5_v2
...
Add epd7in5_v2 support
6 years ago
Christoph Grabo
d0e1d55e77
Update readme to include the V2
6 years ago
Christoph Grabo
4ecee29641
Apply cargo fmt
6 years ago
Christoph Grabo
80b3aa2c7c
Add example for epd7in5_v2
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
Chris
636b31437a
Merge pull request #35 from jkristell/rfc-1in54b-support
...
Add support for the epd1in54b display
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
Chris
6520bbffd7
Merge pull request #33 from str4d/epd7in5
...
EPD7in5 support
6 years ago
Jack Grigg
3bd62b3057
Add EPD7in5 to README
6 years ago
Jack Grigg
a280a12170
EPD7in5 example
6 years ago
Jack Grigg
c049b0a9f4
EPD7in5 support
6 years ago
Chris
9390f9aa49
Merge pull request #32 from caemor/CI-Tests
...
- make clippy failable in CI
- test code coverage
6 years ago
Christoph
59df02320e
add codecov token
6 years ago
Christoph
8b1cacc48c
ci update
6 years ago
Chris
d452c9744c
Merge pull request #31 from dbr/master
...
* Update for embedded-graphics 0.5.2
* draw_helper takes IntoIterator
* embedded-graphics 0.5.0 removed the with_ prefix from some methods
with_stroke() to stroke()
with_fill() to fill()
with_style() to style()
* Update examples to embedded-graphics="0.5.2" also
6 years ago
Christoph
d3cc0a5044
test code coverage
6 years ago
dbr
3d05130bc0
Fix copypaste error
6 years ago
dbr
044c798a8b
Update examples to embedded-graphics="0.5.2" also
6 years ago
dbr
0b047b211b
Trivial tidyup
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()
6 years ago
dbr
99b4cff362
draw_helper takes IntoIterator
...
Update other display types
6 years ago
dbr
f96caeb419
Update for embedded-graphics 0.5.2
6 years ago
Chris
7b4a7f0578
v0.3.2 - some timing fixes ( #29 )
...
* Fixed some missing wait_until_idle calls
* prepared release of 0.3.2
* cargo fmt
This is known to fail on travis because it uses the deprecated old digital v1 embedded hal pins
7 years ago