Chris
|
dbdb8912a8
|
cleanup
|
4 years ago |
Chris
|
08457e503d
|
Use the fixed embedded graphics lib once more
|
4 years ago |
Chris
|
17abcc74b0
|
Merge branch 'add_embedded_graphics' of github.com:Caemor/eink-waveshare-rs into add_embedded_graphics
|
4 years ago |
Chris
|
e17697cfb1
|
Fix missing std-lib in a test
|
4 years ago |
Chris
|
d37ffd5489
|
test patch
|
4 years ago |
Chris
|
cc2d09f4aa
|
try fixed embedded_graphics version
|
4 years ago |
Chris
|
dd70d02eb7
|
use style instead of with_stroke
|
4 years ago |
Chris
|
4ca0321573
|
added rotation examples
|
4 years ago |
Chris
|
2fb19b2df9
|
added many tests to drawing
|
4 years ago |
Chris
|
d2a47eb05c
|
Rename Buffer Trait to Display and add a Rotation Function to it
|
4 years ago |
Chris
|
8904066de6
|
Moved constants of type_a to its own file
|
4 years ago |
Chris
|
ff21d6e611
|
add impl Drawing<Color> for DisplayEink42BlackWhite
fix error by using option for style
|
4 years ago |
Chris
|
e92af2198a
|
Fix previous commit
|
4 years ago |
Chris
|
533cb84123
|
Make lines visible
|
4 years ago |
Chris
|
d65cf0c578
|
Merge branch 'master' into add_embedded_graphics
|
4 years ago |
Chris
|
fe97740f04
|
Fix example
|
4 years ago |
Chris
|
2bab732b6f
|
use new graphics in example
|
4 years ago |
Chris
|
98a9b1c0ed
|
Fix examples
|
4 years ago |
Chris
|
29b7986848
|
Add from_u8 to color, finish drawing for 4in2
|
4 years ago |
Chris
|
8a7309cfc8
|
Renamed old drawing mod to drawing_old
|
4 years ago |
caemor
|
e30cb6f7e8
|
Make Enum DisplayRotation, impl Buffer and Drawing for 4in2 display
|
4 years ago |
Chris
|
b9430236e7
|
Merge pull request #14 from Caemor/fix-os-90-spi-message-on-linux-too-long
Set spi chunk limit on linux with cfg! to fix error
|
4 years ago |
caemor
|
3196c4b387
|
fix embedded_graphics include
|
4 years ago |
caemor
|
c16e136d09
|
fix
|
4 years ago |
caemor
|
8d08bef233
|
add embedded_graphics
|
4 years ago |
Chris
|
4916ac674a
|
Add an reference to the linux specific max spi bytes size
|
4 years ago |
Chris
|
6b89ee1b8e
|
Set spi chunk limit on linux with cfg!
Not tested yet
|
4 years ago |
Chris
|
a079653a26
|
Change example
|
4 years ago |
Chris
|
468425881c
|
readd data_x_times
|
4 years ago |
Chris
|
98e392fff1
|
changed example
|
4 years ago |
Chris
|
0571ab4a34
|
final fix
|
4 years ago |
Chris
|
81710bfc50
|
fix small example
|
4 years ago |
Chris
|
aa7497fa60
|
Still trying to fix an error
|
4 years ago |
Chris
|
2e4ee5308a
|
remove error in previous commit
|
4 years ago |
Chris
|
4155bd616b
|
add error messages for debugging
|
4 years ago |
Chris
|
16686dee6d
|
example change
|
4 years ago |
Chris
|
b7fe5674ee
|
send full buffer instead of loop
|
4 years ago |
Chris
|
526db5dace
|
Extend error message in example
|
4 years ago |
Chris
|
d0ac29ed90
|
print error in example instead of quitting
|
4 years ago |
Chris
|
2e2e70c59c
|
Merge pull request #12 from Caemor/Cleanup-Interface
[WIP] Cleanup interface
|
4 years ago |
Chris
|
f131636b01
|
Addition to previous commit (examples and forgotten save)
|
4 years ago |
Chris
|
89489da657
|
Renaming of WaveshareInterface and Connectioninterface
WaveshareInterface -> WaveshareDisplay
traits::interface::ConnectionInterface -> interface::DisplayInterface
|
4 years ago |
Chris
|
0363e8527f
|
Adapted examples to previous commit
|
4 years ago |
Chris
|
87832f6043
|
Made SPI shareable
Disown spi for better shareabilty
|
4 years ago |
Chris
|
6a24acf62b
|
Removed data_x_times function
|
4 years ago |
Chris
|
99d328575f
|
fix examples
|
4 years ago |
Chris
|
9ac06ead28
|
Merge branch 'Cleanup-Interface' of github.com:Caemor/eink-waveshare-rs into Cleanup-Interface
|
4 years ago |
Chris
|
2f4ebfecab
|
Fix previous Delay Commit
Some stuff was forgotten in the previous commit
|
4 years ago |
Chris
|
fabc5f262e
|
Make delay a function parameter
This change makes delay a function parameter where necessary and stops the need of owning the delay
|
4 years ago |
Chris
|
1791388a8b
|
Renamed folder `interface` to `traits`
|
4 years ago |