mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-26 10:48:52 +00:00
cleanup
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user