LCD Menu: Link UI Selections to Application State
This post covers linking selections from UI (In our case the LCD Menu) to the application state.
Rust 365 Challenge: Progress Report
quick update on my Rust 365 challenge for future me to remember how this felt.
Control Design For A UI Menu
This post covers the strangely complex process of designing a menu on low-level systems. I was certainly shocked by the amount of effort.
Enums: Programming with Rust
A very brief foray into enums just to see what I can break, and what requirements exist when using enums in Rust.
LCD Menu: Unit & Integration Testing
Creating unit and integration tests for rust code that will run on a Raspberry Pi Pico