Hello. Bought a 533 in I2C flavor last week. Finally got to the point of trying to use it.
I've got several other I2C devices working, but when I try to hit the 533 it won't respond. I'm just trying to feed the bytes manually for the moment so if there's something I'm doing wrong, please advise what I should do to confirm functionality here before I try getting into the packet structure.
Honestly I wanted a plain I2C format device, not a packet structure. If I'd seen that before I bought it...I wouldn't have. I'm willing to try to make it work for the moment, however...
I do:
Start, 0x84 and get an immediate NAK.
If I disregard the NAK, I can push on and try to do a clear screen:
Start, 0x84, 0x06(clear screen), 00 (data length), 0x97, 0x5B (CRC, LSB first) stop
Or get read the hardware and firmware with:
Start, 0x84, 0x01 (get info), 00 (data length), 0x9F, 0x16 restart 0x85, readbyte
I did also try 0x16 0x9F for the CRC....
In either case, no data was made available.
Thanks for any assistance.
Tom
I've got several other I2C devices working, but when I try to hit the 533 it won't respond. I'm just trying to feed the bytes manually for the moment so if there's something I'm doing wrong, please advise what I should do to confirm functionality here before I try getting into the packet structure.
Honestly I wanted a plain I2C format device, not a packet structure. If I'd seen that before I bought it...I wouldn't have. I'm willing to try to make it work for the moment, however...
I do:
Start, 0x84 and get an immediate NAK.
If I disregard the NAK, I can push on and try to do a clear screen:
Start, 0x84, 0x06(clear screen), 00 (data length), 0x97, 0x5B (CRC, LSB first) stop
Or get read the hardware and firmware with:
Start, 0x84, 0x01 (get info), 00 (data length), 0x9F, 0x16 restart 0x85, readbyte
I did also try 0x16 0x9F for the CRC....
In either case, no data was made available.
Thanks for any assistance.
Tom
Looking for additional LCD resources? Check out our LCD blog for the latest developments in LCD technology.