Commit Graph

5 Commits

Author SHA1 Message Date
Wladimir J. van der Laan
a1c65405ea rust: Clean up cargo patches
No more need for any `k210-hal` and `k210-pac` patches with 0.2.0
2019-12-28 20:17:37 +00:00
Wladimir J. van der Laan
ff064f596f rust: Update for embedded-graphics 0.6.0-alpha.2 2019-09-16 14:54:11 +00:00
Wladimir J. van der Laan
1397aa19db rust: Animate dot in embfx
Also add bounds check for pixels iterator (whoops).
2019-08-28 07:53:35 +00:00
Wladimir J. van der Laan
860bda159a rust: Simplify and optimize pixel iterator
It should be entirely safe to write u16 to a u32 array: no alignment
issues, no risk of creating undefined values.
2019-08-28 07:05:53 +00:00
Wladimir J. van der Laan
d1ee942f10 rust: Add embgfx demo 2019-08-26 08:37:09 +00:00