mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-22 02:32:23 +00:00
add ui sample code
This commit is contained in:
4
src/screen.h
Normal file
4
src/screen.h
Normal file
@@ -0,0 +1,4 @@
|
||||
#pragma once
|
||||
|
||||
void screen_print(const char * text);
|
||||
void screen_loop(), screen_setup(), screen_on(), screen_off(), screen_show_logo();
|
||||
Reference in New Issue
Block a user