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:
Peter A. Bigot 2019-07-09 09:08:57 -05:00 committed by Anas Nashif
parent f59af49472
commit fcb2968f6a

View file

@ -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] = {
/* */