lvgl / lv_demos

Examples, tutorials and applications for the LVGL embedded GUI library
https://lvgl.io
492 stars 366 forks source link

The sliding direction of tab Visuals is opposite #69

Closed huqifj closed 4 years ago

huqifj commented 4 years ago

This demo on website https://lvgl.io/demos, when you scroll up or down

embeddedt commented 4 years ago

Are you referring to the mouse wheel or dragging the screen? The mouse wheel doesn't work at all in the demo (and I don't think it's expected to).

If you're referring to dragging the screen, it's simulating a touchscreen (like a phone), and the directions match how you would move your finger.

huqifj commented 4 years ago

Thanks for your reply. I do this by dragging the scroll bar on the right side of the screen. Now I know it's simulating a mobile device. Thank you again