cancel
Showing results for 
Search instead for 
Did you mean: 

ST7036 display interface with STM32

pranathi1091
Associate II
Posted on November 13, 2012 at 12:30

Hello All,

I am using ST7036 LCD controller. And i want to interface this with my STM32 board using 8 bit parallel interface.

My pin connection are as follows

E-PD9

RS-PD7

RW-PD8

And PortC0-C1 to data lines of LCD.

I have modified the available driver for ST7036 display.

But i could not find anything to be displayed.

i have attached the code.

Could anyone pls let me know where am i going wrong.

Thanks

#stm32 #interface-display
21 REPLIES 21
jj2
Associate II
Posted on November 16, 2012 at 16:15

Thought that was my, ''time of composition.''  

Share your pain...

pranathi1091
Associate II
Posted on November 29, 2012 at 15:22

The problem with my code was delay.

Delay is very critical in ST7036.

Now i have it working.Thanks for all the replies