wfdudley / T-watch-2020

a watch project for the TTGO T-watch-2020 version 1
BSD 3-Clause "New" or "Revised" License
85 stars 27 forks source link

Settings app - non scrollable #24

Closed FedericoBusero closed 3 years ago

FedericoBusero commented 3 years ago

Solution for the following issue: https://github.com/wfdudley/T-watch-2020/issues/1 by calling
lv_page_set_scrlbar_mode(parent, LV_SCRLBAR_MODE_OFF);

The settings app is now non-scrollable. I changed the positions of buttons etc slightly to have a nicer look&feel.

wfdudley commented 3 years ago

Thank you. That closes on of my issues -- how to get rid of the scroll bars.