摘要: examples 里面包含了各种小例程,但是不能直接执行。每个例程的母函数命名为 lv_example_xxx_x。 执行方法:在一个已经移植好的程序里面,包含头文件 lvgl/examples/lv_examples.h,然后直接调用例程的母函数,比如: 阅读全文
posted @ 2024-05-13 20:15 流水灯 阅读(76) 评论(0) 推荐(0)
摘要: 提供给 LVGL 写 LCD 指定区域的函数 当 LVGL 渲染完,调用回调函数 example_lvgl_flush_cb 把数据写入 LCD // set the callback which can copy the rendered image to an area of the displ 阅读全文
posted @ 2024-05-13 15:40 流水灯 阅读(485) 评论(0) 推荐(0)
摘要: 下图为检测麦克风输入音频 阅读全文
posted @ 2024-05-13 14:20 流水灯 阅读(29) 评论(0) 推荐(0)
摘要: 不支持 JPG,只支持 JPEG 图片文件格式转换可用: https://www.aconvert.com/cn/image/jpg-to-jpeg/ 阅读全文
posted @ 2024-05-13 10:45 流水灯 阅读(280) 评论(0) 推荐(0)
摘要: FATFS 默认使用的文件名格式是8.3短文件名格式,即文件名8个字节,扩展名3个字节 需要定义以下宏来支持长文件名 阅读全文
posted @ 2024-05-13 10:41 流水灯 阅读(840) 评论(0) 推荐(0)