Caemor
|
1a612c92d3
|
Fix missing Eq for OutofColorRangeParseError
|
5 years ago |
Caemor
|
bccfc81b13
|
Improve Stuff mentioned by clippy:
- use range.contains instead of >= && <=
- Use better error type
|
5 years ago |
Mitch Souders
|
e49e144a34
|
Minor fixups
|
5 years ago |
Mitch Souders
|
e225464b62
|
Cargo fmt
|
5 years ago |
Mitch Souders
|
231cc63009
|
Minor cleanup, added HiZ as color
|
5 years ago |
Mitch Souders
|
96d505647d
|
Add support for ep5in65f
|
5 years ago |
Michael Beaumont
|
b5e647b0d0
|
Rename red to chromatic, rename epd2in9b to epd2in9bc
|
6 years ago |
Michael Beaumont
|
20a01a25bf
|
Add epd2in9b support
|
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 |
Chris
|
e518265273
|
Run cargo fmt (reverted for constants and some graphic calculations)
|
7 years ago |
Chris
|
a7d0f13d13
|
Fix clippy lints
|
8 years ago |
Chris
|
f039b1f6a4
|
Improve documentation
|
8 years ago |
Chris
|
598a6924ea
|
Cleanup of color-module and removal of old drawing module
|
8 years ago |
Chris
|
697a781ff2
|
Remove more or less duplicate test cases for 2in9 buffer
|
8 years ago |
Chris
|
520317f351
|
Fixed examples and more small improvements
|
8 years ago |
Chris
|
b9a833ec5f
|
Revert "inverse the colors"
This reverts commit 7dd826795a.
|
8 years ago |
Chris
|
7dd826795a
|
inverse the colors
|
8 years ago |
Chris
|
e17697cfb1
|
Fix missing std-lib in a test
|
8 years ago |
Chris
|
29b7986848
|
Add from_u8 to color, finish drawing for 4in2
|
8 years ago |
Christoph Groß
|
80090d8df2
|
Added testcases for default size and color of the various displays
|
8 years ago |
Christoph Groß
|
e0cf10bf4e
|
Moved Colors into its own module
|
8 years ago |
Christoph Groß
|
99d1d66a3c
|
add copy and clone traits to color
|
8 years ago |
Christoph Groß
|
cd98033204
|
first steps to rustfmt althought it sometimes doesn#t exactly looks good
|
8 years ago |
Christoph Groß
|
835e25d133
|
Used cargo clippy to fix a few bad coding styles
|
8 years ago |
Christoph Groß
|
634598c111
|
improved documenation
|
8 years ago |
Christoph Groß
|
4090fb4ead
|
Made draw_char and draw_string ready for tests
Extracted color to a seperate file
|
8 years ago |