mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
cleanup
This commit is contained in:
parent
678f36a57b
commit
9d967388f7
2 changed files with 0 additions and 2 deletions
|
|
@ -44,7 +44,6 @@ void ST7789Display::startFrame(Color bkg) {
|
|||
}
|
||||
|
||||
void ST7789Display::setTextSize(int sz) {
|
||||
_textSize = sz; // Store the text size
|
||||
switch(sz) {
|
||||
case 1 :
|
||||
display.setFont(ArialMT_Plain_10);
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue