k210-sdk-stuff/rust/k210-console
Wladimir J. van der Laan e86d5c5f75 Use DMAC for display everywhere
This mimics the way the Kendryte SDK does things—it is better because
the MMIO based SPI tends to sometimes lose synchonization when the CPU
doesn't keep up providing data fast enough.
2019-08-07 10:22:05 +00:00
..
data rust: Add weather 2019-05-27 07:51:21 +00:00
scripts rust: Add weather 2019-05-27 07:51:21 +00:00
src Use DMAC for display everywhere 2019-08-07 10:22:05 +00:00
.gitignore Fun with rust 2019-05-11 10:24:59 +00:00
Cargo.toml Dependencies bump 2019-07-02 17:20:39 +00:00
README.md Unify license and CoC 2019-05-20 15:59:28 +02:00

k210-console

Console emulator written in rust for the Maix Go.

Barely functional at the moment. This is really a test for some functionality like SPI and driving the display from Rust.