Hi all,
In the code I posted I'm using the picbasic SHIFTOUT function nothing more or less very simple
SDA var PORTA.2 'pin 4 output
SCL VAR PORTA.3 'pin 5 clock
The above pins are assigned.
My display Has 3 junpers in the back mrked BS0,BS1 AND BS2. I solder BS2 , BS0 and BS1 are off.
When I started using this display I tried using I2C but with no luck then switched to SPI using SHIFTOUT.
SDA and SCL does not mean I'm using I2c just variables I created when I started hoping to use I2C but failed I never renamed them.
Hope this helps.
Bookmarks