auxdisplay: Add 7-segment LED display driver
authorChris Packham <chris.packham@alliedtelesis.co.nz>
Thu, 7 Mar 2024 19:50:51 +0000 (08:50 +1300)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 8 Mar 2024 12:15:47 +0000 (14:15 +0200)
commit899383f9ecf59881a0f43fbf7d74b26bd1e1a16f
tree802258266317cb28ba1d617450ba5502873db6fd
parenta9bcd02fa42217c795bc9538a149936c82648476
auxdisplay: Add 7-segment LED display driver

Add a driver for a 7-segment LED display. At the moment only one
character is supported but it should be possible to expand this to
support more characters and/or 14-segment displays in the future.

Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
drivers/auxdisplay/Kconfig
drivers/auxdisplay/Makefile
drivers/auxdisplay/seg-led-gpio.c [new file with mode: 0644]