working everything properly well

This commit is contained in:
Priec
2026-01-10 16:55:02 +01:00
parent fe4e48fbcc
commit 1cb6f3a3ee
13 changed files with 872 additions and 105 deletions

View File

@@ -0,0 +1,5 @@
// src/display/mod.rs
//! SSD1306 OLED display
pub mod api;
pub mod task;