clock_generator/firmware
finga c2920ea334
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
fw-rust: Break everything down in multiple files
To reduce length of `main.rs` and therefor improve readability create
source files for:

- Assets (`assets.rs`): Contains all graphical assets such as the
  splash screen assets, symbols and the symbol table.
- LCD (`lcd.rs`): Contains all lower level things regarding the LCD
  such as the `Lcd` struct and its implementations.
- Screen (`screen/mod.rs`):
    - Splash (`screen/splash.rs`)
    - Home (`screen/home.rs`)
    - Setup (`screen/setup.rs`)

In the future it would probably make sense to move the LCD module into
the screen module.
2022-03-18 11:19:36 +01:00
..
c Rename folder of firmware written in c 2021-10-25 15:26:04 +02:00
rust fw-rust: Break everything down in multiple files 2022-03-18 11:19:36 +01:00