2019-11-15 08:19 PM
Hi,
I have interfaced JHD162 16*2 LCD with Stm32.
// This lines are to be displayed on my LCD. But only one line is displaying //when I comment either of the lines. But both lines are not displaying at a time.
Disp_Data(1,0, (unsigned char *)" LCD Interface ");
Disp_Data(2,0, (unsigned char *)"STM32 Discovery ");
Please let me know.
2019-11-17 04:48 AM
I have corrected the code.
2019-11-18 08:47 AM
Hello @Kumar B ,
Please share your finding and describe how you fixed your problem.
Thanks
-Amel
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.