Commit graph

63 commits

Author SHA1 Message Date
83066b1013
Remove Chip Select Pin 2022-07-31 21:13:01 +02:00
Wesley Moore
17941a99a3
Version 0.5.0 2022-03-03 08:13:57 +10:00
Wesley Moore
49f8ccfeb3
Add note about deps in CI config 2022-03-03 08:13:10 +10:00
Wesley Moore
65c0685002
Merge pull request #22 from ferristseng/own-buffer
Allow GraphicDisplay to take ownership of Buffer
2022-03-03 08:05:30 +10:00
Ferris Tseng
0a82558d26 make GraphicDisplay buffer generic 2022-03-02 16:31:24 -05:00
Wesley Moore
bd88bcda65
Merge pull request #21 from wezm/0.4
Fix example and bump version
2022-02-08 20:26:34 +10:00
Wesley Moore
1f5138aac9
Fix code coverage script 2022-02-08 20:20:50 +10:00
Wesley Moore
2de56e9a39
Replace Travis with Cirrus
Travis has just stopped running... and wants me to select a plan to
re-enable it.
2022-02-08 19:53:13 +10:00
Wesley Moore
77971169f0
Version 0.4.0 2022-02-08 18:57:21 +10:00
Wesley Moore
b34424dde7
Fix example 2022-02-08 18:56:53 +10:00
Wesley Moore
61b6ea9d59
Merge pull request #20 from ferristseng/ferristseng/eg-07
Upgrade to embedded-graphics 0.7
2022-02-08 09:08:43 +10:00
Ferris Tseng
28eba6d1e2 dependency upgrades 2022-02-06 14:11:53 -05:00
Ferris Tseng
74735f77e8 migrate code from embedded-graphics 0.6 to 0.7 2022-02-06 14:11:43 -05:00
Wesley Moore
4852726410
Version 0.3.0 2020-07-20 10:21:19 +10:00
Wesley Moore
024d987517
Merge pull request #15 from xaep/master
Update embedded_graphics and profont dependencies to latest versions
2020-07-20 10:20:13 +10:00
Constantine Verutin
599839c084 Update embedded_graphics and profont dependencies to latest versions. 2020-07-19 01:42:24 +01:00
Wesley Moore
b1ec1762b1
Merge pull request #13 from wezm/fix-u16-to-bytes
Fix bug in u16_as_u8 function
2020-06-25 09:37:25 +10:00
Wesley Moore
f74fc3dbd6
Fix bug in u16_as_u8 function 2020-06-22 09:40:02 +10:00
Wesley Moore
388f586ae4
Version 0.2.0 2020-03-21 08:43:49 +11:00
Wesley Moore
b3450615cc
Merge pull request #11 from mkiefel/fix_example
Update example after bump of dependencies
2020-03-21 08:41:34 +11:00
Martin Kiefel
0fcb9f20df
Make Travis build examples as well 2020-03-20 10:50:49 +01:00
Martin Kiefel
bf7cb30c38
Update example after bump of dependencies
The recent bump of linux-embedded-hal and embedded-graphics broke the
example. This change fixes the compile time errors.

Tested on a Raspberry Pi Zero W with inky phat display.
2020-03-20 00:04:58 +01:00
Wesley Moore
f46fcbd677
Merge pull request #10 from wezm/gpio-errors
Replace custom error type in favour of Debug constraints
2020-03-11 09:32:52 +11:00
Wesley Moore
f27c2c6f68
Replace custom error type in favour of Debug constraints 2020-03-10 20:55:54 +11:00
Wesley Moore
9d8b68d78e
Merge pull request #9 from etrombly/hal_v2
update to hal v2 traits
2020-03-10 20:12:54 +11:00
Eric Trombly
f59959c55c add custom error type to handle results 2020-02-28 11:02:59 -06:00
Eric Trombly
67c2b90b2a change rect to rectangle in graphics.rs 2020-02-28 07:37:54 -06:00
Eric Trombly
333edf10f0 update to hal v2 traits 2020-02-26 11:39:39 -06:00
Wesley Moore
38789231ef
Merge pull request #7 from jedahan/cross-compile
Add armhf support for cross compilation
2019-01-22 10:12:07 +13:00
Jonathan Dahan
6219046521 Add armhf support for cross compilation 2019-01-21 13:12:28 -05:00
Wesley Moore
7c40f07a1f
Add Codecov badges 2019-01-14 11:06:14 +11:00
Wesley Moore
aa89922904
Add code coverage reporting 2019-01-14 11:03:14 +11:00
Wesley Moore
ca93d12c91
Add crates.io metadata to Cargo.toml 2018-12-26 14:27:00 +11:00
Wesley Moore
a88264920e
Fix some warnings 2018-12-26 14:17:45 +11:00
Wesley Moore
0b65948e5a
Merge branch 'ci' 2018-12-26 14:12:22 +11:00
Wesley Moore
cb548ac0b6
Add Travis badge to README 2018-12-26 14:12:08 +11:00
Wesley Moore
ccb8d78c95
Add Travis CI config 2018-12-26 14:06:48 +11:00
Wesley Moore
b7e0c3162e
Merge pull request #2 from wezm/rustdoc
Document most public items
2018-12-26 14:05:30 +11:00
Wesley Moore
6eb63d55a4
Document some more items and make some more public
The newly made public items are so that arbitrary commands can be sent.
2018-12-26 14:03:02 +11:00
Wesley Moore
51e049ae08
Expand on example in README 2018-12-26 13:28:55 +11:00
Wesley Moore
ca8175ca3e
Document most public items 2018-12-26 12:54:30 +11:00
Wesley Moore
b6d8d7aabb
Fix up graphics tests 2018-12-26 09:09:11 +11:00
Wesley Moore
a95bb3d01b
Merge pull request #1 from wezm/builder
Builder for constructing Display
2018-12-26 08:45:42 +11:00
Wesley Moore
b776198b87
Update example to use config builder 2018-12-26 08:43:04 +11:00
Wesley Moore
242a471d4f
Clarify comment 2018-12-26 08:29:03 +11:00
Wesley Moore
f7e8275b30
Add builder for constructing display 2018-11-28 08:10:16 +11:00
Wesley Moore
d6ab8df12c
Add photo 2018-11-24 18:12:49 +11:00
Wesley Moore
dca4c08df0
Add LICENSE info and update README 2018-11-24 18:11:33 +11:00
Wesley Moore
b9f4b5af5b
Add photo to README 2018-11-24 18:04:56 +11:00
Wesley Moore
70a57e2858
Round out Inky pHAT example 2018-11-24 17:57:10 +11:00