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/eve.h | |
parent | ad43c402b05ef05c7bf5a7104a4f896e65b3ac4d (diff) |
initial touch calibration fixed
Diffstat (limited to 'fw/fe310/eos/eve/eve.h')
-rw-r--r-- | fw/fe310/eos/eve/eve.h | 3 |
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); |