Hi,
I just discovered and fixed a bug in the lcd-Linux driver for lcd4linux.
When the display has more than one controller onboard, there is a mismatch
in the number
of rows of the display. LCD-Linux has a field to set the number of
controllers to drive (num_cntr)
and a field to set the number of rows that each controller has to drive
(cntr_rows). The total
number of display rows is therefore num_cntr*cntr_rows. On the other hand in
the lcd4linux
conf file the user indicate the total number of display rows, not the number
of rows per
controller. This mismatch is now fixed by the patch attached.
Bye and happy coding!
Mattia
|