| BenKeith
|
2.2 220x176 DSDM/Serial doesn't work in I2CPosted at:2018-01-23 13:43:56
|
|
I have a 2.2 color serial display I with plans to use on and existing Arduino sketch that requires an I2C interface. I've tried every way under the sun to get this one do display something in I2C and it doesn't happen. I've tried all the samples in Digole's Arduino section and the compatible ones work fine in everything but I2C,
I've tried the 10K pull down resistors on the SCL and SDA. I've upgrade the firmware from 3.9 to 4.3, I've verified the address really is 0x27.
I've also tried several version of Arduino from 1.06, 1.6.7, 1.8.1 and 1.8.5
I'm not a a programmer so that complicates things even more, but it acts like the samples are not compiling in I2C. I've tried commenting out all the UART and SPI and leaving just the I2C and they won't compile. Keep getting the same mydisplay error.
If anyone can tell me a sample program that will run in I2C or what initiating instructions I need to get this thing to display anything in I2C it would be greatly appreciated.
Then how to change the address to 0x24. I've seen the command it takes to do that, but I don't know how to put it in a sketch to initiate
I'm hoping once if find what it takes to get this thing working, I can then figure out how to change the existing sketch to work with this one.
If anyone has happened to use one of these modules on the Arduino UNO running RoastLogger and RoastLoggerTC-4, that's where I plan to use this one and replace the 2004 LCD display I'm currently using.
|
