mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-22 02:32:23 +00:00
4 lines
134 B
C
4 lines
134 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
void screen_print(const char * text);
|
||
|
|
void screen_loop(), screen_setup(), screen_on(), screen_off(), screen_show_logo();
|