diff options
author | Uros Majstorovic <majstor@majstor.org> | 2021-05-20 18:36:41 +0200 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2021-05-20 18:36:41 +0200 |
commit | ae557a680b1b29cb823ffa5d10dc708c1616c874 (patch) | |
tree | b57c5c942d7aedf4b8a81f8e8bedf490beb700c1 /fw/fe310/eos/eve/screen/window.c | |
parent | ad43c402b05ef05c7bf5a7104a4f896e65b3ac4d (diff) |
initial touch calibration fixed
Diffstat (limited to 'fw/fe310/eos/eve/screen/window.c')
-rw-r--r-- | fw/fe310/eos/eve/screen/window.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fw/fe310/eos/eve/screen/window.c b/fw/fe310/eos/eve/screen/window.c index d4b15f0..c259b19 100644 --- a/fw/fe310/eos/eve/screen/window.c +++ b/fw/fe310/eos/eve/screen/window.c @@ -1,5 +1,6 @@ #include <stdlib.h> #include <string.h> +#include <stdio.h> #include "eve.h" #include "eve_kbd.h" @@ -214,8 +215,6 @@ int eve_window_touch(EVEWindow *window, EVETouch *touch, uint16_t evt, uint8_t t return 0; } -#include <stdio.h> - void eve_window_root_draw(EVEWindowRoot *root) { uint8_t tag0 = 0x80; int rv; |