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

          新聞中心

          EEPW首頁 > 嵌入式系統(tǒng) > 設(shè)計(jì)應(yīng)用 > AVR 1602液晶字符移動(dòng)

          AVR 1602液晶字符移動(dòng)

          作者: 時(shí)間:2016-11-30 來源:網(wǎng)絡(luò) 收藏

          void delay(int k)
          {
          int i,j;
          for(i=0;i {
          for(j=0;j<1140;j++);
          }
          }
          void wait()
          {
          uchar val;
          DATA=0xff;
          RS=0;
          RW=1;
          __no_operation();
          __no_operation();
          EN=1;
          __no_operation();
          __no_operation();
          DDRA=0x00;
          val=PINA;
          while(val&busy)
          {
          val=PINA;
          }
          EN=0;
          DDRA=0xff;
          }

          void writecmd(uchar cmd)
          {
          wait();
          RS=0;
          RW=0;
          __no_operation();
          DATA=cmd;
          __no_operation();
          EN=1;
          __no_operation();
          __no_operation();
          EN=0;
          }
          void writedata(uchar data)
          {
          wait();
          RS=1;
          RW=0;
          __no_operation();
          DATA=data;
          __no_operation();
          EN=1;
          __no_operation();
          __no_operation();
          EN=0;
          }

          void displayonechar(uchar x,uchar y,uchar dda)
          {
          y&=0x01;
          x&=0x0f;
          if(y)x|=0x40;
          x|=0x80;
          writecmd(x);
          writedata(dda);
          }
          void displaychar(uchar x,uchar y,uchar *p)
          {
          y&=0x01;
          x&=0x0f;
          while(*p!=看屁屁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); })();