Hi guys!
Long term Arduino user here but first time poster! I usually try and troubleshoot myself, but this time despite hours of searching I can't find a solution so maybe you can help?
For a project I need a White on Black LCD display, so I got one of these:
Winstar WH1602B3-SLL-JWV 16x2 LCD VATN White on Black I2C Interface
Since the description listed it as I2C I mistakenly thought it meant it had the 4 pin backpack type connection, but that isn't the case!
The datasheet pin list shows that beside the power connections it requires RS, CSB, SCLK and SID.
I'm not sure what type of interface this is and can't find any examples of how to hook this up to an Arduino Nano. Is this what would be described as an IIC interface? The datasheet goes on to say 'This chip has all four kinds interface type with MPU IIC, 4SPI, 4-bit bus and 8-bit bus'.
Can anyone point me in the direction to get this hooked up and working?
Many Thanks in advance!