LinuxConsulting

- Nicu Pavel personal page

PaNiC Random Rant (or how we used to call it: .plan)


Monday, June 22, 2009

lcdproc 0.5.3 released and ubuntu package for picoLCD


A new version(0.5.3) of lcdproc has been released. This release has a lot of improvements for picoLCD and other drivers.
I made a quick ubuntu package for picoLCD (models 20x2 and 20x4) which can be downloaded from the link below. This package has only the picoLCD driver and the configuration is made for picoLCD (note that ServerScreen is set to off to fix some problems with mythtv).
To start lcdproc execute /etc/init.d/LCDd start and start any client you want (lcdproc, lcdvc etc).

If you intend to use the IR functionality don't forget to add :

REMOTE="Network (UDP)"
REMOTE_MODULES=""
REMOTE_DRIVER="udp"

REMOTE_LIRCD_ARGS="--listen=8765"

to /etc/lirc/hardware.conf

To start lirc manually you can use: lircd --driver=udp --listen=8765

uploads-blog/lcdproc_0.5.3-1_i386.deb

Labels: , ,

posted by panic @ 9:38 AM 2 Comments


Wednesday, August 8, 2007

Python Wrapper for picoLCD


Chris Jones has created a python wrapper for my picoLCD SDK which is available
for download here. You can read more about this at his blog and watch a nice video
of his python application and picoLCD in action here.

Labels: , ,

posted by panic @ 4:08 PM