Other Parts Discussed in Thread: TLC59116, TLC59283
I need to drive a small 4-character 7 segment display https://www.digikey.com/en/products/detail/lumex-opto-components-inc/LCD-S401M16KR/7364561. I’m looking for a small i2c or SPI driver IC that can offload the support of this display from the board’s main MCU. I suppose I could use an MSP430 and program it myself, but does TI have any existing solutions for this sort of problem?
thanks in advance,
Tom
PS - I found several examples online where people have implemented the TM1650 or TM1637 (from a Chinese company, Titan Microelectronics) for this purpose. Unfortunately, the TM16** ICs apparently need to be bit-banged over a non-standard serial connection, they don't communicate using a proper I2C protocol; I'm looking for something that is more standards compliant, as TI might offer. Not sure where to look in the TI catalog to find something similar?
PPS - The NXP PCA8536 might also do the trick, but I only need to drive four 7-segment characters (not 40), and I2C only is fine.