Lanistor
Lanistor
这么高的待机电流吗😂? 这可不能叫低功耗了啊,赶上一个Linux主板的待机电流了😂😂😂
> 如果不开射频,大概是 20~30 mA 大佬我们是不是聊的不是一个工作状态,我指的是还没有唤醒设备,只是在等待语音指令输入的待机情况。 毕竟 [HLK-V23](https://www.hlktech.com/Goods-202.html#datum) 已经能做到1mA的离线语音待机电流了。
@kissa96 @kisvegabor It seems that you cannot define memory functions outside of lvgl, or linker will fail. Do We have to put it into lvgl's source code?
> Can you please send your linker error? Did you set `LV_USE_STDLIB_MALLOC` to `LV_STDLIB_CUSTOM`? Yeah, even i changed source code `LV_USE_STDLIB_MALLOC` at "lv_conf_internal.h", linker will also failed. (I didn't use...
> Is the file that defines the custom `lv_malloc` etc. being compiled? I add this file in my CMakeLists.txt, but the lvgl will compile itself, utile linked to main project.