PIC18单片机LCD液晶显示器驱动程序.doc

PIC18单片机LCD液晶显示器驱动程序.doc

ID:61482849

大小:33.00 KB

页数:9页

时间:2021-02-04

PIC18单片机LCD液晶显示器驱动程序.doc_第1页
PIC18单片机LCD液晶显示器驱动程序.doc_第2页
PIC18单片机LCD液晶显示器驱动程序.doc_第3页
PIC18单片机LCD液晶显示器驱动程序.doc_第4页
PIC18单片机LCD液晶显示器驱动程序.doc_第5页
资源描述:

《PIC18单片机LCD液晶显示器驱动程序.doc》由会员上传分享,免费在线阅读,更多相关内容在应用文档-天天文库

1、//***********************************************//*Main.C*//***********************************************//*W-AP002MPLABC18AdvanceWorkshop*//*Writtenby:RichardYang*//*Sr.CorporateApplicationsEngr.*//*MicrochipTechnologyInc.*//*Date:16January2003*//*Revision:1*//*****************************

2、******************//***********************************************************#include#include#include"P18F_LCD.h"voidInitializePORT(void);#pragmaidataaccessMy_RAM_1nearcharLCD_RAM_MSG[]="RichardYang";nearunsignedcharLCD_Char='0';#pragmaromdataRomDataconstromcharLCD_ROM_M

3、SG[]="WAP-002Workshop";#pragmacode//***********************************************************/**//*MainProgram*//**///***********************************************************voidmain(void){InitializePORT();OpenLCD();putcLCD('!');while(1);}//************************************************

4、//*Function:InitializePORT*//************************************************voidInitializePORT(void){PORTA=0x00;TRISA=0b;//RA2asLCD-Econtrol,RA5asCSControlforSPIPORTD=0x00;TRISD=0x00;//SetPORTDasOutputport}#pragmacode#pragmaromdataCONFIGconstromunsignedcharCONFIG1L=0xff;//Don'tcarebyteconstro

5、munsignedcharCONFIG1H=0b;//DisableOSCswitch,XXXXX010=HSOscconstromunsignedcharCONFIG2L=0b;//DisablePWRT,DisableBORconstromunsignedcharCONFIG2H=0b;//DisableWDTtimerconstromunsignedcharCONFIG3L=0xff;//Don'tcarebyteconstromunsignedcharCONFIG3H=0b;//XXXXXXX0=CCP2-->RB3constromunsignedcharCONFIG4L=

6、0b;//0XXXXXXXBackgroungDebugEnable(ICD)constromunsignedcharCONFIG4H=0xff;//Don'tcarebyteconstromunsignedcharCONFIG5L=0b;//NotPROGcodeprotectedconstromunsignedcharCONFIG5H=0b;//NotEEPROMcodeprotectedconstromunsignedcharCONFIG6L=0b;constromunsignedcharCONFIG6H=0b;constromunsignedcharCONFIG7L=0b;

7、constromunsignedcharCONFIG7H=0b;#pragmaromdata//DeclarationfileforLCDrelatedsubroutinesvoidOpenLCD(void);voidWriteCmdLCD(unsignedchar);voidWriteDataLCD(unsignedchar);voidputsLCD(char*);voidputrsLCD(constromchar*);voidputcLCD(unsignedcha

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。