搜索资源列表
S1D13305lcd320240
- 这是我做的针对S1D13305的驱动源码,我集成了ASCII码字库和一级简码汉字库,可以显示任意常用汉字和英文字符,另外还有基本的画线、圆、多边形以及填充等功能!但是由于画图时是边计算边显示,所以显示效果会有抖动,只需通过缓冲区作为中转站就可以解决问题,这个问题就让给使用者解决了! 如有问题可以发email给我,xianyun.wang@gmail.com-This is what I do against the S1D13305 driver source code, I integra
oscillipse
- 基于arm7的简易示波器,主要是用到api画图模块,能实现放大缩小平移。- base on arm7 to do a simple oscillpe
9261V1.4_Pinout_99SE
- 二次开发的一个电路图,使用与ARM开发板。可以借鉴画图和学习-it s pcb file,it is for the sencond time design. For people immulate or learning how to design a Arm board
s3c2440lcdTs
- S3C2410触摸屏及TFT液晶屏测试程序,包括液晶屏的画图函数,触摸屏的测试程序。实现在触摸屏手绘曲线。-S3C2410 touch screen and TFT LCD panel test procedures, including the LCD screen drawing functions, touch-screen testing procedures. Achieve the touch-screen hand-drawn curve.
DrawExam
- EVC开发环境下开发的画图程序。可以用开嵌入式的界面开发-Development environment developed under EVC Paint program. Can be embedded with the open interface development
Unit1
- 上位机程序与80c51单片机通讯,具有画图功能,数据库功能-PC communications program with 80c51 microcontroller with drawing functions, database functions
STM32test
- STM32触摸屏测试程序c语言,屏幕大小240x230,运行程序后 在屏幕提示PLEASE TOUCH FIRST POINT 后,点击屏幕显示区的 左上角,屏幕会提示PLEASE TOUCH SECOND POINT,点击屏幕中间的十字图标, 进行以上的校正后, 屏幕上部会出现彩条,点击彩条的颜色,可选择画笔的颜色,并可以在 屏幕上随意画图,点击右上角的CLR,可以清除掉所画的图形。-STM32 touch screen test program c language, scree
Lcd5110
- stc单片机 支持的诺基亚5110 LCD液晶显示屏 提供了画图,中文和英文,数字显示 能满足开发要求-stc microcontroller support the Nokia 5110 LCD LCD screen drawing, Chinese and English, the digital display to meet the development requirements
pwm-110926
- 通过STM32f103zet6芯片开发的简单画板,实现画图功能-By STM32f103zet6 chip developed a simple drawing board drawing functions
lcd12864
- launchPAD(MSP430G2553)的12864画点画图的程序!-launchPAD (MSP430G2553) 12864 painting point drawing program!
08LCD_scr
- S3C2410的LCD与触摸屏实现,LCD二级缓存画图,实现后台刷新;触摸屏接口使用auto方式。-S3C2410 the LCD and touch screen to achieve, LCD secondary cache drawing achieve background refresh touch screen interface auto mode.
GUI
- UCGUI程序,使用stm32f103,具有 点阵画图
mschart
- mschart 控件安装文件以及DLL,用于VC++画图开发-Mschart control installation file and DLL, used vc++ drawing development
LCD-serial-to-parallel
- lcd1602液晶屏使用8位并行传输数据,因为这样需要引脚比较多,所以有这个想法是否可以向12864那样串行传输数据。但是1602不向12864有串行模式,它只有一个并行模式。这时组内有人提出可以使用74HC595这个芯片,它的特性正好是8位串行输入转平行输出。 接下来开始讨论控制的时序图,1602的时序图十分简单,我们用用画图得出了串行下的时序。 -LCD1602 LCD screen using 8 bit parallel transmission of data, becau