Added datasheets, updated touchsupport.

This commit is contained in:
id101010
2015-05-12 14:32:43 +02:00
parent 3b30f4e84c
commit aec62d4e02
6 changed files with 240820 additions and 240 deletions

View File

@@ -2,7 +2,7 @@
#include "tft.h"
#include "system.h"
#include "touch.h"
#include "screen_main.h"
#include "screen_guitest.h"
#include "filesystem.h"
void app_init() {
@@ -11,7 +11,7 @@ void app_init() {
touch_init();
filesystem_init();
gui_screen_navigate(get_screen_main());
gui_screen_navigate(get_screen_guitest());
}