Commit Graph

114 Commits (b4c3722eceaf29a4dcb79c811e839890ed9419c9)

Author SHA1 Message Date
Marc Poulhiès 27e367c89c Initial support for Waveshare 2in13 v2 e-ink screen
This initial support covers both the full (slow) update of the display and the
partial (fast) update.
2020-10-05 20:48:02 +02:00
Caemor 8da294dd5e Update embedded-graphics,
remove useless Featuregates (Doesn't change size)

Update and integrate a few important examples and remove the others
2020-03-21 23:37:27 +01:00
Caemor dcaed6fb3e Update embedded-graphics and update epd4in2-blue-pill-exampleg 2020-03-18 14:30:40 +01:00
Christoph Grabo 80b3aa2c7c
Add example for epd7in5_v2 2020-01-11 13:17:46 +01:00
Jack Grigg a280a12170
EPD7in5 example 2019-11-15 23:58:08 +00:00
dbr 3d05130bc0 Fix copypaste error 2019-08-21 21:41:46 +09:30
dbr 044c798a8b Update examples to embedded-graphics="0.5.2" also 2019-08-18 17:58:48 +09:30
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()
2019-08-17 09:31:58 +09:30
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
2019-04-06 09:09:56 +02:00
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
2019-03-06 11:48:05 +01:00
Chris 68cd8006dc Fix wrongly named dep in examples 2018-11-06 17:40:34 +01:00
Chris b9395b5eff Prepare release
- fix cargo fmt error
- rename forgotten stuff
2018-11-06 15:50:47 +01:00
Chris 559b0efdae run cargo fmt over all examples 2018-11-06 09:12:39 +01:00
Chris 973b1d8982 run cargo fmt over 4in2 example 2018-11-06 09:10:24 +01:00
Chris b505440c09 improved readme 2018-11-06 09:00:33 +01:00
Chris 4931c7aeb3 - Renaming to epd-waveshare
- added changelog
2018-10-30 15:25:48 +01:00
Chris 22e3ee22b2 Include `set_lut` in WaveshareDisplay Trait 2018-10-30 14:56:38 +01:00
Chris 550338a1ae Cleanup of imports 2018-10-30 09:00:13 +01:00
Chris 86d1a9fa25 Remove Hackinputpin completly 2018-10-30 08:54:37 +01:00
Chris 40506b580c Update to linux-embedded-hal v0.2.1 and remove hackinputpin 2018-10-30 08:44:51 +01:00
Chris 3090637546 Remove stm32f3 until InputPin is supported 2018-10-26 13:44:18 +02:00
Chris f06b672899 add a empty screen first 2018-10-24 08:11:10 +02:00
Chris c98c058c5a Add 2in9 example 2018-10-23 23:15:23 +02:00
Chris 0204e72cb5 Some last doc changes 2018-10-23 22:14:11 +02:00
Chris bfafb8b058 make the quick example faster 2018-10-23 16:47:00 +02:00
Chris ea1843f506 Add a quick lut example 2018-10-23 16:42:14 +02:00
Chris e51406b05f use prelude in examples 2018-10-22 16:17:53 +02:00
Chris f039b1f6a4 Improve documentation 2018-10-22 16:16:48 +02:00
Chris 4fefe40b82 Adapt stm32 example to changes to fix build errors 2018-10-22 14:45:12 +02:00
Chris 520317f351 Fixed examples and more small improvements 2018-10-19 17:00:15 +02:00
Chris 3b0b5962ec Streamline a few things 2018-10-19 16:26:31 +02:00
Chris a1adeb77a4 more changes to the displaydimension trait 2018-10-19 16:16:43 +02:00
Chris a832ab9fed add more changes 2018-10-19 16:12:22 +02:00
Chris 9289d689b7 Fix epd1in54 example, test if old bugs are fixed 2018-10-19 11:27:16 +02:00
Chris 8922707bac Renamed drawing to graphics and extracted display-specific stuff into the display folders 2018-10-19 10:59:26 +02:00
Chris bbdecdb6f7 Update documenatation 2018-10-19 09:47:36 +02:00
Chris 0b77b069a4 improve moving hello world in example 2018-10-19 09:19:36 +02:00
Chris b3c41b0e7f improve example 2018-10-19 09:17:37 +02:00
Chris 5fbf91216c embedded graphics should be fixed now 2018-10-19 07:59:53 +02:00
Chris c145300c5d try crates.io version once more 2018-10-18 23:51:37 +02:00
Chris a29e6530b4 check upstream/master 2018-10-18 23:49:41 +02:00
Chris 529b58cd74 test if there was really a change or if the upload to crates.io was broken 2018-10-18 23:47:12 +02:00
Chris e1b76c73a3 test branch of embedded-graphics 2018-10-18 23:15:14 +02:00
Chris a75a9b74bd add anotherline to example 2018-10-18 22:59:53 +02:00
Chris 591d25f74a reverse color change 2018-10-18 22:58:34 +02:00
Chris 9d6a009f49 forgot semicolon 2018-10-18 22:55:42 +02:00
Chris 33ebb1e4f7 reduce loop 2018-10-18 22:54:57 +02:00
Chris b5dcbb0454 fix example 2018-10-18 22:53:41 +02:00
Chris 1acdd8d107 add a line through the big font 2018-10-18 22:44:03 +02:00
Chris 967c67f9a6 position font elsewhere 2018-10-18 22:21:44 +02:00