New style for info message.

This commit is contained in:
sorgelig
2018-02-25 22:52:40 +08:00
parent 717281efe5
commit 3d393a64cf
8 changed files with 144 additions and 34 deletions

View File

@@ -185,6 +185,8 @@ unsigned char charfont[][8] =
{ 0x08,0x08,0x08,0x0F,0x00,0x00,0x00,0x00 }, // 138 [0x8A] BR
{ 0x00,0x00,0x00,0x0F,0x08,0x08,0x08,0x08 }, // 139 [0x8B] BL
{ 0x7F,0x41,0x41,0x41,0x41,0x41,0x7F,0x00 }, // 140 [0x8C] empty square
{ 0x1C,0x1C,0x3E,0x7F,0x00,0x2A,0x49,0x00 }, // 141 [0x8D] speaker
};
#endif