On Mon, 12 Feb 2024 19:01:45 +0200 Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> wrote: > Since line display library supports necessary bits to map the characters > (if required), switch this driver to use that. > > Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> > --- > drivers/auxdisplay/ht16k33.c | 109 +++++++++++------------------------ > 1 file changed, 34 insertions(+), 75 deletions(-) > > diff --git a/drivers/auxdisplay/ht16k33.c b/drivers/auxdisplay/ht16k33.c > index 75c4a8d31642..b104f08252dd 100644 > --- a/drivers/auxdisplay/ht16k33.c > +++ b/drivers/auxdisplay/ht16k33.c Acked-by: Robin van der Gracht <robin@xxxxxxxxxxx>