Using Arduino IIC / I2C Serial 3.2" LCD 2004 Module Display

hippy

Technical Support
Staff member
it doesnt light when that code is working. In start it will flash but go off when program starts.
It sounds like the backlight is controlled by one of the PCF8574 signals. As all but one are being used for LCD control that would suggest IO3. In which case, adding -

Symbol bitBKL = bit11

at the top of the code, and -

bitBKL = 1

in the 'SendB0AsInitByte:' routine should keep it permanently turned on.
 

jsotola

New Member
Last edited:

Pekari

Senior Member
Yes, that's right, hippy, now it's lighting!
No big problems anymore.
Thanks again!

And thanks to jstola too, that was an informative page!

I wonder how the cursor etc function could get to work with these PICAXEs?
 
Last edited:
Top