I'm digging through this forum since hours, but not really found what I need
OK, basically I'm curios if there is a list of I2C commands for the display.
As far as I could find out, it's possible to connect the display by the side pins to the header of the pi (gnd, 5v, sda, scl). Address of display is 0x45.
To control the backlight the command to use is 0x86 followed by a u8 for brightness.
What else is possible by I2C? I would need to switch the display on and off.
Either only the backlight, better the whole display.
Ah, I read that when I start the communication with via the I2C the touch is not working proper anymore since the display assumes to communicate exclusively via that bus... can somebody confirm that?
Thanks allot for your help
PS:
I have seen the use of "/sys/class/backlight/rpi_backlight/brightnes" and some other files. But I'm using Windows IoT with C#.