Merge pull request #294 from 446564/SH1106-display

Sh1106 display
Cette révision appartient à :
ripplebiz
2025-05-17 23:32:14 +10:00
révisé par GitHub
révision 885cfe9667
3 fichiers modifiés avec 136 ajouts et 0 suppressions
+2
Voir le fichier
@@ -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