Caemor
15e557951f
Further improvements around acronym lowercases,...
5 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
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
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
973b1d8982
run cargo fmt over 4in2 example
7 years ago
Chris
b505440c09
improved readme
7 years ago
Chris
4931c7aeb3
- Renaming to epd-waveshare
...
- added changelog
7 years ago
Chris
550338a1ae
Cleanup of imports
7 years ago
Chris
86d1a9fa25
Remove Hackinputpin completly
7 years ago
Chris
40506b580c
Update to linux-embedded-hal v0.2.1 and remove hackinputpin
7 years ago
Chris
0204e72cb5
Some last doc changes
7 years ago
Chris
e51406b05f
use prelude in examples
7 years ago
Chris
520317f351
Fixed examples and more small improvements
7 years ago
Chris
3b0b5962ec
Streamline a few things
7 years ago
Chris
8922707bac
Renamed drawing to graphics and extracted display-specific stuff into the display folders
7 years ago
Chris
bbdecdb6f7
Update documenatation
7 years ago
Chris
0b77b069a4
improve moving hello world in example
7 years ago
Chris
b3c41b0e7f
improve example
7 years ago
Chris
e1b76c73a3
test branch of embedded-graphics
7 years ago
Chris
a75a9b74bd
add anotherline to example
7 years ago
Chris
591d25f74a
reverse color change
7 years ago
Chris
9d6a009f49
forgot semicolon
7 years ago
Chris
33ebb1e4f7
reduce loop
7 years ago
Chris
b5dcbb0454
fix example
7 years ago
Chris
1acdd8d107
add a line through the big font
7 years ago
Chris
967c67f9a6
position font elsewhere
7 years ago
Chris
73115fd0f3
tes
7 years ago
Chris
4ff373f512
add different style to rotate90 in example
7 years ago
Chris
a68ddb673a
add some lines to the rotations
7 years ago
Chris
8db42f7ec7
find error
7 years ago
Chris
90ff523411
simplify example
7 years ago
Chris
d37ffd5489
test patch
7 years ago
Chris
dd70d02eb7
use style instead of with_stroke
7 years ago
Chris
4ca0321573
added rotation examples
7 years ago
Chris
d2a47eb05c
Rename Buffer Trait to Display and add a Rotation Function to it
7 years ago
Chris
ff21d6e611
add impl Drawing<Color> for DisplayEink42BlackWhite
...
fix error by using option for style
7 years ago
Chris
e92af2198a
Fix previous commit
7 years ago
Chris
533cb84123
Make lines visible
7 years ago
Chris
fe97740f04
Fix example
7 years ago
Chris
2bab732b6f
use new graphics in example
7 years ago
Chris
98a9b1c0ed
Fix examples
7 years ago
Chris
aa7497fa60
Still trying to fix an error
7 years ago
Chris
16686dee6d
example change
7 years ago
Chris
b7fe5674ee
send full buffer instead of loop
7 years ago
Chris
526db5dace
Extend error message in example
7 years ago
Chris
d0ac29ed90
print error in example instead of quitting
7 years ago
Chris
f131636b01
Addition to previous commit (examples and forgotten save)
7 years ago
Chris
0363e8527f
Adapted examples to previous commit
7 years ago
Chris
99d328575f
fix examples
7 years ago