搜索资源列表
LCD_24BIT
- LCD控制器驱动的24位TFT真彩屏接口设计,实现RGB565---RGB888 转换-LCD Controller Driver of 24 true TFT color screen interface design, --- RGB888 RGB565 achieve conversion
UDiskDemoFullCode
- 这是我自己写的一段程序,用的是周立功的smartarm开发板,一个任务能从U盘里读取mylove.bmp文件并显示在屏幕上,读取的是RGB565格式的bmp,有一个任务是读取u盘里readme.txt文档并显示在屏幕,不支持中文,完整的usb host stack 代码,文档中带有ZLG/FS ZLG/GUI ZLG/USB
ycbcr422pl_to_rgb565_h
- ti提供的yuv422p to rgb565手工汇编的参考代码,能让你上一个档次
yuv420ToRgb565
- 功能:(ov511) 1、YUV420 格式采集视频数据 2、将YUV420 视频数据转成 RGB565 在320*240RGB LCD 16bpp 上显示 3、采用查找表及移位技术解决浮点运算耗时问题,提高LCD刷新屏幕的频率,无闪烁。-Function: (ov511) 1, YUV420 format video data collected 2, YUV420 video data into RGB565 in 320* 240RGB LCD 16bpp display 3,
GEC2440_Cam_V4l_Test
- 基于GEC2440的Linux下摄像头采集实验 实验代码中含有详细中文注释 该实验组主要是帮助理解Liunx下摄像头设备的访问方式 图像数据RGB565处理和显示方式 1.Frame图像数据显示(showRGB.c) 使用RGB565数据格式构造的图像数组,在LCD上显示红绿蓝三色图。 2.图像数据保存(saveRGB.c) 将上一实验中构造的三色图数据写入文件。 3.显示文件中的图像(readRGB.c) 将保存在文件中的图像数据读取并查看数据。
RGB565Convertor_v0.3c
- RGB565 converter. Can convert bitmap to RGB565
cmp
- tft触摸屏资料,控制源程序,rgb565颜色显示-tft touch screen information, control source, rgb565 colors
camsave565
- 使用arm9开发板,将摄像头采集到的图像保存为rgb565格式的bmp图像-Use arm9 development board, the camera captured images are saved as bmp format images rgb565
rgb_to_pic
- 嵌入式系统中,有些时候希望将LCD屏幕的画面保存图片,本程序是先通过串口将LCD BUFF(320*240*2)RGB565的数据发送到电脑上,然后该软件将565数据转换成一张完整图片。-Embedded systems, sometimes want to save the picture screen LCD screen, this program is the first serial to LCD BUFF (320* 240* 2) RGB565 data is sent to th
43Panel_Logic_Driver
- 此驱动为 4.3 RGB 屏的逻辑描述,现在使用了16位的数据总线接口,RGB 位数分配为:RGB565-This driver to describe the logic of 4.3 RGB screen, and now uses 16-bit data bus interface, RGB median allocation: RGB565
test
- c++程序实现的JPEG图片到RGB565 16位的LCD显示的数据转换程序.-c++ program to achieve the JPEG image to RGB565 16-bit LCD display of the data conversion process.
MultipleOverlay
- 这个demo能用于验证overlay层。 支持YUV420,YUV422和RGB565; 支持放大和缩小功能;-This demo can be used to validation overlay surface. Support YUV420,YUV422,RGB565 Support Upscale and downscale.
libjpegtoRGB
- 将jpeg图片转换成RGB数据,在frambuffer显示,RGB888转RGB565-Convert jpeg image the RGB data displayed frambuffer, RGB888 turn RGB565
LogoToBin565
- JPG,BMP,PNG,GIF图片转RGB565二进制工具(之字型排列)单片机刷屏不用愁了,我用了很多年了,特地上传给大伙学习参考。-JPG, BMP, PNG, GIF pictures turn RGB565 binary tools (zigzag arrangement) microcontroller Shuabing do not worry, I spent a lot of years, specially uploaded to everyone learning refere
MYCamera_
- 用TQ210办卡实现图像采集,及存储等功能-recv the RGB565 frame stream with Qt,it can run on the board
OV5640(RGB565)
- 利用STM32F407的DCMI和DMA接口,驱动不带FIFO的OV5640摄像头的程序源代码-Source code for the use of STM32F407 of DCMI and DMA interface, driving without a FIFO OV5640 camera
TFT_LCD_NT35510_FSMC
- STM32的相应程序用于驱动电容屏LCD_NT35510,可按RGB565显示汉字与图片-STM32 corresponding program for driving a capacitive screen LCD NT35510, RGB565 can display Chinese characters and pictures
实验35 摄像头实验
- 基于STM32f407单片机驱动OV2640摄像头。本实验开机后,初始化摄像头模块(OV2640),如果初始化成功,则提示选择模式:RGB565模式,或者 JPEG模式。KEY0用于选择RGB565模式,KEY1用于选择JPEG模式。(OV2640 camera driver based on STM32f407 microcontroller. After the experiment is started, initialize the camera module (OV2640). I
7.ov7670摸索
- stm32输出color到USART 1,串口调试助手可查看某一点的RGB565值(STM32 output color to USART 1, serial debugging assistant, you can check the RGB565 value of a point)