430 单片机5110程序

时间:2015-08-01 07:13:52
【文件属性】:

文件名称:430 单片机5110程序

文件大小:36KB

文件格式:ZIP

更新时间:2015-08-01 07:13:52

5110液晶

msp430F149 液晶程序 #include "msp430x14x.h" #include "nokia_5110.h" //#include "bmp_pixel.h" //#include "english_6x8_pixel.h" //#include "write_chinese_string_pixel.h" int x,time=1000; char tep[2]={0x01,0x01};//={0x31,0x32}; void main() { WDTCTL = WDTPW + WDTHOLD; P4DIR |=0x1f; x=20; LCD_init(); //初始化液晶 LCD_clear(); //tep[2]=0x33; while(1) { while(time--); x--; tep[0]=x/10+0x30; tep[1]=x+0x30; LCD_write_english_string(38,3,tep); }


【文件预览】:
my5110
----bmp_pixel.h(1KB)
----my5110.eww(160B)
----main.c(1019B)
----nokia_5110.h(1KB)
----my5110.ewd(17KB)
----my5110.dep(3KB)
----settings()
--------my5110.dni(1KB)
--------my5110.wsdt(18KB)
--------my5110.cspy.bat(2KB)
--------my5110.dbgdt(19KB)
----my5110.ewp(47KB)
----nokia_5110.c(6KB)
----english_6x8_pixel.h(5KB)
----Debug()
--------List()
--------Exe()
--------Obj()
----write_chinese_string_pixel.h(1KB)

网友评论