Caemor
53bfeab6cc
Update to new error type from eh 1.0a6
2021-12-01 11:27:39 +01:00
Caemor
9c1bfa3663
Update to e.h 1.0a6 & linux e.h
2021-11-30 23:53:34 +01:00
Caemor
9d0e78bc15
Updated to eh a6, delay not yet catched
2021-11-29 00:15:06 +01:00
Chris
493cbd9394
Fix clippy warning ( #86 )
...
* Fix clippy improvements warnings
2021-08-21 11:23:00 +02:00
Reinier Balt
6a10e0cb96
Migrate remaining drivers
2021-06-16 17:36:12 +02:00
Reinier Balt
feac908558
fix example for epd 2.13"
...
* use Circle::with_center
* the large text does not fit on this screen, add newline
2021-06-16 16:48:00 +02:00
Reinier Balt
dd9a09aff4
use PrimitiveStyle::with_stroke, not PrimitiveStyleBuilder
2021-06-16 14:17:18 +02:00
Reinier Balt
78ffda673e
migrate minimum set of drivers to make tests pass
2021-06-16 13:49:33 +02:00
Reinier Balt
a55a9970a5
cargo fmt
2021-05-30 14:28:09 +02:00
Reinier Balt
c25d9f18d3
Enable drawing in three colors for epd2in13
...
Move from BinaryColor to TriColor: use one Display fo drawing
2021-05-30 14:20:02 +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
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
Caemor
15e557951f
Further improvements around acronym lowercases,...
2021-04-11 21:21:39 +02:00
Edwin Svensson
9a1575b2ec
API change to partially fix #70
2021-04-04 22:10:50 +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
Caemor
8da294dd5e
Update embedded-graphics,
...
remove useless Featuregates (Doesn't change size)
Update and integrate a few important examples and remove the others
2020-03-21 23:37:27 +01:00
Caemor
dcaed6fb3e
Update embedded-graphics and update epd4in2-blue-pill-exampleg
2020-03-18 14:30:40 +01:00
Christoph Grabo
80b3aa2c7c
Add example for epd7in5_v2
2020-01-11 13:17:46 +01:00
Jack Grigg
a280a12170
EPD7in5 example
2019-11-15 23:58:08 +00:00
dbr
3d05130bc0
Fix copypaste error
2019-08-21 21:41:46 +09:30
dbr
044c798a8b
Update examples to embedded-graphics="0.5.2" also
2019-08-18 17:58:48 +09:30
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()
2019-08-17 09:31:58 +09:30
Chris
60f48a8273
Add Bluepill example & some other minor improvements ( #28 )
...
- added bluepill example
- improved ci config
- travis: run fmt only once
- travis: fixed target issues
2019-04-06 09:09:56 +02:00
Chris
5c0744ff01
Various improvements ( #25 )
...
- Added is_busy to Waveshare_Interface
- Added IS_BUSY_LOW const for all supported epds
- Added is_busy to DisplayInterface
- moved width, height and default_background_color directly to epd4in2 module
- Added VarDisplay (a variable buffersize display/graphic driver)
- Removed all Buffers (Buffer1in54,...) and instead made specialised Displays (Display1in54,...) with included Buffers
- Updated and added more examples
- Cargo fmt/clippy
- Improved Docs/Readmes
2019-03-06 11:48:05 +01:00
Chris
68cd8006dc
Fix wrongly named dep in examples
2018-11-06 17:40:34 +01:00
Chris
b9395b5eff
Prepare release
...
- fix cargo fmt error
- rename forgotten stuff
2018-11-06 15:50:47 +01:00
Chris
559b0efdae
run cargo fmt over all examples
2018-11-06 09:12:39 +01:00
Chris
973b1d8982
run cargo fmt over 4in2 example
2018-11-06 09:10:24 +01:00
Chris
b505440c09
improved readme
2018-11-06 09:00:33 +01:00
Chris
4931c7aeb3
- Renaming to epd-waveshare
...
- added changelog
2018-10-30 15:25:48 +01:00
Chris
22e3ee22b2
Include `set_lut` in WaveshareDisplay Trait
2018-10-30 14:56:38 +01:00
Chris
550338a1ae
Cleanup of imports
2018-10-30 09:00:13 +01:00
Chris
86d1a9fa25
Remove Hackinputpin completly
2018-10-30 08:54:37 +01:00
Chris
40506b580c
Update to linux-embedded-hal v0.2.1 and remove hackinputpin
2018-10-30 08:44:51 +01:00
Chris
3090637546
Remove stm32f3 until InputPin is supported
2018-10-26 13:44:18 +02:00
Chris
f06b672899
add a empty screen first
2018-10-24 08:11:10 +02:00
Chris
c98c058c5a
Add 2in9 example
2018-10-23 23:15:23 +02:00
Chris
0204e72cb5
Some last doc changes
2018-10-23 22:14:11 +02:00
Chris
bfafb8b058
make the quick example faster
2018-10-23 16:47:00 +02:00
Chris
ea1843f506
Add a quick lut example
2018-10-23 16:42:14 +02:00
Chris
e51406b05f
use prelude in examples
2018-10-22 16:17:53 +02:00
Chris
f039b1f6a4
Improve documentation
2018-10-22 16:16:48 +02:00
Chris
4fefe40b82
Adapt stm32 example to changes to fix build errors
2018-10-22 14:45:12 +02:00
Chris
520317f351
Fixed examples and more small improvements
2018-10-19 17:00:15 +02:00
Chris
3b0b5962ec
Streamline a few things
2018-10-19 16:26:31 +02:00
Chris
a1adeb77a4
more changes to the displaydimension trait
2018-10-19 16:16:43 +02:00
Chris
a832ab9fed
add more changes
2018-10-19 16:12:22 +02:00
Chris
9289d689b7
Fix epd1in54 example, test if old bugs are fixed
2018-10-19 11:27:16 +02:00