CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - bmp tft

搜索资源列表

  1. STM32+FS+LCD+SD+BMP完整工程文件,详细注解,系统学习好资料~

    1下载:
  2. 集STM32 Cortex ARM SD卡FATFS文件系统、BMP文件解析、TFT 驱动于一体,可直接用于数码相框等应用,编程风格规范,注解详细,含作者很多调试心得,学习好资料
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2011-03-11
    • 文件大小:2560426
    • 提供者:wwwonder001
  1. TFT-SD-dataANDprogram

    0下载:
  2. 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
  3. 所属分类:SCM

    • 发布日期:2017-05-17
    • 文件大小:4970253
    • 提供者:孟灵飞
  1. LCd-BMp

    0下载:
  2. 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
  3. 所属分类:SCM

    • 发布日期:2017-03-23
    • 文件大小:213285
    • 提供者:jeans
  1. TFT_LCD_DRIVE

    1下载:
  2. TFT触摸屏驱动程序,非常难得!-TFT触摸屏驱动程序,非常难得!
  3. 所属分类:Embeded Linux

    • 发布日期:2017-02-14
    • 文件大小:1443286
    • 提供者:小温
  1. tft_lcd

    0下载:
  2. 2440 ADS项目,显示汉字、BMP图像、各种字符-2440 ADS projects show the Chinese characters, BMP images, the various characters
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-24
    • 文件大小:700834
    • 提供者:肖峰
  1. IAR_LCD_BeautyK

    0下载:
  2. 在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
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-31
    • 文件大小:382820
    • 提供者:杨淼
  1. ILI9325

    0下载:
  2. ILI9325底层源码,主要是驱动2.8寸的TFT屏。-ILI9325 CODE,
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:6245
    • 提供者:xuli
  1. LCD_test

    0下载:
  2. 利用三星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.-
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1608220
    • 提供者:郑锐华
  1. Digital-Picture-Frame

    0下载:
  2. 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
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-13
    • 文件大小:3460828
    • 提供者:Taha Rehman
  1. fpga-display-bmp-pictures

    0下载:
  2. 本文设计的是基于大规模FPGA的BMP图库管理,完成了数码相框的一部分功能。并且本文详细地介绍了BMP图库管理的软硬件实现,即采用Altera的CyclonII系列EP2C20F484C7作为主控芯片,内嵌32位的NiosII软核,采用SDRAM作为内存,把存储在SD卡内的二进制图片信息读入内存,并控制TFT彩色液晶,读取图片数据送到液晶上显示。整个过程的所有设备都是通过Avalon总线挂在NiosII上,在NiosII的协调下正常工作。 本作品最终能显示存入SD卡内的彩色图片信息,图
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2016-06-07
    • 文件大小:2168832
    • 提供者:wuwei
  1. TFT-touch-screen-integrated-program

    0下载:
  2. 通过读出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
  3. 所属分类:SCM

    • 发布日期:2017-11-12
    • 文件大小:4680238
    • 提供者:王晨
  1. 51-2.5-tft

    0下载:
  2. 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) } }
  3. 所属分类:SCM

    • 发布日期:2017-05-17
    • 文件大小:4424863
    • 提供者:liuqingtao
  1. bmp-shao

    0下载:
  2. 操作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
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-05
    • 文件大小:3382
    • 提供者:
  1. stm32-TFT-bmp-jpg

    0下载:
  2. stm32F107例程,Keil编译器,TFT彩屏应用,BMP及JPG图片显示例程-stm32F107 , Keil compiler, TFT color screen applications, BMP and JPG images show
  3. 所属分类:SCM

    • 发布日期:2017-05-27
    • 文件大小:9762833
    • 提供者:lee
  1. READ-BMP-

    0下载:
  2. READ-BMP-读取SD卡中图片在TFT彩屏中显示测试程序-READ-BMP- read SD card image displayed in the TFT color screen in the test program
  3. 所属分类:SCM

    • 发布日期:2017-05-04
    • 文件大小:147708
    • 提供者:jack
  1. BMP

    0下载:
  2. 详细的讲解了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)
  3. 所属分类:图片显示

    • 发布日期:2017-12-17
    • 文件大小:276480
    • 提供者:宣萱
  1. LCD-TFT实验

    0下载:
  2. 在LCD上显示图片,bmp位图格式,也可显示英文(Display pictures on LCD)
  3. 所属分类:单片机开发

    • 发布日期:2017-12-22
    • 文件大小:6986752
    • 提供者:朝霖
  1. Atmega32_OV7670

    0下载:
  2. Atmega32A与OV7670,显示BMP图像到320x240 TFT屏幕(Atmega32A with OV7670, show BMP image to 320x240 TFT Screen)
  3. 所属分类:单片机开发

    • 发布日期:2017-12-28
    • 文件大小:5420032
    • 提供者:Ivan Pang
  1. ra8875 _ spi 4线硬件BMP显示

    0下载:
  2. 液晶屏驱动芯片资料,附有源代码 STM32F405芯片程序(RA8845 tft lcd driver chip)
  3. 所属分类:文章/文档

    • 发布日期:2018-01-06
    • 文件大小:295936
    • 提供者:ienping
  1. TFT2.8_SD_BMP

    0下载:
  2. DMAVR-L控制2.8寸TFT彩屏显示SD卡中BMP图片测试程序(DMAVR-L control 2.8 inch TFT color display SD card BMP picture test program)
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2018-05-03
    • 文件大小:299008
    • 提供者:寄云
« 12 3 »
搜珍网 www.dssz.com