- This topic has 2 replies, 2 voices, and was last updated 11 years, 10 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
|
Microcontroller › AVR › Interfacing LCD using AVRatmega32 with 4 bit mode
Hai ,
I am using PD3 for RS Register
PD6 R/W
PB4 Enable and PB0-PB3 for Data Transfer.
I am using the same code given in this website making few changes and the code is as follows. Nothing is being displayed on the LCD . Is it because the way i am transfering 4 bits of data .. Do i need to change masking because my Data Transfer ports are PB0 to PB3 not PB4 to PB7.