If RB4 and RB5 are pins to control the LCD.
RA4, RB1, RB2, and RB3 are the LCD data buses.
May I know how these 4 pins send data to the LCD?
If the data is already in digital form with
is like if the data is lets say "4":
then 0100 is transfer with each of the bits by each pin?
RA4, RB1, RB2, and RB3 are the LCD data buses.
May I know how these 4 pins send data to the LCD?
If the data is already in digital form with
Code:
radix dec ; default number format is DECIMAL!!!
is like if the data is lets say "4":
then 0100 is transfer with each of the bits by each pin?
