Facebook
From Abrupt Baboon, 8 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 426
  1.         unsigned char xy;      
  2.         unsigned char temp;
  3.          xy=address_DDRAM(x, y);
  4.          send_LCDinstr((xy|0x80));          //ustalenie początku tekstu
  5.          
  6.          send_LCDdata((z&0x0F)+48);             //młodszy bajt*/
  7.          temp=z & 0x0f;