Commit Graph

8 Commits (80384f031c3768fee8cc6ba8944c9a5970cbddbc)

Author SHA1 Message Date
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
4 years ago
Chris e518265273 Run cargo fmt (reverted for constants and some graphic calculations) 4 years ago
Chris 22e3ee22b2 Include `set_lut` in WaveshareDisplay Trait 4 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 4916ac674a Add an reference to the linux specific max spi bytes size 5 years ago
Chris 6b89ee1b8e Set spi chunk limit on linux with cfg!
Not tested yet
5 years ago
Chris 468425881c readd data_x_times 5 years ago
Chris 89489da657 Renaming of WaveshareInterface and Connectioninterface
WaveshareInterface -> WaveshareDisplay
traits::interface::ConnectionInterface -> interface::DisplayInterface
5 years ago