Merge branch 'master' into develop

This commit is contained in:
Ben Meadors
2025-09-18 19:18:53 -05:00
32 changed files with 1487 additions and 52 deletions

View File

@@ -81,6 +81,8 @@ class Screen
#include <SSD1306Wire.h>
#elif defined(USE_ST7789)
#include <ST7789Spi.h>
#elif defined(USE_SPISSD1306)
#include <SSD1306Spi.h>
#else
// the SH1106/SSD1306 variant is auto-detected
#include <AutoOLEDWire.h>