fix iMon cellwidth

This commit is contained in:
marschap
2006-10-21 20:31:03 +00:00
parent a3276c2026
commit 4a7dd13f00
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -10,6 +10,7 @@ v.0.5dev (ongoing development)
* refactor adv_bignum: support height > 4, loadable chars with offset
* ged rid of global variables buffer & tmp in lcdproc client
+ add init-script templates for LSB 3.x conforming systems
* fix cellwidth in iMon driver
v.0.5.1
+ config file support in lcdproc client (Andrew Foss)
+1 -1
View File
@@ -93,7 +93,7 @@ MODULE_EXPORT int imon_init (Driver *drvthis)
p->imon_fd = -1;
p->width = 0;
p->height = 0;
p->cellwidth = VFD_DEFAULT_CELL_HEIGHT;
p->cellwidth = VFD_DEFAULT_CELL_WIDTH;
p->cellheight = VFD_DEFAULT_CELL_HEIGHT;