lv_obj_move_to_index() is only used within i2c_oled sample.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferences

Notes

to move to the background: lv_obj_move_to_index(obj, 0) to move forward (up): lv_obj_move_to_index(obj, lv_obj_get_index(obj) - 1)

References

from examples