Initial implementation of OLED driver with shared SPI bus

This commit is contained in:
2026-08-02 17:20:40 +02:00
parent 7ce3a60a08
commit 020ca5cd4b
7 changed files with 301 additions and 48 deletions
+1
View File
@@ -34,6 +34,7 @@ esp-hal-wifimanager = { git = "https://github.com/InvisibleUSA/esp-hal-wifimanag
esp-println = { version = "0.17.0", features = ["esp32s3", "log-04"] }
display-interface-spi = "0.5.0"
ili9341 = "0.6.0"
ssd1306 = "0.9.0"
embedded-hal = "1.0.0"
embedded-hal-bus = "0.3.0"
embedded-graphics = "0.8.2"