void LCD1602Init()
{
LCDwriteorder(0x38); //display open
LCDwriteorder(0x0c); // no flash sign
LCDwriteorder(0x06); // one date one point
LCDwriteorder(0x01); // rush screen
LCDwriteorder(0x80); // set point start space
}
void LCD1602Init()
{
LCDwriteorder(0x38); //display open
LCDwriteorder(0x0c); // no flash sign
LCDwriteorder(0x06); // one date one point
LCDwriteorder(0x01); // rush screen
LCDwriteorder(0x80); // set point start space
}