Drivers are now being loaded as modules.
This commit is contained in:
@@ -836,7 +836,7 @@ unsigned char fontmap[256][8] = {
|
||||
|
||||
//FIXME: make big chars use less memory
|
||||
|
||||
static unsigned char *fontbignum[10][24] = {
|
||||
unsigned char *fontbignum[10][24] = {
|
||||
{
|
||||
"++++++++++++++++++",
|
||||
"++++++++++++++++++",
|
||||
@@ -1089,7 +1089,7 @@ static unsigned char *fontbignum[10][24] = {
|
||||
"++++++++++++++++++"}
|
||||
};
|
||||
|
||||
static unsigned char *fontbigdp[] = {
|
||||
unsigned char *fontbigdp[] = {
|
||||
"++++++",
|
||||
"++++++",
|
||||
"++++++",
|
||||
|
||||
Reference in New Issue
Block a user