<meter id="pryje"><nav id="pryje"><delect id="pryje"></delect></nav></meter>
          <label id="pryje"></label>

          新聞中心

          EEPW首頁 > 嵌入式系統(tǒng) > 設計應用 > 1602液晶操作方法及代碼

          1602液晶操作方法及代碼

          作者: 時間:2016-12-01 來源:網(wǎng)絡 收藏

          CODE:
          #include
          #define uint unsigned int
          #define uchar unsigned char
          sbit lcdwrite=P2^5;
          sbit lcddatecommand=P2^6;
          sbit lcde=P2^7;
          uchar code LA_Mask[]="LA_Mask";
          uchar code AT_Eagle[]="AT_Eagle";
          uchar i;
          void delay(uint z)
          {
          uint x,y;
          for(x=z;x>0;x--)
          {
          for(y=0;y<=112;y++)
          {
          }
          }
          }
          void write_command(uchar command)//寫指令
          {
          lcddatecommand=0;
          lcdwrite=0;
          P0=command;
          delay(1);
          lcde=1;
          delay(1);
          lcde=0;
          }
          void write_date(uchar date)//寫數(shù)據(jù)
          {
          lcddatecommand=1;
          lcdwrite=0;
          P0=date;
          delay(5);
          lcde=1;
          delay(5);
          lcde=0;
          }
          void init()
          {
          lcde=0;
          write_command(0x38);//設置16*2顯示,5*7點陣,8位數(shù)據(jù)接口
          write_command(0x0c);//設置開顯示,不顯示光標
          write_command(0x06);// 寫一個字符后地址指針加1
          write_command(0x01);//顯示清0,數(shù)據(jù)指針清0
          }
          void main()
          {
          init();
          write_command(0x80+0x10);
          for(i=0;i<7;i++)
          {
          write_date(LA_Mask[i]);
          delay(1);
          }
          write_command(0x80+0x50);
          for(i=0;i<8;i++)
          {
          write_date(AT_Eagle[i]);
          delay(1);
          }
          for(i=0;i<16;i++)
          {
          write_command(0x18);//整屏左移,同時光標跟隨移動
          //write_command(0x1c);//整屏右移,同時光標跟隨移動
          delay(200);
          }
          while(1);
          }


          上一頁 1 2 下一頁

          評論


          技術專區(qū)

          關閉
          看屁屁www成人影院,亚洲人妻成人图片,亚洲精品成人午夜在线,日韩在线 欧美成人 (function(){ var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else { bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })();