summaryrefslogtreecommitdiff
path: root/fw/fe310/eos/eve/eve.h
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2021-05-20 18:36:41 +0200
committerUros Majstorovic <majstor@majstor.org>2021-05-20 18:36:41 +0200
commitae557a680b1b29cb823ffa5d10dc708c1616c874 (patch)
treeb57c5c942d7aedf4b8a81f8e8bedf490beb700c1 /fw/fe310/eos/eve/eve.h
parentad43c402b05ef05c7bf5a7104a4f896e65b3ac4d (diff)
initial touch calibration fixed
Diffstat (limited to 'fw/fe310/eos/eve/eve.h')
-rw-r--r--fw/fe310/eos/eve/eve.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/fw/fe310/eos/eve/eve.h b/fw/fe310/eos/eve/eve.h
index 39e96cb..2f26edf 100644
--- a/fw/fe310/eos/eve/eve.h
+++ b/fw/fe310/eos/eve/eve.h
@@ -66,6 +66,5 @@ void eve_standby(void);
void eve_sleep(void);
void eve_wake(void);
void eve_brightness(uint8_t b);
-void eve_set_touch_calibration(uint32_t *matrix);
-int eve_init(int pwr_on, uint8_t gpio_dir);
+int eve_init(int pwr_on, int touch_calibrate, uint32_t *touch_matrix, uint8_t gpio_dir);