Chris
|
98e392fff1
|
changed example
|
5 years ago |
Chris
|
0571ab4a34
|
final fix
|
5 years ago |
Chris
|
81710bfc50
|
fix small example
|
5 years ago |
Chris
|
aa7497fa60
|
Still trying to fix an error
|
5 years ago |
Chris
|
2e4ee5308a
|
remove error in previous commit
|
5 years ago |
Chris
|
4155bd616b
|
add error messages for debugging
|
5 years ago |
Chris
|
16686dee6d
|
example change
|
5 years ago |
Chris
|
b7fe5674ee
|
send full buffer instead of loop
|
5 years ago |
Chris
|
526db5dace
|
Extend error message in example
|
5 years ago |
Chris
|
d0ac29ed90
|
print error in example instead of quitting
|
5 years ago |
Chris
|
2e2e70c59c
|
Merge pull request #12 from Caemor/Cleanup-Interface
[WIP] Cleanup interface
|
5 years ago |
Chris
|
f131636b01
|
Addition to previous commit (examples and forgotten save)
|
5 years ago |
Chris
|
89489da657
|
Renaming of WaveshareInterface and Connectioninterface
WaveshareInterface -> WaveshareDisplay
traits::interface::ConnectionInterface -> interface::DisplayInterface
|
5 years ago |
Chris
|
0363e8527f
|
Adapted examples to previous commit
|
5 years ago |
Chris
|
87832f6043
|
Made SPI shareable
Disown spi for better shareabilty
|
5 years ago |
Chris
|
6a24acf62b
|
Removed data_x_times function
|
5 years ago |
Chris
|
99d328575f
|
fix examples
|
5 years ago |
Chris
|
9ac06ead28
|
Merge branch 'Cleanup-Interface' of github.com:Caemor/eink-waveshare-rs into Cleanup-Interface
|
5 years ago |
Chris
|
2f4ebfecab
|
Fix previous Delay Commit
Some stuff was forgotten in the previous commit
|
5 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
|
5 years ago |
Chris
|
1791388a8b
|
Renamed folder `interface` to `traits`
|
5 years ago |
Chris
|
0ddaf9679a
|
Deletion of single u8 data Transfers and renaming of various functions
command_with_data -> cmd_with_data
command -> cmd
multiple_data -> data
|
5 years ago |
Chris
|
829a9e71eb
|
Fix previous Delay Commit
Some stuff was forgotten in the previous commit
|
5 years ago |
Chris
|
38dc5126ee
|
Make delay a function parameter
This change makes delay a function parameter where necessary and stops the need of owning the delay
|
5 years ago |
Chris
|
e489b7af30
|
Merge pull request #10 from Caemor/STM32F3DISCOVERY-Beispiel
Added example and tests for stm32f3discovery
Added an example for stm32f3discovery, which also adds automatic (via travis) build tests for the stm32f3
|
5 years ago |
Chris
|
6efa864014
|
Renamed folder `interface` to `traits`
|
5 years ago |
Chris
|
e14c3a5f76
|
Fix travis build for stm32f3
|
5 years ago |
Chris
|
7612aad99a
|
Deletion of single u8 data Transfers and renaming of various functions
command_with_data -> cmd_with_data
command -> cmd
multiple_data -> data
|
5 years ago |
Chris
|
632f4932ad
|
Merge pull request #8 from Caemor/size_testcase
Adds testcases for the sizes of the displays and default backgroundcolor
|
5 years ago |
Christoph Groß
|
5b80530ba2
|
Finished stm32f3disovery example.
This example still needs to be tested on the board
|
5 years ago |
Christoph Groß
|
80090d8df2
|
Added testcases for default size and color of the various displays
|
5 years ago |
Christoph Groß
|
806d9a1e2d
|
Added stm32f3 example,
This is example is missing good usage of the crate,
but before that eh_personality needs to be fixed
|
5 years ago |
Christoph Groß
|
e82df01f34
|
Updated Travis
- Added 2nd example
- use cargo check instead of cargo build for first fast check
|
5 years ago |
Christoph Groß
|
e4e4cd57d2
|
Fixed example epd4in2 with missing rename
|
5 years ago |
Christoph Groß
|
9fc4c0c1c7
|
Fixed missing renaming of .width() and height() methods
|
5 years ago |
Christoph Groß
|
aa412ba220
|
Updated Example-Readme
|
5 years ago |
Christoph Groß
|
fa6bce5ee7
|
Cleanup of WaveshareInterface
-Removed update_and_display_frame
-removed update_and_display_partial_frame
-Renamed get_width and get_height to just width and height
|
5 years ago |
Christoph Groß
|
b0699b088d
|
Finished the 2nd example which doesn't use the included graphics module
|
5 years ago |
Christoph Groß
|
493a7bd0c0
|
Clarified Documentation for clear_frame and sleep
|
5 years ago |
Christoph Groß
|
6c5220fb07
|
Added a seperate Readme to the examples and linked it from the main readme
|
5 years ago |
Christoph Groß
|
9c08d8559e
|
Forgotten parts of the previous commit for adding a graphics feature and using it
|
5 years ago |
Christoph Groß
|
2cc4bceac3
|
Featuregate the graphics modules
This commit makes it possible to compile without the included graphics features
|
5 years ago |
Christoph Groß
|
e0cf10bf4e
|
Moved Colors into its own module
|
5 years ago |
Christoph Groß
|
a40cda8756
|
Improved Documentation of 2nd example
|
5 years ago |
Christoph Groß
|
4c704a3af5
|
Started a new example for 1.54 in
|
5 years ago |
Christoph Groß
|
06517e053e
|
Added travis badge and improved package description for crates.io
|
5 years ago |
Christoph Groß
|
f49fd8604d
|
updated version to fix wrong documentation link
|
5 years ago |
Christoph Groß
|
96770946ec
|
fixed wrong documentation link
|
5 years ago |
Christoph Groß
|
b367beb0a0
|
Added description, documentation, categories, keywords and license to package description
|
5 years ago |
Chris
|
3c3f29aa98
|
Merge pull request #7 from Caemor/try_rustfmt
Formating and other beautifying improvements including some rustfmt changes
|
5 years ago |