Implemented new functions

This commit is contained in:
id101010
2015-05-11 20:40:43 +02:00
parent 511bbefe14
commit 21fddc32ea
4 changed files with 459 additions and 113 deletions

View File

@@ -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());
}