show screen messages out serial port (for screenless devices)
This commit is contained in:
@ -92,6 +92,7 @@ void screen_print(const char * text, uint8_t x, uint8_t y) {
|
||||
}
|
||||
|
||||
void screen_print(const char * text) {
|
||||
Serial.printf("Screen: %s\n", text);
|
||||
if(!display) return;
|
||||
|
||||
display->print(text);
|
||||
|
Reference in New Issue
Block a user