Merge pull request #294 from 446564/SH1106-display

Sh1106 display
This commit is contained in:
ripplebiz 2025-05-17 23:32:14 +10:00 committed by GitHub
commit 885cfe9667
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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