HELLO Ruturaj A. Nanoti Thank you, very good article! But i want to create a function that clears the screen before displaying it but when used in while(1) the screen flickers, how to fix this? Thanks void I2CLCD_Clear(void) { LCD_Write_Cmd(LCD_ADDR,INST_REG,0x01); delay_ms(10); }
The address phase of I2C communication consists of 7 bits of address and one bit of R/W bit . So, the address has to left shifted by one bit to accommodate the read or right bit in the lsb. Correct me if I m wrong.
HELLO Ruturaj A. Nanoti
I'm working with STM32F4O7 discovery, i need your hepl to connect LCD to the CARD STM32F407. I'm so gratefull if you send me your main code.
med amine bouallegui
Hi mr Ruturaj A. Nanoti,i followed your guide step by step and i have 1 question, to print "HELLO" to the LCD, you useddd the hex numbers. lets discuss the first one 'H', you putted 0x84, i did not get it, if you may be so kind to explain it to me, as ik, the ASCII code of'H' is 48 so i was confused.
i m new in this domain.