i have upgraded Lvgl version from 7 to 8.0.0, i am able to integrate with display with lvgl but Touchpad not working. Do i need to modify something?
lv_port_disp_template.c (6.7 KB)
lv_port_indev_template.c (10.3 KB)
lv_conf.h (17.0 KB)
i have upgraded Lvgl version from 7 to 8.0.0, i am able to integrate with display with lvgl but Touchpad not working. Do i need to modify something?
lv_port_disp_template.c (6.7 KB)
lv_port_indev_template.c (10.3 KB)
lv_conf.h (17.0 KB)
It looks good. Do you see the am_util_debug_printf("tp: %d %d \n",last_x,last_y);
logs?
yes, the values are coming 0,0.
Than it should be else. Probably touchpad_get_xy
or touchpad_is_pressed
is not working for some reason. I suggest debugging them too.