lv_tabview_set_btns_hidden(..)
is supported in v.6.x,
but in dev7.0 , there isn’t have this api.
Request support this api in dev7.0 too.
Thank you.
lv_tabview_set_btns_hidden(..)
is supported in v.6.x,
but in dev7.0 , there isn’t have this api.
Request support this api in dev7.0 too.
Thank you.
I think using lv_tabview_set_btns_pos(tabview, LV_TABVIEW_BTNS_POS_NONE)
should work.
Yes, exactly!