深圳市川航电子科技有限公司
联系人:常东
电话:0755-29035962
直线:15112585657
传真:0755-29035961
QQ:1343115013
MSN:xingyuncaocd@hotmail.com
邮箱:chuanhanglcm@163.com
网址:http://www.szchuanhang.com
附页
C语言程序代码:
void main() { init_cpu();
init_lcd(); while(1) {
LCD_Test();
// disp_fangkuang(); // DELAY_CLS();
WritePic(b); DELAY_CLS();
WritePic(c); DELAY_CLS();
WritePic(d); DELAY_CLS();
WritePic(e); DELAY_CLS();
}
}
//LCD初始化
void init_lcd (void) { LCD_CS1=0; LCD_CS2=0; LCD_CS3=0; wr_cmd(0xC0); //--DISPLAY START LINE wr_cmd(0x3F); }
注:以上程序并未完全付上,具体子程序请与店主联系,谢谢! |