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
5 years ago
Chris
2796d875f5
Add rustfmt::skip to constants and graphics::rotation
5 years ago
Chris
e518265273
Run cargo fmt (reverted for constants and some graphic calculations)
5 years ago
Chris
22e3ee22b2
Include `set_lut` in WaveshareDisplay Trait
5 years ago
Chris
f039b1f6a4
Improve documentation
5 years ago
Chris
697a781ff2
Remove more or less duplicate test cases for 2in9 buffer
5 years ago
Chris
efa5591788
Added some comments to the previous commit
5 years ago
Chris
824735fb64
Fix error where pixel outside display lead to early return instead of just skipping that pixel
5 years ago
Chris
520317f351
Fixed examples and more small improvements
5 years ago
Chris
3b0b5962ec
Streamline a few things
5 years ago
Chris
a1adeb77a4
more changes to the displaydimension trait
5 years ago
Chris
a832ab9fed
add more changes
5 years ago
Chris
f6a894c5a3
use generalised graphics with new specialised buffers
5 years ago
Chris
1baf35c1a4
Forgotten files in previous commit
5 years ago
Chris
139096297b
Generalise graphics once more
...
Change u16 positions to u32 to adapt to embedded graphics unsigned coordinates
Furthermore added epd4in2 defaults graphics buffer
5 years ago
Chris
8922707bac
Renamed drawing to graphics and extracted display-specific stuff into the display folders
5 years ago