dependabot[bot]
b8ba9fea93
Update embedded-hal-mock requirement from 0.7 to 0.8 ( #84 )
...
Updates the requirements on [embedded-hal-mock](https://github.com/dbrgn/embedded-hal-mock ) to permit the latest version.
- [Release notes](https://github.com/dbrgn/embedded-hal-mock/releases )
- [Changelog](https://github.com/dbrgn/embedded-hal-mock/blob/master/CHANGELOG.md )
- [Commits](https://github.com/dbrgn/embedded-hal-mock/compare/v0.7.0...v0.8.0 )
---
updated-dependencies:
- dependency-name: embedded-hal-mock
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
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.
4 years ago
Reinier Balt
5622627c1f
fix remaining PrimitiveStyleBuilder conversions
5 years ago
Reinier Balt
78ffda673e
migrate minimum set of drivers to make tests pass
5 years ago
David-OConnor
0695e94670
Removed example that broke CI
5 years ago
Mitch Souders
96d505647d
Add support for ep5in65f
5 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.
5 years ago
caemor
f9f2a9ad87
v.0.4
6 years ago
Michael Beaumont
20a01a25bf
Add epd2in9b support
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
35291fe639
Add V2 version of epd7in5
6 years ago
Christoph Grabo
a9f27e51ae
Use embedded_hal::digital::v2 (v1 is deprecated)
6 years ago
Johan Kristell
d0b7f162fe
Add support for the epd1in54b display
6 years ago
Jack Grigg
c049b0a9f4
EPD7in5 support
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
Chris
e8744dcb34
Release 0.3.1
7 years ago
Chris
9b6c7ada16
release 0.3.0
7 years ago
Chris
47af2fc664
Make a few small updates to support TeXitoi rusty clock ( #27 )
...
- add a feature gated alternative full lut for type_a displays
- remove pub from set_lut_helper function
- fix behaviour of set_lut for epd2in9. it always sets the LUT now!
- better comments
7 years ago
Christoph Groß
80384f031c
Improve keywords,description and Readme
...
- added eink to keywords
- added reference to previous crate-name
- improved readme with reference to a few great arduino display libs
7 years ago
Chris
d7f3cdca97
Edition 2018 ( #24 )
...
* "cargo fix --edition" for the library
* Switch to 2018 edition
* Use cargo fix edition-idioms and remove the internal renaming from embedded_hal to hal
* Updated Readme
* run cargo fmt
7 years ago
Daniel Egger
a4cb4b5646
Fix repository name
7 years ago
Chris
b9395b5eff
Prepare release
...
- fix cargo fmt error
- rename forgotten stuff
7 years ago
Chris
4931c7aeb3
- Renaming to epd-waveshare
...
- added changelog
7 years ago
Chris
22e3ee22b2
Include `set_lut` in WaveshareDisplay Trait
7 years ago
Chris
3fc25d71e5
Improved Documentation
7 years ago
Chris
697a781ff2
Remove more or less duplicate test cases for 2in9 buffer
7 years ago
Chris
5fbf91216c
embedded graphics should be fixed now
7 years ago
Chris
c145300c5d
try crates.io version once more
7 years ago
Chris
a29e6530b4
check upstream/master
7 years ago
Chris
529b58cd74
test if there was really a change or if the upload to crates.io was broken
7 years ago
Chris
e1b76c73a3
test branch of embedded-graphics
7 years ago
Chris
dbdb8912a8
cleanup
7 years ago
Chris
08457e503d
Use the fixed embedded graphics lib once more
7 years ago
Chris
d37ffd5489
test patch
7 years ago
caemor
8d08bef233
add embedded_graphics
7 years ago
Christoph Groß
9c08d8559e
Forgotten parts of the previous commit for adding a graphics feature and using it
7 years ago
Christoph Groß
06517e053e
Added travis badge and improved package description for crates.io
7 years ago
Christoph Groß
f49fd8604d
updated version to fix wrong documentation link
7 years ago
Christoph Groß
96770946ec
fixed wrong documentation link
7 years ago
Christoph Groß
b367beb0a0
Added description, documentation, categories, keywords and license to package description
7 years ago
Christoph Groß
bd4efa4f6b
added feature gates for the different displays
7 years ago
Christoph Groß
92c399707c
added a comment
8 years ago
Christoph Groß
66f70b3244
Hide the Fast Update which possible might lead to Ghosting/Burn-in effects behind a feature gate
8 years ago
Christoph Groß
aff8b83ac3
updated version to v0.2 of embedded_hal, but broke f3 example
8 years ago
Christoph Groß
d75a3f3e96
some changes
8 years ago