mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-03-18 19:24:49 +01:00
display font size correction
This commit is contained in:
parent
44d9732aa2
commit
37162b9708
|
|
@ -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]);
|
||||
|
|
|
|||
Loading…
Reference in a new issue