ui : manage colors and ensure fw using ssd1306 still compile

Этот коммит содержится в:
Florent
2025-04-11 22:23:47 +02:00
родитель 7534c5143f
Коммит cf3d55201f
12 изменённых файлов: 77 добавлений и 34 удалений
+1 -1
Просмотреть файл
@@ -9,7 +9,7 @@
class ST7789Display : public DisplayDriver {
Adafruit_ST7789 display;
bool _isOn;
uint8_t _color;
uint16_t _color;
bool i2c_probe(TwoWire& wire, uint8_t addr);
public: