Chris
|
2796d875f5
|
Add rustfmt::skip to constants and graphics::rotation
|
2018-11-06 09:03:19 +01:00 |
Chris
|
b505440c09
|
improved readme
|
2018-11-06 09:00:33 +01:00 |
Chris
|
e518265273
|
Run cargo fmt (reverted for constants and some graphic calculations)
|
2018-11-05 15:31:52 +01:00 |
Chris
|
375adf4bff
|
Use `data_x_times` instead of big u8-slice
|
2018-10-30 15:28:34 +01:00 |
Chris
|
4931c7aeb3
|
- Renaming to epd-waveshare
- added changelog
|
2018-10-30 15:25:48 +01:00 |
Chris
|
e76a2c45f8
|
Use data_x_times instead of big buffers
|
2018-10-30 15:04:47 +01:00 |
Chris
|
22e3ee22b2
|
Include `set_lut` in WaveshareDisplay Trait
|
2018-10-30 14:56:38 +01:00 |
Chris
|
63d1de0417
|
Merge pull request #20 from Caemor/update-linux-embedded-hal
Update to linux-embedded-hal v0.2.1 and remove hackinputpin
|
2018-10-30 11:25:46 +01:00 |
Chris
|
af685277f1
|
Fix last clippy warning
|
2018-10-30 11:10:45 +01:00 |
Chris
|
a7d0f13d13
|
Fix clippy lints
|
2018-10-30 10:42:56 +01:00 |
Chris
|
30b0ee19f3
|
Fix travis by removing the deleted stm32-example
|
2018-10-30 09:54:46 +01:00 |
Chris
|
297f92a99e
|
Use clippy with travis
|
2018-10-30 09:50:50 +01:00 |
Chris
|
550338a1ae
|
Cleanup of imports
|
2018-10-30 09:00:13 +01:00 |
Chris
|
86d1a9fa25
|
Remove Hackinputpin completly
|
2018-10-30 08:54:37 +01:00 |
Chris
|
40506b580c
|
Update to linux-embedded-hal v0.2.1 and remove hackinputpin
|
2018-10-30 08:44:51 +01:00 |
Chris
|
3090637546
|
Remove stm32f3 until InputPin is supported
|
2018-10-26 13:44:18 +02:00 |
Chris
|
ad76027709
|
Merge pull request #16 from Caemor/add_embedded_graphics
Add embedded graphics supports
|
2018-10-24 16:37:37 +02:00 |
Chris
|
5b2996d73a
|
Fixed broken link
|
2018-10-24 14:09:39 +02:00 |
Chris
|
91d7a7862a
|
improved docs for 2in9
|
2018-10-24 14:07:35 +02:00 |
Chris
|
f06b672899
|
add a empty screen first
|
2018-10-24 08:11:10 +02:00 |
Chris
|
c98c058c5a
|
Add 2in9 example
|
2018-10-23 23:15:23 +02:00 |
Chris
|
0204e72cb5
|
Some last doc changes
|
2018-10-23 22:14:11 +02:00 |
Chris
|
bfafb8b058
|
make the quick example faster
|
2018-10-23 16:47:00 +02:00 |
Chris
|
ea1843f506
|
Add a quick lut example
|
2018-10-23 16:42:14 +02:00 |
Chris
|
3fc25d71e5
|
Improved Documentation
|
2018-10-23 16:41:59 +02:00 |
Chris
|
e51406b05f
|
use prelude in examples
|
2018-10-22 16:17:53 +02:00 |
Chris
|
f039b1f6a4
|
Improve documentation
|
2018-10-22 16:16:48 +02:00 |
Chris
|
598a6924ea
|
Cleanup of color-module and removal of old drawing module
|
2018-10-22 15:55:52 +02:00 |
Chris
|
697a781ff2
|
Remove more or less duplicate test cases for 2in9 buffer
|
2018-10-22 15:43:50 +02:00 |
Chris
|
8f0a2a98ad
|
Update Readme
|
2018-10-22 15:42:08 +02:00 |
Chris
|
4fefe40b82
|
Adapt stm32 example to changes to fix build errors
|
2018-10-22 14:45:12 +02:00 |
Chris
|
efa5591788
|
Added some comments to the previous commit
|
2018-10-22 13:10:24 +02:00 |
Chris
|
824735fb64
|
Fix error where pixel outside display lead to early return instead of just skipping that pixel
|
2018-10-22 13:06:24 +02:00 |
Chris
|
520317f351
|
Fixed examples and more small improvements
|
2018-10-19 17:00:15 +02:00 |
Chris
|
3b0b5962ec
|
Streamline a few things
|
2018-10-19 16:26:31 +02:00 |
Chris
|
a1adeb77a4
|
more changes to the displaydimension trait
|
2018-10-19 16:16:43 +02:00 |
Chris
|
a832ab9fed
|
add more changes
|
2018-10-19 16:12:22 +02:00 |
Chris
|
f6a894c5a3
|
use generalised graphics with new specialised buffers
|
2018-10-19 15:55:18 +02:00 |
Chris
|
1baf35c1a4
|
Forgotten files in previous commit
|
2018-10-19 14:37:41 +02:00 |
Chris
|
139096297b
|
Generalise graphics once more
Change u16 positions to u32 to adapt to embedded graphics unsigned coordinates
Furthermore added epd4in2 defaults graphics buffer
|
2018-10-19 14:36:43 +02:00 |
Chris
|
9289d689b7
|
Fix epd1in54 example, test if old bugs are fixed
|
2018-10-19 11:27:16 +02:00 |
Chris
|
8922707bac
|
Renamed drawing to graphics and extracted display-specific stuff into the display folders
|
2018-10-19 10:59:26 +02:00 |
Chris
|
b7275198e1
|
remove another dublicate test case
|
2018-10-19 10:14:36 +02:00 |
Chris
|
a522375695
|
Clean up and removal of a few fixed todos
|
2018-10-19 09:58:52 +02:00 |
Chris
|
bbdecdb6f7
|
Update documenatation
|
2018-10-19 09:47:36 +02:00 |
Chris
|
0b77b069a4
|
improve moving hello world in example
|
2018-10-19 09:19:36 +02:00 |
Chris
|
b3c41b0e7f
|
improve example
|
2018-10-19 09:17:37 +02:00 |
Chris
|
0fc3b5da18
|
seperate drawing impl in multiple functions for better test coverage
|
2018-10-19 08:46:15 +02:00 |
Chris
|
e21dbfb7e3
|
Removed duplicate test (from color)
|
2018-10-19 08:21:59 +02:00 |
Chris
|
5fbf91216c
|
embedded graphics should be fixed now
|
2018-10-19 07:59:53 +02:00 |