Comment 2 for bug 1186569

Revision history for this message
mtbdrew (mtbdrew) wrote : Re: Imon LCD does not display anything

Okay managed to figure this one out. Obviously the lcdproc install didn't/doesn't detect the actual /dev/lcd# used. /ect/LCDd.conf showed default settings for imon and imonlcd

# Select the output device to use [default: /dev/lcd0]
Device=/dev/lcd0

After checking /dev/ directory found only lcd2 device so changed the above line to:

# Select the output device to use [default: /dev/lcd0]
Device=/dev/lcd2

restarted LCDd:

sudo /etc/init.d/LCDd restart

And now display is working correctly.