// src/display/mod.rs //! SSD1306 OLED display pub mod api; pub mod task; pub mod tui;