STM32F769I-DISCO板载4英寸800*472分辨率液晶屏,图像显示效果很赞。在STM32CUBEF7固件包里面有如下例程:
显示Micro SD卡的BMP图片;
用KEIL打开这个工程,官方例程默认最大支持25张图片循环播放。如果想设置更多图片循环显示,可以修改下图这个数值:
在readme.txt里有食用指南:
In order to make the program work, you must do the following :
- The bitmap images, available under ".Media/"
should be copied inside a dedicated directory named "Media" at the micro SD card root.
The images should have the following properties:
file type : *.bmp
resolution : up to 800x480
pixel format : RGB565, RGB888 or ARGB8888
- Open your preferred toolchain
- Rebuild all files and load your image into target memory
- Run the application
即在MicroSD卡根目录创建一个名为 Media的文件夹,然后把BMP格式的图片放到里面,支持的图片参数如下:
分辨率 : 高达 800x480
像素格式: RGB565, RGB888 , ARGB8888
我们可以使用PS或者windows的画图软件修图。
下面看看效果吧,超级赞!
|