unsigned char xy; unsigned char temp; xy=address_DDRAM(x, y); send_LCDinstr((xy|0x80)); //ustalenie początku tekstu send_LCDdata((z&0x0F)+48); //młodszy bajt*/ temp=z & 0x0f;