- 1、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
实战六、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
您可能关注的文档
- 外汇市场ECN模式和MM模式解释,小组,人和网(Foreign exchange market, ECN model and MM mode explanation, group, man and net).doc
- 外汇常识(Forex common sense).doc
- 外汇高级教材节选 第四章 外汇盈亏比规则和仓位规则(Foreign exchange advanced textbook extracts the fourth chapter foreign exchange profit and loss ratio rule and position rule).doc
- 外汇计算(Foreign exchange calculation).doc
- 外汇 计算题(Foreign exchange calculation).doc
- 外汇理财知识(Foreign exchange management knowledge).doc
- 外研社印刷厂改建设计(A reconstruction design printing factory).doc
- 外汇市场(foreign exchange market).doc
- 外科胆道习题(Biliary tract exercises).doc
- 外科重点(Surgical focus).doc
- 实木木材的产地和常用名称(The origin and common name of solid wood).doc
- 实现学生食堂零利润目标的思考(Thoughts on realizing zero profit goal of student canteen).doc
- 实施名牌战略 打造东莞品牌企业(Implementing famous brand strategy to build Dongguan brand enterprise).doc
- 实木特点(Solid wood features).doc
- 实用文体语篇解释性翻译方法探究(A practical approach to interpreting texts in practical texts).doc
- 实现节地型园林绿化建设(To realize the construction of land saving Landscaping).doc
- 实用现代传统民俗对联(Practical modern traditional folk couplets).doc
- 实践技能考试技巧(Practical skills examination skills).doc
- 实用网络资源导航---学习网络有哪些信誉好的足球投注网站知识(Practical web resource navigation - learning web search knowledge).doc
- 实词答案1(Answer 1 words).doc
文档评论(0)