Clemens @ Elektor
Clemens @ Elektor
Thanks for the quick answer. However, you closed this issue, but are you aware that in the Arduino IDE these examples are listed as "Examples for Arduino Portenta X8"? (see...
I just found [this issue](https://github.com/pimoroni/hyperpixel2r-python/issues/6) which has a solution for making touch work on the desktop by using the uinput-touch.py example (does not take rotation into account). Still wondering about...
Look in the /dev folder for a file starting with 'i2c': ``` $ dir /dev ``` In my case it is i2c-11. Redirecting it to i2c-1 makes it work with...
Correct me if I'm wrong, but I2C device 0x15 is the touch sensor and unrelated to the display itself. I have an MPU6050 accelerometer connected to the bus and that...
You are on Buster, right? Currently I use the display on a Zero 2W which is basically an RPi3 and I2C works fine.
Thank you for your comments. The code just swaps red and green, it is not reordering twice. I don't remember why, sorry. The colors probably got mixed up somewhere.