implemented functions to get x and y coordinates and a test function

This commit is contained in:
id101010
2015-05-28 16:07:26 +02:00
parent 1396d24f57
commit 5bda699f79
3 changed files with 94 additions and 19 deletions

View File

@@ -19,7 +19,7 @@ void app_init() {
void app_process() {
system_process(); //Let the system handle it's pending events
gui_screen_update(); //update the currently active screen
//gui_screen_update(); //update the currently active screen
}