Closed jd3096-mpy closed 1 month ago
GROUP should be create by
group = lv.group_create()
not
group = lv.group_t()
it is being created correctly...
Yes, that's my mistake. I didn't use your framework but wrote a keyboard device from scratch. The strange thing is, when using group = lv.group_t(), it only crashes when running prev, but everything else works fine.
dunno why it would do that...
I test lv.KEY.UP lv.KEY.LEFT lv.KEY.DOWN lv.KEY.RIGHT lv.KEY.NEXT lv.KEY.PREV lv.KEY.BACKSPACE lv.KEY.ENTER When I press lv.KEY.PREV ,system crashed
All other keys work fine, but this one causes the system to crash. I've tried many widgets, and the result is the same. This situation occurs after executing the set_group statement.