Merge pull request #294 from 446564/SH1106-display

Sh1106 display
Этот коммит содержится в:
ripplebiz
2025-05-17 23:32:14 +10:00
коммит произвёл GitHub
родитель d13ff7ea84 25b534a29d
Коммит 885cfe9667
3 изменённых файлов: 136 добавлений и 0 удалений
+2
Просмотреть файл
@@ -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