Re: [PATCH v2] lib/fonts: add font 6x8 for OLED display

2020-09-08 Thread Bartlomiej Zolnierkiewicz
On 8/20/20 10:42 AM, Greg Kroah-Hartman wrote: > On Thu, Aug 20, 2020 at 10:21:37AM +0200, Sascha Hauer wrote: >> From: Sven Schneider >> >> This font is derived from lib/fonts/font_6x10.c and is useful for small >> OLED displays >> >> Signed-off-by: Sven Schneider >> Signed-off-by: Sascha Hau

Re: [PATCH v2] lib/fonts: add font 6x8 for OLED display

2020-08-20 Thread Greg Kroah-Hartman
On Thu, Aug 20, 2020 at 10:21:37AM +0200, Sascha Hauer wrote: > From: Sven Schneider > > This font is derived from lib/fonts/font_6x10.c and is useful for small > OLED displays > > Signed-off-by: Sven Schneider > Signed-off-by: Sascha Hauer Reviewed-by: Greg Kroah-Hartman

[PATCH v2] lib/fonts: add font 6x8 for OLED display

2020-08-20 Thread Sascha Hauer
From: Sven Schneider This font is derived from lib/fonts/font_6x10.c and is useful for small OLED displays Signed-off-by: Sven Schneider Signed-off-by: Sascha Hauer --- Changes since v1: - re-added lost Signed-off-by lines - do not mode change include/linux/font.h to 0755 - Add SPDX tag - Whit