Redesigned main menu. Moved stuff from pixytest to a new helper file and to the new "photo mode"-screen.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#include "tft.h"
|
||||
#include "system.h"
|
||||
#include "touch.h"
|
||||
#include "screen_guitest.h"
|
||||
#include "screen_main.h"
|
||||
#include "filesystem.h"
|
||||
|
||||
void app_init() {
|
||||
@@ -11,7 +11,7 @@ void app_init() {
|
||||
touch_init();
|
||||
filesystem_init();
|
||||
|
||||
gui_screen_navigate(get_screen_guitest());
|
||||
gui_screen_navigate(get_screen_main());
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user