Corrected G2446 resolution to 240x64 i.o. 256x64

This commit is contained in:
robijn
2005-06-23 20:25:10 +00:00
parent 552f388c6e
commit b9640e4390
+1 -1
View File
@@ -375,7 +375,7 @@ sed1330_init( Driver * drvthis, char *args )
p->graph_height = 192;
} else if( strcmp( s, "G2446" ) == 0 ) {
p->type = TYPE_G2446;
p->graph_width = 256;
p->graph_width = 240;
p->graph_height = 64;
} else {