Commit Graph

36 Commits (4ecee296417b018a0f47e3956ec3ba7ea9ff94af)

Author SHA1 Message Date
Johan Kristell b170e34028 Add documentation 4 years ago
Jack Grigg 3bd62b3057
Add EPD7in5 to README 4 years ago
dbr 0b047b211b Trivial tidyup 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 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
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
5 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
5 years ago
Chris b9395b5eff Prepare release
- fix cargo fmt error
- rename forgotten stuff
5 years ago
Chris b505440c09 improved readme 5 years ago
Chris 4931c7aeb3 - Renaming to epd-waveshare
- added changelog
5 years ago
Chris 5b2996d73a Fixed broken link 5 years ago
Chris 91d7a7862a improved docs for 2in9 5 years ago
Chris 8f0a2a98ad Update Readme 5 years ago
Chris bbdecdb6f7 Update documenatation 5 years ago
Christoph Groß 6c5220fb07 Added a seperate Readme to the examples and linked it from the main readme 5 years ago
Christoph Groß 6422142133 Not all Type A screens are completly the same to the change to bring it all together was reverted. 5 years ago
Christoph Groß d87d5b1936 Merge branch 'master' of github.com:Caemor/eink-waveshare-rs into add_1in54-epd 5 years ago
Christoph Groß e417e03ca8 Added a note with the two possible display "configs" to the readme 5 years ago
Chris 4feeecf444
Update README.md
Updated readme to represent the current status of the project better
5 years ago
Christoph Groß 05c83f47a3 repaired the table from the previous commit 5 years ago
Christoph Groß d83c45d04a Added links to the devices and other small changes in the readme 5 years ago
Chris 7b9f742f2e
add support checkmark for 2.9 epd 5 years ago
Christoph Groß a47e965b83 further small readme improvements 5 years ago
Christoph Groß e61792eb2a further improvements 5 years ago
Christoph Groß 4690dd70a4 further improvments 5 years ago
Christoph Groß ac3eca7548 Added a few more devices to the overview in the readme 5 years ago
Christoph Groß 10703dab70 Improved and updated Readme 5 years ago
Christoph Groß 7312b92e87 Improved and updated Readme
Added draw_char_helper for font support. Is not used and tested yet.

Changed name of color::get_full_byte to color::get_byte_value
5 years ago
Christoph Groß 3fe78b9862 Travis CI image link was still wrong, it's fixed now 5 years ago
Christoph Groß b3dcef29e3 Fixed broken link to build status 5 years ago
Chris c9578109cf Improved Drawing Documentation, improved example 5 years ago
Christoph Groß d68703d648 improvements to the drawing part, only needs a few more small additions (filled circle, chars, strings,...) and few small changes to the readme 5 years ago
Christoph Groß 2feff5b9fa added drawing mod to the library, improved readme, fixed travis.yml, made rpi example working with a better pin config, 5 years ago
Christoph Groß 3a9420c046 added license question 5 years ago
Christoph Groß fcbcc82b97 Added examples, small updates to the readme and other small documentation changes 5 years ago
Chris c5ec59dae1
Initial commit 5 years ago