1602A.asm 为驱动1602液晶显示器显示一个字母A的源程序。 1600logo.asm 为驱动1602液晶显示器(hd44780兼容芯片) 160209.asm 为1602液晶显示器(hd44780兼容芯片)的全屏显示0-9驱动程序 1602key.asm 小键盘控制的1602液晶显示器。
上传时间: 2013-12-21
上传用户:731140412
液晶中文显示以及绘图程序+Proteus仿真+ADC0832试验
上传时间: 2016-01-17
上传用户:asdfasdfd
图形显示技巧,这是其中一段代码 procedure TForm1.Button1Click(Sender: TObject) var newbmp:TBitmap i,bmpheight,bmpwidth:integer //推拉 begin newbmp:=TBitmap.Create newbmp.Width:=image1.Width newbmp.Height:=image1.Height bmpheight:=image1.Height bmpwidth:=image1.Width for i:=0 to bmpheight do begin newbmp.Canvas.CopyRect(Rect(0,bmpheight-i,bmpwidth,bmpheight),image1.Canvas,Rect(0,0,bmpwidth,i)) form1.Canvas.Draw(120,100,newbmp) end newbmp.free end
标签: procedure TBitmap TObject Button
上传时间: 2016-01-18
上传用户:comua
液晶12864显示程序,用C语言编写的.
上传时间: 2014-01-11
上传用户:极客
用于1602字符型液晶屏显示驱动程序和测试程序,在STC89C51单片机上连续运行1周无故障。
上传时间: 2016-01-25
上传用户:stampede
本程序是用VHDL语言编写液晶驱动程序,实现在液晶上显示"年"字的功能.
上传时间: 2013-12-26
上传用户:xuan‘nian
这是关于单个DS18B20的测温程序,数据脚为P3.3,晶振是11.059MHZ 温度传感器18B20采用器件默认的12位转化,最大转化时间要750毫秒 用1602液晶屏显示,显示温度从00到99度,精确到0.0625度
上传时间: 2014-11-28
上传用户:皇族传媒
51单片机控制1602液晶显示器显示的程序,为广大的电子初学者提供一个很好的实例
上传时间: 2016-02-09
上传用户:lmeeworm
AVR ATMAGE128L LCD 液晶屏显示程序122*64 点阵显示
上传时间: 2014-12-02
上传用户:zq70996813
型号为JM12864M-2的液晶的显示程序
上传时间: 2013-12-20
上传用户:ls530720646