logicDance-mcu

Results 6 comments of logicDance-mcu

源码有bug,第132行,看最新的lssues

> > 使用时发现,在双击(或更多次连续点击)后,无法正常触发长按事件。 > > 你好,请问一下,这个问题你目前是怎么修复? 源码有bug,第132行,看最新的lssues 我找到了

> 使用时发现,在双击(或更多次连续点击)后,无法正常触发长按事件。 源码有bug,第132行,看最新的lssues 我找到了

else if(handle->ticks > SHORT_TICKS){ handle->state = 0; } 添加成这个

> 在multi button .c文件 > > 第132 行!!!! > > 添加 else { > handle->state = 0; > } > 即可解决, > > 不然会导致长按不生效 > !!!! 添加成 else if(handle->ticks >...

After testing with a computer LVGL simulator, it is impossible to switch animations through this API interface. Are there any other interfaces that can be used? Thank you!