clock_generator/firmware/rust
finga 1688bb868e
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
fw-rust: Add symbols and screens
Add several symbols and a symbol table in an ascii order. Add the
`print()` and `print_inverted()` functions to be able to draw strings,
"black on white" as well as "white on black" onto the display. Add a
`HomeScreen` which also saves the state of which selection is
active. To save the screen state and also make it accessible globally
use a `RefCell` contained in a `Mutex`.

Also update the build dependencies.
2022-03-14 22:54:07 +01:00
..
.cargo fw-rust: Minimal hello world 2022-03-06 19:20:49 +01:00
avr-specs fw-rust: Minimal hello world 2022-03-06 19:20:49 +01:00
src fw-rust: Add symbols and screens 2022-03-14 22:54:07 +01:00
.gitignore fw-rust: Minimal hello world 2022-03-06 19:20:49 +01:00
Cargo.lock fw-rust: Add symbols and screens 2022-03-14 22:54:07 +01:00
Cargo.toml fw-rust: Start to use the avr-eeprom crate 2022-03-08 19:05:40 +01:00
Makefile.toml fw-rust: Handle data residing in the EEPROM 2022-03-08 14:42:04 +01:00
rust-toolchain.toml fw-rust: Minimal hello world 2022-03-06 19:20:49 +01:00