GUI相关
lvgl9无法在idf的menuconfig中配置“Swap the 2 bytes of RGB565 color.”选项,需要怎么实现?
lvgl9在代码中使能该功能,.swap bytes =true。
lvgl9中的如何加入第三方的gif解码库功能?
在 menuconfig(Component config → LVGL configuration → 3rd Party Libraries)使能GIF decoder library
lvgl中如何设置使用malloc函数代替lvgl自带的内存分配呢,需要怎么实现?
menuconfig配置中选择use custom malloc。
