Commit Graph

111 Commits (4ecee296417b018a0f47e3956ec3ba7ea9ff94af)

Author SHA1 Message Date
Christoph Grabo 80b3aa2c7c
Add example for epd7in5_v2 4 years ago
Jack Grigg a280a12170
EPD7in5 example 4 years ago
dbr 3d05130bc0 Fix copypaste error 4 years ago
dbr 044c798a8b Update examples to embedded-graphics="0.5.2" also 4 years ago
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()
4 years ago
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
5 years ago
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
5 years ago
Chris 68cd8006dc Fix wrongly named dep in examples 5 years ago
Chris b9395b5eff Prepare release
- fix cargo fmt error
- rename forgotten stuff
5 years ago
Chris 559b0efdae run cargo fmt over all examples 5 years ago
Chris 973b1d8982 run cargo fmt over 4in2 example 5 years ago
Chris b505440c09 improved readme 5 years ago
Chris 4931c7aeb3 - Renaming to epd-waveshare
- added changelog
5 years ago
Chris 22e3ee22b2 Include `set_lut` in WaveshareDisplay Trait 5 years ago
Chris 550338a1ae Cleanup of imports 5 years ago
Chris 86d1a9fa25 Remove Hackinputpin completly 5 years ago
Chris 40506b580c Update to linux-embedded-hal v0.2.1 and remove hackinputpin 5 years ago
Chris 3090637546 Remove stm32f3 until InputPin is supported 5 years ago
Chris f06b672899 add a empty screen first 5 years ago
Chris c98c058c5a Add 2in9 example 5 years ago
Chris 0204e72cb5 Some last doc changes 5 years ago
Chris bfafb8b058 make the quick example faster 5 years ago
Chris ea1843f506 Add a quick lut example 5 years ago
Chris e51406b05f use prelude in examples 5 years ago
Chris f039b1f6a4 Improve documentation 5 years ago
Chris 4fefe40b82 Adapt stm32 example to changes to fix build errors 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 9289d689b7 Fix epd1in54 example, test if old bugs are fixed 5 years ago
Chris 8922707bac Renamed drawing to graphics and extracted display-specific stuff into the display folders 5 years ago
Chris bbdecdb6f7 Update documenatation 5 years ago
Chris 0b77b069a4 improve moving hello world in example 5 years ago
Chris b3c41b0e7f improve example 5 years ago
Chris 5fbf91216c embedded graphics should be fixed now 5 years ago
Chris c145300c5d try crates.io version once more 5 years ago
Chris a29e6530b4 check upstream/master 5 years ago
Chris 529b58cd74 test if there was really a change or if the upload to crates.io was broken 5 years ago
Chris e1b76c73a3 test branch of embedded-graphics 5 years ago
Chris a75a9b74bd add anotherline to example 5 years ago
Chris 591d25f74a reverse color change 5 years ago
Chris 9d6a009f49 forgot semicolon 5 years ago
Chris 33ebb1e4f7 reduce loop 5 years ago
Chris b5dcbb0454 fix example 5 years ago
Chris 1acdd8d107 add a line through the big font 5 years ago
Chris 967c67f9a6 position font elsewhere 5 years ago
Chris 73115fd0f3 tes 5 years ago
Chris 4ff373f512 add different style to rotate90 in example 5 years ago
Chris a68ddb673a add some lines to the rotations 5 years ago