I have an LCD like this:
I pinned #4 power, #6 Ground, *#8 SCL, #10 SDA
(https://wiki.radxa.com/Rock5/hardware/5b/gpio )
ls /dev/i2c*
/dev/i2c-0 /dev/i2c-1 /dev/i2c-10 /dev/i2c-11 /dev/i2c-4 /dev/i2c-6 /dev/i2c-7 /dev/i2c-9
i2cdetect -y 1
0 1 2 3 4 5 6 7 8 9 a b c d e f
00: – -- – -- – -- – --
10: – -- – -- – -- – -- – -- – -- – -- – --
20: – -- – -- – -- – -- – -- – -- – -- – --
30: – -- – -- – -- – -- – -- – -- – -- – --
40: – -- UU – -- – -- – -- – -- – -- – -- –
50: – -- – -- – -- – -- – -- – -- – -- – --
60: – -- – -- – -- – -- – -- – -- – -- – --
70: – -- – -- – -- – --
I would expect it to show at 0x27
What am I doing incorrect? Please help.
Thanks,