Hyperpixel displays are using a bit-bashed I2C on GPIO10/11. That get's asigned to I2C0
https://github.com/raspberrypi/linux/bl ... l.dtsi#L80
post the output of below command and the full content of your config.txt
https://github.com/raspberrypi/linux/bl ... l.dtsi#L80
Code:
__overlay__ {i2c_gpio: i2c@0 {compatible = "i2c-gpio";gpios = <&gpio 10 0 /* sda */ &gpio 11 0>; /* scl */
Code:
i2cdetect -l
Statistics: Posted by aBUGSworstnightmare — Mon May 20, 2024 5:29 am