add support for SH1106 OLED display

Este commit está contenido en:
Rob Loranger
2025-05-16 08:45:55 -07:00
padre b11f43987b
commit 25b534a29d
Se han modificado 3 ficheros con 136 adiciones y 0 borrados
+2
Ver fichero
@@ -66,6 +66,8 @@
#include <helpers/ui/ST7735Display.h>
#elif ST7789
#include <helpers/ui/ST7789Display.h>
#elif SH1106
#include <helpers/ui/SH1106Display.h>
#elif defined(HAS_GxEPD)
#include <helpers/ui/GxEPDDisplay.h>
#else