Chris
f49b6e98f5
Merge pull request #92 from akashihi/5in83
...
Added support for 5.83" Black/Red/White Display
4 years ago
Denis Chapligin
02c1e7d1b0
Fixed rotation tests for 5in83.
4 years ago
Denis Chaplygin
68d55463ab
Color specific test fixes
4 years ago
Denis Chaplygin
4b0195f686
Fixed TriColor enum import in tests
4 years ago
Denis Chaplygin
271922a8b1
Added documentation and changelog entries.
4 years ago
Denis Chaplygin
132cae0e45
Inverted red channel for the partial update
4 years ago
Denis Chaplygin
afddb07cc6
Fixed CI errors
4 years ago
Denis Chaplygin
9b20bae100
Added support for 5.83" Black/Red/White Display
4 years ago
Chris
2cb56b2ac1
Merge pull request #93 from caemor/Needless-borrow
...
Update graphics.rs to fix needless borrow
4 years ago
Chris
abf3bba966
Update graphics.rs
...
Fix needless borrow
4 years ago
Chris
2f589c5ad8
Merge pull request #91 from ole-treichel/main
...
Fix pins for epd2in13_v2 example (#90 )
4 years ago
Ole Treichel
8e7844c2e0
Add comment on pin layout for HAT
4 years ago
Ole Treichel
f56c4c4aaa
Fix pins for epd2in13_v2 example
4 years ago
Caemor
bf810dc1dc
Update Changelog for 0.5
4 years ago
Chris
b1830d16c5
Merge pull request #83 from belak/aggressive-write
...
Write data over SPI 1 byte at a time
4 years ago
Chris
34a0d81b75
Merge pull request #88 from crzysdrs/main
...
Transposed color channels
4 years ago
Mitch Souders
f6f8f3d1f5
Transposed color channels
4 years ago
Chris
b3f9bc810a
Merge pull request #87 from crzysdrs/main
...
Add Color Conversions, Allow Changing Display Background Color thanks to @crzysdrs
4 years ago
Mitch Souders
965989638a
Convert to signed types before subtraction
4 years ago
Mitch Souders
e89c51cb84
Switch to embedded graphics core
4 years ago
Chris
e80670f66a
Merge pull request #85 from jamwaffles/e-g-core-only
...
Make embedded-graphics a dev dependency thanks to @jamwaffles
4 years ago
Mitch Souders
875cc0dae3
Update color options, format
4 years ago
dependabot[bot]
b8ba9fea93
Update embedded-hal-mock requirement from 0.7 to 0.8 ( #84 )
...
Updates the requirements on [embedded-hal-mock](https://github.com/dbrgn/embedded-hal-mock ) to permit the latest version.
- [Release notes](https://github.com/dbrgn/embedded-hal-mock/releases )
- [Changelog](https://github.com/dbrgn/embedded-hal-mock/blob/master/CHANGELOG.md )
- [Commits](https://github.com/dbrgn/embedded-hal-mock/compare/v0.7.0...v0.8.0 )
---
updated-dependencies:
- dependency-name: embedded-hal-mock
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
Chris
493cbd9394
Fix clippy warning ( #86 )
...
* Fix clippy improvements warnings
4 years ago
James Waples
a92eac02a4
Make embedded-graphics a dev dependency
...
e-g-core should be the only e-g dependency required for the driver
itself, so this PR changes a few of the imports to reflect that.
4 years ago
Kaleb Elwert
f3e7dad83d
Address PR feedback
4 years ago
Kaleb Elwert
247a78acb7
Write data over SPI 1 byte at a time
...
Fixes #82
4 years ago
Chris
2f31f4bebc
Merge pull request #81 from sirhcel/quickrefresh-interface-epd4in2
...
Provide full QuickRefresh interface for 4.2 inch display and some doc improvements thanks to @sirhcel
4 years ago
Chris
b845319771
Update src/epd4in2/mod.rs
4 years ago
Christian Meusel
1a09b81ab6
Clean up some warnings from 'cargo doc'
4 years ago
Christian Meusel
3edeac413d
Provide full QuickRefresh interface for 4in2 too
...
This display needs no special commands for displaying the new frame. But
it will come in handy to support the full QuickRefresh trait when it
comes to supporting different quick refresh capable displays from an
application.
4 years ago
Chris
239691e8d3
Merge pull request #78 from lrbalt/update-to-eg070
...
Migrate to embedded-graphics 0.7.0 (thanks to @lrbalt )
5 years ago
Reinier Balt
6a10e0cb96
Migrate remaining drivers
5 years ago
Reinier Balt
feac908558
fix example for epd 2.13"
...
* use Circle::with_center
* the large text does not fit on this screen, add newline
5 years ago
Reinier Balt
5622627c1f
fix remaining PrimitiveStyleBuilder conversions
5 years ago
Reinier Balt
dd9a09aff4
use PrimitiveStyle::with_stroke, not PrimitiveStyleBuilder
5 years ago
Reinier Balt
21428ff82f
fix fmt after rebase
5 years ago
Reinier Balt
78ffda673e
migrate minimum set of drivers to make tests pass
5 years ago
Chris
253cc101fd
Merge pull request #76 from lrbalt/tri-color
...
Enable drawing in three colors for epd2in13 with TriColor thanks to @lrbalt
5 years ago
Reinier Balt
35ac132530
fix fmt
5 years ago
Reinier Balt
076b3a2d07
Update example to use TriColor
5 years ago
Reinier Balt
a55a9970a5
cargo fmt
5 years ago
Reinier Balt
c25d9f18d3
Enable drawing in three colors for epd2in13
...
Move from BinaryColor to TriColor: use one Display fo drawing
5 years ago
Chris
401858c456
Merge pull request #75 from lrbalt/epd2in13bc
...
add support for 2in13bc tri-color e-ink display
5 years ago
Reinier Balt
f7d86d8bfe
add epd2in13bc to README and add some comments to example
5 years ago
Reinier Balt
a4b8f5768e
run cargo fmt
5 years ago
Reinier Balt
199c5ed298
add example for epd2in13bc using chromatic color besides black and white
5 years ago
Reinier Balt
c552111ae8
add support for Waveshare e-Paper 2.13 inch tri-color screen
...
datasheet is same as the 2.9" version, except resolution
5 years ago
Reinier Balt
9dedf76c57
bring copy into 2in13bc namespace
5 years ago
Reinier Balt
e1aada3b38
use epd2in9bc as base for implementing support epd2in13bc
5 years ago