mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
ui : manage colors and ensure fw using ssd1306 still compile
This commit is contained in:
parent
7534c5143f
commit
cf3d55201f
12 changed files with 77 additions and 34 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue