First steps exploring the the idea of an embedded Display Abstraction Layer (DAL) for Rust.
This work mainly led to PRs for embassy, adding a DSIHOST and LTDC driver and example for embassy-stm32.
Currently contains a working example of a CO2 monitor using
- an Infineon PAS CO2 sensor
- Slint as a UI framework
- STM32F469 Discovery Kit
Connect an Infineon PAS CO2 sensor to PB8 (SCL) and PB9 (SDA) and run
cargo run --example