Hi,
I have got one of the el'chepo 1602 LCD with the I2C backpacks. I have got it working under Python on a Raspberry PI, so I know its not a hardware issue. I have ported the python to C# and the adapted it to work with the SoftwareI2C from Al Moyle and the SoftwareI2CBus from "TechWithDave"
Everything seems to be working well SetPosition (1,0) goes to the first character on the top line.
When I try and write some text to the display, the text is shifted right by 10 characters. i.e Instead of "Hello World!" I get "Hello ".
Has anyone seen anything similar? Or can anyone spot my stupid mistake?
Hopefully the code should be attached (apart from main which is {LCDDisplay.TestProgram();} )
Thanks in advance
FOJB