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
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
Chris
91b723d30e
Merge pull request #23 from caemor/test-codecov
...
test codecov
7 years ago
Chris
e379477866
ci update
7 years ago
Chris
619e6124c5
try coveralls instead
7 years ago
Chris
42ee1773cb
ci: fix codecov dir name
7 years ago
Chris
74dc5171bf
test codecov
7 years ago
Chris
72345b2bb9
Merge pull request #22 from therealprof/patch-1
...
Fix repository name on crates.io
7 years ago
Daniel Egger
a4cb4b5646
Fix repository name
7 years ago
Chris
101c8b897b
Merge pull request #21 from caemor/v0.2-cleanup
...
Cleanup for v0.2
7 years ago
Chris
68cd8006dc
Fix wrongly named dep in examples
7 years ago
Chris
b9395b5eff
Prepare release
...
- fix cargo fmt error
- rename forgotten stuff
7 years ago
Chris
eeb89dfa1d
add beta and stable builds to travis
7 years ago
Chris
ebb33661c3
cleanup of a few tested/resolved todos
7 years ago
Chris
08d14689f2
add 2in9 example to travis and also check for cargo fmt there
7 years ago
Chris
559b0efdae
run cargo fmt over all examples
7 years ago
Chris
973b1d8982
run cargo fmt over 4in2 example
7 years ago
Chris
bd79ffdbc6
added cargo fmt to travis
7 years ago
Chris
2796d875f5
Add rustfmt::skip to constants and graphics::rotation
7 years ago
Chris
b505440c09
improved readme
7 years ago
Chris
e518265273
Run cargo fmt (reverted for constants and some graphic calculations)
7 years ago
Chris
375adf4bff
Use `data_x_times` instead of big u8-slice
7 years ago
Chris
4931c7aeb3
- Renaming to epd-waveshare
...
- added changelog
7 years ago
Chris
e76a2c45f8
Use data_x_times instead of big buffers
7 years ago
Chris
22e3ee22b2
Include `set_lut` in WaveshareDisplay Trait
7 years ago
Chris
63d1de0417
Merge pull request #20 from Caemor/update-linux-embedded-hal
...
Update to linux-embedded-hal v0.2.1 and remove hackinputpin
7 years ago
Chris
af685277f1
Fix last clippy warning
7 years ago
Chris
a7d0f13d13
Fix clippy lints
7 years ago
Chris
30b0ee19f3
Fix travis by removing the deleted stm32-example
7 years ago
Chris
297f92a99e
Use clippy with travis
7 years ago
Chris
550338a1ae
Cleanup of imports
7 years ago
Chris
86d1a9fa25
Remove Hackinputpin completly
7 years ago
Chris
40506b580c
Update to linux-embedded-hal v0.2.1 and remove hackinputpin
7 years ago
Chris
3090637546
Remove stm32f3 until InputPin is supported
7 years ago
Chris
ad76027709
Merge pull request #16 from Caemor/add_embedded_graphics
...
Add embedded graphics supports
7 years ago
Chris
5b2996d73a
Fixed broken link
7 years ago
Chris
91d7a7862a
improved docs for 2in9
7 years ago
Chris
f06b672899
add a empty screen first
7 years ago
Chris
c98c058c5a
Add 2in9 example
7 years ago
Chris
0204e72cb5
Some last doc changes
7 years ago
Chris
bfafb8b058
make the quick example faster
7 years ago
Chris
ea1843f506
Add a quick lut example
7 years ago
Chris
3fc25d71e5
Improved Documentation
7 years ago
Chris
e51406b05f
use prelude in examples
7 years ago
Chris
f039b1f6a4
Improve documentation
7 years ago
Chris
598a6924ea
Cleanup of color-module and removal of old drawing module
7 years ago
Chris
697a781ff2
Remove more or less duplicate test cases for 2in9 buffer
7 years ago
Chris
8f0a2a98ad
Update Readme
7 years ago
Chris
4fefe40b82
Adapt stm32 example to changes to fix build errors
7 years ago