How to change the default light blue focus style after encoder is selected? 
It’s been a long time
Green is the focus border of the control, light blue can not be hidden
How to change the default light blue focus style after encoder is selected? 
It’s been a long time
Green is the focus border of the control, light blue can not be hidden
You need to apply the style to the LV_STATE_FOCUS_KEY state
lv_obj_set_style_outline_color(obj, lv_color_hex(0xff00ff), LV_STATE_FOCUS_KEY);