Microcontroller › AVR › Interfacing LCD using AVRatmega32 with 4 bit mode › Hi,If your Data Transfer
December 17, 2012 at 5:55 am
#8840
AJISH ALFRED
Participant
Hi,
If your Data Transfer ports are PB0 to PB3 then mask the higher nibbles when writing, not the lower nibbles.In this case there is no left shifting of data is required, simply write it to port B with higher nibbles masked.