#timonsku ok heres the latest draft for
1 messages · Page 1 of 1 (latest)
ah nice, can the touch fpc be optionally jumpered to the I2C bus if we want to test capacitive touch displays too?
I can check again but I think they might have handled irq via the mcu
@void quartz i broke out the 6 FPC pins because the pin ordering is non-standard, ive seen different ordres so one would need to wire the 6 pins to 3v/gnd/scl/sda/irq/rst as desired. that's the 'second row' of pins to the right of the long row
i ordered 5 protos, eta in 1ish week, ill let you know when the arrive so we can continue.
i wish we could 'flip' the bit ordering, would make routing a lot easier. like R0 -> R7 goes to R7 -> R0, is there an i2c flag for that :/
there is! There is a bit swap register
ah gotcha
and the options for it: https://github.com/timonsku/Adafruit_CircuitPython_ICN6211/blob/0b5f68dcb116c1a73f591dfd20e87b2bc7f9b21e/adafruit_icn6211.py#L132
@ashen gust