Add battery/charge info + bugfixes

This commit is contained in:
Kostas Missos
2018-06-28 04:05:19 +03:00
parent 3908493cf5
commit 0c5c827d0b
6 changed files with 216 additions and 197 deletions

View File

@@ -218,7 +218,8 @@ void gfx_putc(gfx_con_t *con, char c)
con->y = 0;
}
break;
case 8:
case 8:
default:
if (c >= 32 && c <= 126)
{
u8 *cbuf = (u8 *)&_gfx_font[8 * (c - 32)];