网站大量收购独家精品文档,联系QQ:2885784924

实战六、LCD显示单个B字(Actual combat six and LCD display a single B word).doc

实战六、LCD显示单个B字(Actual combat six and LCD display a single B word).doc

  1. 1、本文档共9页,可阅读全部内容。
  2. 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
实战六、LCD显示单个B字(Actual combat six and LCD display a single B word)

实战六、LCD显示单个B字(Actual combat six and LCD display a single B word) Actual combat 6, LCD shows a single B word The purpose of this fight is to make you familiar with the MCD1 LCD reading and writing methods The program file name MCD-LCD1.ASM The procedure list is as follows: **********************************************; STATUS EQU 3H; defines the status register address PORTA EQU 5H; defines the address of the RA port data register PORTC EQU 7H; defines the address of the RC port data register TRISA EQU 85H; defines the address control register address of the RA port TRISC EQU 87H; defines the address control register address of the RC port ADCON1 EQU 9FH; defines the address of the ADC module control register 1 ********************; Z EQU 2; defines the bit address of the 0 status bit RP0 EQU 5; defines the bit address of the page select RP0 *********************; RS EQU 1; the LCD register select pin is defined at the RA.1 pin RW EQU 2; the LCD read / write signal pin is defined at the RA.2 pin E EQU 3; LCD chip select signal is defined in the RA.3 foot foot **********************; ORG 000H NOP; place an empty operation command required by ICD GOTO MAIN ORG 0008H MAIN BSF, STATUS, RP0; define the RA port, and the RC port is all output MOVLW 07H MOVWF ADCON1; set the RA port all for the ordinary digital IO port MOVLW 00H MOVWF TRISA MOVWF TRISC BCF, STATUS, RP0 CALL DELAY; when calling Ting, just power up, LCD reset does not necessarily have PIC fast MOVLW 01H MOVWF PORTC screen; CALL ENABLE MOVLW 38H MOVWF PORTC; 8 bit, 2 line 5x7 dot matrix CALL ENABLE MOVLW 0FH MOVWF PORTC; displays open, cursor open, blinking open CALL ENABLE MOVLW 06H MOVWF PORTC; the text does not move and the cursor moves right CALL ENABLE MOVLW 0C0H MOVWF PORTC; writes the display start address (the first line in the first position) CALL ENABLE MOVLW 42H MOVWF PORTC; code for the letter B BSF, PORTA, RS BCF, PORTA, RW BCF, PORTA, E CALL DELAY BSF, PORTA, E $GOTO ENABLE BCF, PORTA, RS; subrou

您可能关注的文档

文档评论(0)

f8r9t5c + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

版权声明书
用户编号:8000054077000003

1亿VIP精品文档

相关文档