LCD-15173 i2c or spi communication protocols

Hi,

Where can I find the commands and command structure for communicating with the LCD-15173? I have an i2c device that works with LabVIEW that I would like to use, rather than an Arduino or other controller.

Since I can communicate via the i2c protocol in this way, I have to obtain a listing of the various commands and command structures for such communications.

Thanks in advance!

Leo

Check out this guide; pg 17 or so starts the commands https://luma-oled.readthedocs.io/_/down … d1309/pdf/

Thanks a lot TS! Shouldn’t there be hex codes or similar for each possible command? I don’t see them in this document.

My understanding is that I will have to write each command in byte form to the I2c controller. Then follow with any corresponding data. But I don’t have the byte equivalent commands, only the command names in English, which is just a naming convention…