Implemented basic sampling and averaging of touch coordinates using timer7

This commit is contained in:
id101010
2015-05-29 01:34:55 +02:00
parent 1785b80dc4
commit 7d2d1a13e4
4 changed files with 79 additions and 24 deletions

View File

@@ -104,7 +104,7 @@ static void enter(void* screen) {
n_updown.max=11;
n_updown.min =-5;
n_updown.callback=n_updown_cb;
gui_numupdown_add(&n_updown);
//gui_numupdown_add(&n_updown);
}