Microcontroller › AVR › Not getting exaclty what i need on LCD › set the internal pullup
March 2, 2012 at 1:43 pm
#7210
shreenu
Participant
set the internal pullup resistor:DDRB = 0xff; // making LCD_DATA port as output port
DDRD = 0xf0; // making signal as out put and use PORTB =0xFF, and PORTC =0xFF;