Improve legibility of 8

master
cheapie 2015-06-13 23:06:22 -05:00
parent ce06593e40
commit a3945cc1e1
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ local alnum_chars = {
{ "5", { 1,0,1,1,0,1,0,0,0,1,0,0,0,1,0 } },
{ "6", { 1,0,1,1,1,1,0,0,0,1,0,0,0,1,0 } },
{ "7", { 1,0,0,0,0,0,0,0,1,0,0,1,0,0,0 } },
{ "8", { 1,1,1,1,1,1,0,0,0,0,1,0,0,1,0 } },
{ "8", { 1,1,1,1,1,1,0,0,0,1,0,0,0,1,0 } },
{ "9", { 1,1,1,0,0,1,0,0,0,1,0,0,0,1,0 } },
{ ":", { 0,0,0,0,0,0,0,1,0,0,0,1,0,0,0 } }, -- 58
{ ";", { 0,0,0,0,0,0,0,1,0,0,0,0,1,0,0 } },