搜索资源列表
车牌识别
- 需要注意的地方: 使用VC++6.0做开发工具, 采用简单的SDI框架结构 ,一次处理一幅位图(有兴趣的可以作成MDI) 1)位图信息的数据是从左下往右下为一行,一行一行往上排的。 2)每行像素应该是4的倍数,不足的地方用空点补齐,读的时候注意跳过冗余点。 3)主要数据都存在Doc里面,BMP的主要数据存在一个由ImgData指向的BYTE型的内存空间(根据位图的大小,动态分配的)。 4)数据读进来以后,注意向内存中贴图,以保证刷新的效率。 5)程序执行流程 应用程序生成--》
图形液晶
- 编写基于SMG240128A型液晶模块的驱动程序,设置液晶模块为图形模式,然后均匀显示方格-prepared SMG240128A-based LCD module of the driver, set up LCD modules for graphics mode, and then showed uniform grid
RTCr
- DS12C887RTC的驱动程序,包括显示,调整时间。-DS12C887RTC driven procedures, including, adjustment time.
Bersenham_line
- 程序设计与仿真 利用FPGA驱动LCD显示中文字符“年”的VHDL程序。 --文件名:lcd_driver.vhd。 --功能:FGAD驱动LCD显示中文字符“年”。 -program design and simulation using FPGA-driven LCD display Chinese characters "," VHDL program. -- File Name : lcd_driver.vhd. -- Function : FGAD
12864zhongyao
- 液晶显示模块的驱动程序,可通过编程实现图片,波形,汉字的显示情况-LCD module of the driver, through the programming picture, waveform, the display of Chinese characters
T6963c
- 已调试成功的T6963C驱动程序 可显示字符,汉字,图形
gx2c
- Dos保护模式下的图形驱动程序,功能很多。如多种格式图像显示,TTF字体支持等
button_picture
- 这是一个通过按键驱动的读取按键状态而显示图片的程序
chepaishibie
- 读BMP文件,只能打开256色 (可以是灰度) 显示和内存贴图技术 关于调色板: 调色板实际上是一个数组,4个BYTE 分别是 B,G,R,和 Reserved 每一个像素点都有一个相应的数组。 关于VC和windows 的绘图机制: 使用GDI(图形设备接口)对象,通常使用CDC 类,CPaintDC也一样(device-context)设备上下文 windows下的MFC编程机制,消息驱动,事件等待! 全局的app(应用程序对
MY
- BMP图像显示纯C编写,能在DOS下显示BMP文件,只需要把显示驱动文件EGAVGA.BGI拷在你的Project下就可以了。可移植到任何平台-BMP image shows the preparation of pure C and can display BMP files under DOS, just to display driver EGAVGA.BGI copy files in your Project under it. Can be ported to any platfor
VGAqudong
- 一个完整的VGA显示驱动,通过了编译,能够正常显示!-A full VGA display driver, through the compilation, can be displayed properly!
m25p40
- T107显示驱动代码,用于液晶屏驱动,可自动进行信号检测。-The T107 display driver code for the LCD driver, can automatically signal detection.
MDDIv1
- 图像处理MDDI总线的VESA标准协议,里面详细描述了MDDI的物理层和应用层的数据包裹协议.是 LCD显示驱动开发的重要资料-VESA Mobile Display Digital Interface Standard
eDP
- eDP接口TFT-LCD显示驱动原码(verilog+c)-eDP Interface TFT-LCD display driver source code (verilog+c)
VGAqudong
- 一个完整的VGA显示驱动,通过了编译,能够正常显示!-A full VGA display driver, through the compilation, can be displayed properly!
VGAqudong
- 一个完整的VGA显示驱动,通过了编译,能够正常显示!-A full VGA display driver, through the compilation, can be displayed properly!
STM32F030-OLED
- oled的显示驱动程序,都是自己写的,可以移植到51,avr stm8都可以使用,-oled display drivers are written in their own, can be ported to 51, avr stm8 can be used,
UM03001_lib_spec_5_12_cn
- emwin 图形库使用说明,中文,嵌入式图形库,可以在keil iar等ide运行,对硬件要求很低,集成显示驱动. -emwin graphic lib chinese,low request for hardware with display driver inside.
ADS12_2828__GX_AUO546.3_720X1280
- 通过MCU驱动SSD2828,然后驱动显示驱动IC,实现对AUO屏的驱动。-MCU drive through the SSD2828, and then drive the display driver IC, to achieve the AUO screen driver
基于BHL2000实现字符灰度显示
- 基于BHL2000实现字符灰度显示,本项目主要由三个模块构成:51单片机控制模块、BHL2000灰度调制模块、LED点阵显示模块。用AT89S51单片机产生16*16LED点阵的行扫描信号,并且由单片机控制BHL2000灰度调制芯片,输出调制后的驱动电流控制LED,实现LED点阵256级灰度显示。(Based on BHL2000, the character gray display is realized. This project is mainly composed of three m
