Commit Graph

346 Commits (43aba4ddb1640f499c37e8360b1e7365f9b9e5e0)

Author SHA1 Message Date
Chris 9390f9aa49
Merge pull request #32 from caemor/CI-Tests
- make clippy failable in CI
- test code coverage
2019-09-02 15:21:25 +02:00
Christoph 59df02320e add codecov token 2019-08-21 15:40:53 +02:00
Christoph 8b1cacc48c ci update 2019-08-21 14:43:53 +02:00
Chris d452c9744c
Merge pull request #31 from dbr/master
* Update for embedded-graphics 0.5.2

* draw_helper takes IntoIterator
* embedded-graphics 0.5.0 removed the with_ prefix from some methods

with_stroke() to stroke()
with_fill() to fill()
with_style() to style()

* Update examples to embedded-graphics="0.5.2" also
2019-08-21 14:34:27 +02:00
Christoph d3cc0a5044 test code coverage 2019-08-21 14:29:58 +02:00
dbr 3d05130bc0 Fix copypaste error 2019-08-21 21:41:46 +09:30
dbr 044c798a8b Update examples to embedded-graphics="0.5.2" also 2019-08-18 17:58:48 +09:30
dbr 0b047b211b Trivial tidyup 2019-08-18 17:54:35 +09:30
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()
2019-08-17 09:31:58 +09:30
dbr 99b4cff362 draw_helper takes IntoIterator
Update other display types
2019-08-16 23:59:58 +09:30
dbr f96caeb419 Update for embedded-graphics 0.5.2 2019-08-11 11:01:12 +09:30
Chris 7b4a7f0578
v0.3.2 - some timing fixes (#29)
* Fixed some missing wait_until_idle calls
* prepared release of 0.3.2
* cargo fmt

This is known to fail on travis because it uses the deprecated old digital v1 embedded hal pins
2019-06-17 10:33:20 +02:00
Chris 20fc874766
Finalize changelog for v.0.3.1 before release 2019-04-06 09:12:57 +02:00
Chris 60f48a8273
Add Bluepill example & some other minor improvements (#28)
- added bluepill example
- improved ci config
- travis: run fmt only once
- travis: fixed target issues
2019-04-06 09:09:56 +02:00
Chris 34c03c5486 Fixed forgotten fmt 2019-04-06 08:56:48 +02:00
Chris e8744dcb34 Release 0.3.1 2019-04-06 08:53:12 +02:00
Chris 63321f7e2c Fix: Timing Issues after display_frame
epd1in54 and epd2in9 were both missing a necessary wait_until_idle call at the end of their display_frame function which sometimes caused invalid/ignored commands/inputs afterwards.
2019-04-06 08:52:42 +02:00
Chris 9b6c7ada16 release 0.3.0 2019-04-04 23:37:38 +02:00
Chris 47af2fc664
Make a few small updates to support TeXitoi rusty clock (#27)
- add a feature gated alternative full lut for type_a displays
- remove pub from set_lut_helper function
- fix behaviour of set_lut for epd2in9. it always sets the LUT now!
-  better comments
2019-04-04 23:23:48 +02:00
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
2019-03-06 11:48:05 +01:00
Christoph Groß 80384f031c Improve keywords,description and Readme
- added eink to keywords
- added reference to previous crate-name
- improved readme with reference to a few great arduino display libs
2019-02-22 14:51:29 +01:00
Chris d7f3cdca97
Edition 2018 (#24)
* "cargo fix --edition" for the library

* Switch to 2018 edition

* Use cargo fix edition-idioms and remove the internal renaming from embedded_hal to hal

* Updated Readme

* run cargo fmt
2019-02-22 11:23:28 +01:00
Chris 91b723d30e
Merge pull request #23 from caemor/test-codecov
test codecov
2019-01-15 13:40:05 +01:00
Chris e379477866 ci update 2019-01-15 13:06:26 +01:00
Chris 619e6124c5 try coveralls instead 2019-01-15 11:35:10 +01:00
Chris 42ee1773cb ci: fix codecov dir name 2019-01-15 11:21:27 +01:00
Chris 74dc5171bf test codecov 2019-01-15 10:56:34 +01:00
Chris 72345b2bb9
Merge pull request #22 from therealprof/patch-1
Fix repository name on crates.io
2018-11-21 10:42:23 +01:00
Daniel Egger a4cb4b5646
Fix repository name 2018-11-21 00:15:28 +01:00
Chris 101c8b897b
Merge pull request #21 from caemor/v0.2-cleanup
Cleanup for v0.2
2018-11-06 18:24:57 +01:00
Chris 68cd8006dc Fix wrongly named dep in examples 2018-11-06 17:40:34 +01:00
Chris b9395b5eff Prepare release
- fix cargo fmt error
- rename forgotten stuff
2018-11-06 15:50:47 +01:00
Chris eeb89dfa1d add beta and stable builds to travis 2018-11-06 13:17:32 +01:00
Chris ebb33661c3 cleanup of a few tested/resolved todos 2018-11-06 13:16:57 +01:00
Chris 08d14689f2 add 2in9 example to travis and also check for cargo fmt there 2018-11-06 09:12:59 +01:00
Chris 559b0efdae run cargo fmt over all examples 2018-11-06 09:12:39 +01:00
Chris 973b1d8982 run cargo fmt over 4in2 example 2018-11-06 09:10:24 +01:00
Chris bd79ffdbc6 added cargo fmt to travis 2018-11-06 09:07:37 +01:00
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