Here's an introduction to LCDControl. It's about as finished as pyLCDControl was in regards to Crystalfontz LCDs. (Supports 533[tested], 626, 631, 632, 633, 634[tested], 635[tested], and 636.) No fans or DOW devices are supported at the moment of this posting.
Note that like pyLCDControl, this requires an X11 environment, because it's based on Qt. So unless your server keeps a GUI up 24/7, this program's not for servers.
The configuration file (config.json) should be enough to get a person started. This is loosely based on lcd4linux in that it uses the same "plugin" and "widget" system, and configuration structure (layouts and layers).
Plugins available as of today:
Cpuinfo, LCD, Netinfo, Diskstats, Loadavg, ProcStat, Fifo, Meminfo, Statfs, File, NetDev, Uname, Uptime
Widgets available as of today:
Text, Bar, Histogram, Icon, Bignums, Gif, Timer, Key, Visualization
Other features include: layout transitions (left, right, both, up, down, and tentacle), and multiple device per instance support.
LCDControl uses Javascript (QtScript) for value evaluation. Each plugin provides an object inside the Javascript environment, and each object has 1 or more methods. For example, here's a line from config.json:
ProcStat also provides a ProcStat and Disk method along with Cpu. Being based on lcd4linux, you can refer to that documentation for more information on this plugin and others.
Dependencies are:
Qt (I'm using 4.5, not sure what's required)
Jsoncpp
Boost
ImageMagick and Magick++
Scons
xmms2
libvisual-0.4
Type 'scons' to build. And ./LCDControl to run. Currently it must be run inside the same directory as the configuration file, and it also expects a gif/ directory at that level if you're using GIF widgets. All GIF images from CrystalControl2 should work with this; in fact some of them are required by the configuration file if you don't alter it.
Here's the project's home on the internet: http://code.google.com/p/lcdcontrol/
You'll need SVN to download source.
You can see it in action with some actual hardware on my My Youtube
Note that like pyLCDControl, this requires an X11 environment, because it's based on Qt. So unless your server keeps a GUI up 24/7, this program's not for servers.
The configuration file (config.json) should be enough to get a person started. This is loosely based on lcd4linux in that it uses the same "plugin" and "widget" system, and configuration structure (layouts and layers).
Plugins available as of today:
Cpuinfo, LCD, Netinfo, Diskstats, Loadavg, ProcStat, Fifo, Meminfo, Statfs, File, NetDev, Uname, Uptime
Widgets available as of today:
Text, Bar, Histogram, Icon, Bignums, Gif, Timer, Key, Visualization
Other features include: layout transitions (left, right, both, up, down, and tentacle), and multiple device per instance support.
LCDControl uses Javascript (QtScript) for value evaluation. Each plugin provides an object inside the Javascript environment, and each object has 1 or more methods. For example, here's a line from config.json:
Code:
"expression": "procStat.Cpu('system', 500)",
Dependencies are:
Qt (I'm using 4.5, not sure what's required)
Jsoncpp
Boost
ImageMagick and Magick++
Scons
xmms2
libvisual-0.4
Type 'scons' to build. And ./LCDControl to run. Currently it must be run inside the same directory as the configuration file, and it also expects a gif/ directory at that level if you're using GIF widgets. All GIF images from CrystalControl2 should work with this; in fact some of them are required by the configuration file if you don't alter it.
Here's the project's home on the internet: http://code.google.com/p/lcdcontrol/
You'll need SVN to download source.
You can see it in action with some actual hardware on my My Youtube
Looking for additional LCD resources? Check out our LCD blog for the latest developments in LCD technology.
Last edited: