- This topic has 1 reply, 2 voices, and was last updated 13 years, 1 month ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
|
Microcontroller › AVR › lcd interfacing problem
recently i made the connnections for a 16*2 jhd162a lcd to interface with atmega 16..the connections are fine but i do not get the required output,instead i get a blank first row and black boxes on second row…plz help me out!
Check the RS ,R/W and En pin s. verify that you have entered the correct port pins that you have connected.
May be because of intial commands it may also happen
lcd_cmd(0x01)
lcd_cmd(0x38)
lcd_cmd(0x06)
lcd_cmd(0x0E)
Otherwise the delay of minimum of 2ms is required when Enable is made high to low