Just recieved my 16x2 LCD that i bought to be able to read RSS feeds sent from my Pi running raspbian.http://www.dx.com/p/i2c-iic-lcd-1602-di ... -pi-374741
I've successfully plugged it in and got some basic text on it using this guide http://www.raspberrypi-spy.co.uk/2015/0 ... pberry-pi/
Been searching the internet for a way to display RSS but have not found anything that seems to work with the i2c bus.
Found a couple of guides where they connect more than the 4 pins i have so im guessing i could not use their scripts?
Examplesnippet from the python script this guy is using [url]ttp://www.schnatterente.net/code/raspberrypi/ ... iption.txt[/url]
DISPLAY_RS = 7
DISPLAY_E = 8
DISPLAY_DATA4 = 25
DISPLAY_DATA5 = 24
DISPLAY_DATA6 = 23
DISPLAY_DATA7 = 18
Where as i would have GND, VCC, SDM and SCL to connect.
Hopefully someone here could send me in the right direction
Oh and please be gentle, I'm very new to this