How to select the cell specified in the lv_table control

Hello
I would like to know how to make a specified cell in an lv_table control selected in code.
C language.

You can add a custom event to change the style of any cell. See an example here: Examples — LVGL documentation

1 Like