mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-07-06 18:01:13 +02:00
display font size correction
This commit is contained in:
@@ -262,6 +262,7 @@ void displayShow(const String& header, const String& line1, const String& line2,
|
||||
display.setTextSize(2);
|
||||
display.setCursor(0, 0);
|
||||
display.println(header);
|
||||
display.setTextSize(1);
|
||||
for (int i = 0; i < 6; i++) {
|
||||
display.setCursor(0, 16 + (8 * i));
|
||||
display.println(*lines[i]);
|
||||
|
||||
Reference in New Issue
Block a user