subsys/fb: correct last character in vtiled fonts
The last character is TILDE at position 126. Signed-off-by: Peter A. Bigot <pab@pabigot.com>
This commit is contained in:
parent
f59af49472
commit
fcb2968f6a
|
@ -12,7 +12,7 @@
|
|||
#include <display/cfb.h>
|
||||
|
||||
#define CFB_FONTS_FIRST_CHAR 32
|
||||
#define CFB_FONTS_LAST_CHAR 127
|
||||
#define CFB_FONTS_LAST_CHAR 126
|
||||
|
||||
const u8_t cfb_font_1016[95][20] = {
|
||||
/* */
|
||||
|
|
Loading…
Reference in a new issue