add support for SH1106 OLED display

This commit is contained in:
Rob Loranger 2025-05-16 08:45:55 -07:00
parent b11f43987b
commit 25b534a29d
3 changed files with 136 additions and 0 deletions

View file

@ -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