update starting screen
This commit is contained in:
parent
a718c1fd1d
commit
54d16abcca
|
|
@ -38,7 +38,6 @@ void setup_display() {
|
|||
display.setTextColor(WHITE);
|
||||
display.setTextSize(1);
|
||||
display.setCursor(0, 0);
|
||||
display.print("LORA SENDER ");
|
||||
display.ssd1306_command(SSD1306_SETCONTRAST);
|
||||
display.ssd1306_command(1);
|
||||
display.display();
|
||||
|
|
@ -164,4 +163,4 @@ void show_display(String header, String line1, String line2, String line3, Strin
|
|||
display.ssd1306_command(1);
|
||||
display.display();
|
||||
delay(wait);
|
||||
}
|
||||
}
|
||||
|
|
@ -12,4 +12,4 @@ void show_display(String header, String line1, String line2, String line3, int w
|
|||
void show_display(String header, String line1, String line2, String line3, String line4, int wait = 0);
|
||||
void show_display(String header, String line1, String line2, String line3, String line4, String line5, int wait = 0);
|
||||
|
||||
#endif
|
||||
#endif
|
||||
Loading…
Reference in New Issue