Looking at this library I thought why is the address a constant
why is it not a variable
For my first stab at ASM
so I made it one
and it worked!!
But I only have one I2C Lcd module
so I changed the address of the module with the jumper on the back to &H46
Then dimension a variable Pcf8574_loc as byte
then Pcf8574_loc = &H46
So why do this?
We can now have multiple LCDs it is a bus after all !
Ben if you have more than one could you test it!
Regards Paul
↧