Michael Beaumont
7a5472f73a
Update epd2in9b after embedded-graphics update
6 years ago
Caemor
409676423d
Mainly improved Documenation
6 years ago
Caemor
dcc264c2b0
Replace tabs with spaces
6 years ago
Michael Beaumont
20a01a25bf
Add epd2in9b support
6 years ago
Caemor
ec72357b55
Update/Include new update_and_display trait
6 years ago
Caemor
8da294dd5e
Update embedded-graphics,
...
remove useless Featuregates (Doesn't change size)
Update and integrate a few important examples and remove the others
6 years ago
Caemor
dcaed6fb3e
Update embedded-graphics and update epd4in2-blue-pill-exampleg
6 years ago
Christoph Grabo
4ecee29641
Apply cargo fmt
6 years ago
Christoph Grabo
35291fe639
Add V2 version of epd7in5
6 years ago
Christoph Grabo
f17cae8e49
Add new optional extention trait
6 years ago
Christoph Grabo
a9f27e51ae
Use embedded_hal::digital::v2 (v1 is deprecated)
6 years ago
Johan Kristell
8f89ade010
cargo fmt
6 years ago
Johan Kristell
435cfd9a1c
Rename trait and method and doc update
6 years ago
Johan Kristell
b170e34028
Add documentation
6 years ago
Johan Kristell
d0b7f162fe
Add support for the epd1in54b display
6 years ago
Jack Grigg
c049b0a9f4
EPD7in5 support
6 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()
6 years ago
dbr
99b4cff362
draw_helper takes IntoIterator
...
Update other display types
6 years ago
dbr
f96caeb419
Update for embedded-graphics 0.5.2
6 years ago
Chris
7b4a7f0578
v0.3.2 - some timing fixes ( #29 )
...
* Fixed some missing wait_until_idle calls
* prepared release of 0.3.2
* cargo fmt
This is known to fail on travis because it uses the deprecated old digital v1 embedded hal pins
7 years ago
Chris
34c03c5486
Fixed forgotten fmt
7 years ago
Chris
63321f7e2c
Fix: Timing Issues after display_frame
...
epd1in54 and epd2in9 were both missing a necessary wait_until_idle call at the end of their display_frame function which sometimes caused invalid/ignored commands/inputs afterwards.
7 years ago
Chris
47af2fc664
Make a few small updates to support TeXitoi rusty clock ( #27 )
...
- add a feature gated alternative full lut for type_a displays
- remove pub from set_lut_helper function
- fix behaviour of set_lut for epd2in9. it always sets the LUT now!
- better comments
7 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
7 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
7 years ago
Chris
b9395b5eff
Prepare release
...
- fix cargo fmt error
- rename forgotten stuff
7 years ago
Chris
ebb33661c3
cleanup of a few tested/resolved todos
7 years ago
Chris
2796d875f5
Add rustfmt::skip to constants and graphics::rotation
7 years ago
Chris
e518265273
Run cargo fmt (reverted for constants and some graphic calculations)
7 years ago
Chris
375adf4bff
Use `data_x_times` instead of big u8-slice
7 years ago
Chris
e76a2c45f8
Use data_x_times instead of big buffers
7 years ago
Chris
22e3ee22b2
Include `set_lut` in WaveshareDisplay Trait
7 years ago
Chris
a7d0f13d13
Fix clippy lints
7 years ago
Chris
91d7a7862a
improved docs for 2in9
7 years ago
Chris
0204e72cb5
Some last doc changes
7 years ago
Chris
3fc25d71e5
Improved Documentation
7 years ago
Chris
f039b1f6a4
Improve documentation
7 years ago
Chris
598a6924ea
Cleanup of color-module and removal of old drawing module
7 years ago
Chris
697a781ff2
Remove more or less duplicate test cases for 2in9 buffer
7 years ago
Chris
efa5591788
Added some comments to the previous commit
7 years ago
Chris
824735fb64
Fix error where pixel outside display lead to early return instead of just skipping that pixel
7 years ago
Chris
520317f351
Fixed examples and more small improvements
7 years ago
Chris
3b0b5962ec
Streamline a few things
7 years ago
Chris
a1adeb77a4
more changes to the displaydimension trait
7 years ago
Chris
a832ab9fed
add more changes
7 years ago
Chris
f6a894c5a3
use generalised graphics with new specialised buffers
7 years ago
Chris
1baf35c1a4
Forgotten files in previous commit
7 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
7 years ago
Chris
9289d689b7
Fix epd1in54 example, test if old bugs are fixed
7 years ago
Chris
8922707bac
Renamed drawing to graphics and extracted display-specific stuff into the display folders
7 years ago