lvgl / lv_port_esp32

LVGL ported to ESP32 including various display and touchpad drivers
MIT License
1.06k stars 440 forks source link

undefined reference to `lv_obj_set_scroll_propagation' #336

Open ripper121 opened 1 year ago

ripper121 commented 1 year ago

Im using the latest version of lvgl and lv_obj_set_scroll_propagation seams not implemented.

lv_obj_set_scroll_propagation(ui_TabPage1, false);

I want to turn off the Swipe to next page for the TabView.