Can LCD Driver be used to drive ultra-low-power Led dot matrix display?
I'm using some extremely efficient 603 size Leds that are very bright even at 70 microamps current. Can I use the LCD Driver (eg. of the STM32L476, 8x40 driver ) to drive a modest 8x12 or 8x16 Led display? (I have created a little dot matrix display by DMA'ing directly to a GPIO port, but 16 bits restricts display size to 8x8, 6x10 etc.),
thanks.