I am not sure what driver to use for the glcd2usb device as everything I have read has a different driver mentioned.
Thanks
From your next post I guess you found out how to use the driver. Here are some hints:
LCDproc 0.5.6 or newer ist required.
Within LCDd.conf set the line
driver=glcd
The within the [glcd] section set
ConnectionType=glcd2usb
All other settings should work with their default setting, unless LCDproc is compiled with FreeType2 support. In that case either set
useFT2=no
or set
normal_font=/usr/local/lib/X11/fonts/TTF/andalemo.ttf
to the font of your choice.
Log in to post a comment.
I am not sure what driver to use for the glcd2usb device as everything I have read has a different driver mentioned.
Thanks
From your next post I guess you found out how to use the driver. Here are some hints:
LCDproc 0.5.6 or newer ist required.
Within LCDd.conf set the line
The within the [glcd] section set
All other settings should work with their default setting, unless LCDproc is compiled with FreeType2 support. In that case either set
or set
to the font of your choice.