搜索资源列表
STM32+FS+LCD+SD+BMP完整工程文件,详细注解,系统学习好资料~
- 集STM32 Cortex ARM SD卡FATFS文件系统、BMP文件解析、TFT 驱动于一体,可直接用于数码相框等应用,编程风格规范,注解详细,含作者很多调试心得,学习好资料
TFT-SD-dataANDprogram
- TFT彩屏和SD卡的完美结合,一次掌握两个外围设备,有详细的资料和简单的编程方法,让你的单片机也显示画面吧-TFT color screen and SD card, the perfect combination, a master of two peripheral devices, there is detailed information and a simple programming method, the MCU also allows you to display it
LCd-BMp
- 240*320 TFT屏用M16读取SD卡内BMP格式图片.和汉字显示程序(字库也是存在SD卡里-240* 320 TFT screen SD card reader with M16 within BMP format picture. And the Chinese characters display program (there is also a SD card font
TFT_LCD_DRIVE
- TFT触摸屏驱动程序,非常难得!-TFT触摸屏驱动程序,非常难得!
tft_lcd
- 2440 ADS项目,显示汉字、BMP图像、各种字符-2440 ADS projects show the Chinese characters, BMP images, the various characters
sd
- 一个单片机上的sd卡驱动程序,支持fat32,fat16等文件系统,很有参考价值。-A microcontroller on the sd card driver and support fat32, fat16 file system, etc., of great reference value.
IAR_LCD_BeautyK
- 在Luminary Cortex M3 上实现的源程序,主要功能是TFT液晶显示(含汉字,BMP),SD读取,I2C驱动-In the Luminary Cortex M3 to achieve the source, the main function is to TFT liquid crystal display (including Chinese characters, BMP), SD Reading, I2C driver
SD_MP3
- SD卡MP3播放器,8051为核心。fat文件系统-SD card MP3 player, 8051 as the core. fat file system
51SD
- AT89X51系列单片机读写sd卡,使用fat32文件系统读写文件-AT89X51 MCU sd card read and write, read and write files using the fat32 file system
ILI9325
- ILI9325底层源码,主要是驱动2.8寸的TFT屏。-ILI9325 CODE,
LCD_test
- 利用三星s3c2410的LCD接口实现TFT彩色LCD的显示,包括基本的绘图函数,另外包括了BMP图像的解码显示原函数。--S3c2410 using Samsung' s LCD interface TFT color LCD display, including basic drawing functions, including the BMP images also show the original function of the decoding.-
Digital-Picture-Frame
- The application reads picture-files in standard Windows BMP-format from a SD-Card and shows them on a 2.8" color-LCD-module (320*240 px). The following hard- and software has been used: DPF Hardware: STM32 Mini Board (STM32 "medium density") wit
fpga-display-bmp-pictures
- 本文设计的是基于大规模FPGA的BMP图库管理,完成了数码相框的一部分功能。并且本文详细地介绍了BMP图库管理的软硬件实现,即采用Altera的CyclonII系列EP2C20F484C7作为主控芯片,内嵌32位的NiosII软核,采用SDRAM作为内存,把存储在SD卡内的二进制图片信息读入内存,并控制TFT彩色液晶,读取图片数据送到液晶上显示。整个过程的所有设备都是通过Avalon总线挂在NiosII上,在NiosII的协调下正常工作。 本作品最终能显示存入SD卡内的彩色图片信息,图
TFT-touch-screen-integrated-program
- 通过读出SD卡中320*240像素、16位BMP图片的HEX数据,依次写到屏上,还原图片-320* 240 pixels, read out the SD card of 16 BMP picture HEX data, in turn written to the screen, restore pictures
51-2.5-tft
- C51刷屏测试程序爱普生2.5寸屏。将BIN目录下的图片复制到SD卡里,注存到SD卡上的图不能是JPG或BMP图片-main() { while(1) { Lcd_Init() //tft初始化 Pant(0xf800) delayms(1000) Pant(0X07E0) delayms(1000) Pant(0x001f) delayms(1000) } }
bmp-shao
- 操作480*272分辨率bmp格式图片,将图像的数据写入framebuffer,显示在OK6410配套的4.3寸TFT LCD上-Operation 480* 272 resolution bmp format pictures, writes framebuffer image data displayed on the OK6410 supporting 4.3-inch TFT LCD
stm32-TFT-bmp-jpg
- stm32F107例程,Keil编译器,TFT彩屏应用,BMP及JPG图片显示例程-stm32F107 , Keil compiler, TFT color screen applications, BMP and JPG images show
READ-BMP-
- READ-BMP-读取SD卡中图片在TFT彩屏中显示测试程序-READ-BMP- read SD card image displayed in the TFT color screen in the test program
BMP
- 详细的讲解了BMP的文件格式,在用TFT显示图片的时候不妨回头看看这个文件熟悉熟悉(Detailed explanation of the BMP file format, when using TFT display pictures, may wish to look back at this document, familiar with the familiar)
LCD-TFT实验
- 在LCD上显示图片,bmp位图格式,也可显示英文(Display pictures on LCD)