fix iMon cellwidth
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user