Multiple spinboxes

So I’m having multiple spinboxes within a page and I use hardware navigations keys to select each spinbox I want to edit. The weird thing is that all spinboxes have a cursor blinking, while only one spinbox is active thus waisting cpu time. How to deal with this? I couldn’t find where the cursor process is.

I think you can use lv_textarea_set_cursor_hidden on the spinbox.

Yes, that worked :slight_smile: thank you @embeddedt !

I have the same problem.And I want to know when and how to use this function / lv_textarea_set _cursor_hidden/ . Would you post your code here?