搜索资源列表
SDCARD_FATFileSystem
- [FAT文件系统读写程序(目前在已经在fs2410开发板上经过sd卡测试,实现多级目录,文件的创建读写,24位bmp的读写),对FAT16文件系统进行了改进,主要是引入了缓冲队列,同时对缓冲队列使用了hash表的管理-[FAT file system read and write program (current board has been developed in fs2410 sd card test, multi-level directory, file creation readin
LM3S1138_ILI9320_SD
- LM3S1138;TFT:ili9320,240*320; 通过FatFs文件系统从SD卡中读取bmp图片并送显示。-LM3S1138 TFT: ili9320, 240* 320 by FatFs file system to read from the SD card and sent to display bmp images.
ColorGray_ImageProcessing_in_C
- This program is used to read and display a color image and a grayscale image. The imput images should be of size 320x240, The color image should be named inputRGB and grayscale image should be named inputGray . The images should be of BMP type. the o
BMP-pic-display
- 实验基于STM32F407Z。本实验将实现如下功能:本实验主要讲解如何使用在LCD上显示BMP图片,共有两种方法,一种是先将BMP图片从外部存储器加载到RAM中,然后再调用API函数显示在LCD上,另外一种是直接从外部存储器中读取BMP图片并显示在LCD上。第一种方法需要大量的RAM,但是速度快,第二种方法需要RAM小,但是现实速度慢。本实验还有一个屏幕截图函数,可以进行屏幕截图。 注意:本实验使用了UCOSII操作系统,本实验使用触摸屏,本实验基于4.3寸800*480分辨率的屏幕,
