Hi. I wanna send clear LCD command to LCD in mikroC.
Should the code looke like:
UART1_Init(19200); // Initialize UART module at 115200 bps
Delay_ms(2000); // Wait for UART module to stabilize
UART1_Write(0x06);
I did connect LCD to PC and test it with Wintest and it works fine.
I have also check TX and RX with osciloscope if the command gets to the LCD and it does.
Even the presed keys transmit some code.
I dont know what am I doin wrong?
Any help would be appreciated.
Should the code looke like:
UART1_Init(19200); // Initialize UART module at 115200 bps
Delay_ms(2000); // Wait for UART module to stabilize
UART1_Write(0x06);
I did connect LCD to PC and test it with Wintest and it works fine.
I have also check TX and RX with osciloscope if the command gets to the LCD and it does.
Even the presed keys transmit some code.
I dont know what am I doin wrong?
Any help would be appreciated.
Looking for additional LCD resources? Check out our LCD blog for the latest developments in LCD technology.