Implemented new functions
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#include "tft.h"
|
||||
#include "system.h"
|
||||
#include "touch.h"
|
||||
#include "screen_main.h"
|
||||
#include "screen_guitest.h"
|
||||
|
||||
|
||||
void app_init() {
|
||||
@@ -10,7 +10,7 @@ void app_init() {
|
||||
tft_init();
|
||||
touch_init();
|
||||
|
||||
gui_screen_navigate(get_screen_main());
|
||||
gui_screen_navigate(get_screen_guitest());
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user