This commit is contained in:
JQ 2025-05-04 18:20:53 -07:00
parent 678f36a57b
commit 9d967388f7
2 changed files with 0 additions and 2 deletions

View file

@ -11,7 +11,6 @@ class ST7789Display : public DisplayDriver {
bool _isOn;
uint16_t _color;
int _x=0, _y=0;
int _textSize=1; // Track the current text size
bool i2c_probe(TwoWire& wire, uint8_t addr);
public: