Lcd4Linux NextGeneration porting status
DRIVERS : format : status (widgets) + extras [todo]
-------------------------------------------------------
Crystalfontz -> Ported (Text,Bar,Icon) + blacklight,contrast,pwm [gpo,rpm]
Cwlinux -> Ported (Text,Bar,Icon) + blacklight [gpo,gpi,inverted text,relay]
HD44780 -> Ported (Text,Bar,Icon) + soft brightness,'busy flag',gpo [soft contrast]
M50530 -> Ported (Text,Bar,Icon) + gpo
MatrixOrbital -> Ported (Text,Bar,Icon) + blacklight,contrast,gpo,pwm,rpm [?]
T6963* -> Ported (Text,Bar,Icon) [?]
USBLCD -> Ported (Text,Bar,Icon) [?]
XWindow* -> Ported (Text,Bar,Icon) [gnome applet ?]
BeckmannEgle ->
Curses ->
MilfordInstruments ->
PalmPilot ->
Raster* ->
SIN* ->
* graphic displays
PLUGINS : format : status (functions) {old tokens} [todo]
------------------------------------------------------------
plugin_cpuinfo -> Finished (cpuinfo) {P}
plugin_dvb -> Finished (dvb) NEW
plugin_i2c_sensors -> Finished (i2c_sensors) {s*} [needs testing for procfs]
plugin_imon -> Finished (imon, version, rates) [hazardous function names]
plugin_loadavg -> Finished (loadavg) {L l1 l2 l3}
plugin_meminfo -> Finished (meminfo) {ma mb mc mf ms mt mu r}
plugin_mysql -> In progress (mySQLquery, mySQLstatus) NEW
plugin_netdev -> Finished (netdev) {nm nr nt nw}
plugin_ppp -> Finished (ppp) {ti tm to tt}
plugin_proc_stat -> Finished (proc_stat, cpu, disk) {cb ci cn cs cu dm dr dt dw}
plugin_uname -> Finished (uname) {o v}
plugin_xmms -> Finished (xmms) NEW
plugin_seti -> Finished (seti) {hc ht}
plugin_wifi -> To be done (Xavier or Martin)
(special plugins : plugin_cfg, plugin_math, plugin_string)
tokens not ported :
battery {bd bp bs}
mail {e* u*}
ISDN {ic ii im io it}
exec {x*}
wifi {ws wl wn}
TODO : task {assigned to}
--------
* namespace support for plugins (with ::) {Michael}
- support visible attribute for widgets other than icons
- time-based bars for graphic displays
- dynamic loading of plugins/displays/input (after 0.10.0)
- add support for input (display keypads, gamepads, socket, ...)
* finish debian package {Xavier, Luk, Samuel}
( - todo; * in progress; + done)
lugin_exec.c?id=cc9c2bd2432848924d60846a552dac1d0daf3fa6&showmsg=1&follow=1'>plugin_exec.c (unfollow)
Age | Commit message (Collapse) | Author | Files | Lines |
|
Changelog updated
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@532 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
driver for TREFON USB LCD's added
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@531 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
Changed the code to add some VT100-compatible control sequences (see the comments above).
A configfile boolean option 'VT100_Support' (default to 1) indicate if the display in
used support these control-sequences or not.
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@530 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
updated LCD-Linux driver to version 0.8.8
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@529 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
AC_CHECK_HEADERS corrected
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@528 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
i2c patch from Paul (still does not work here :-(
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@527 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
ceil/floor patch from Maxime
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@526 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
to be compatible with gcc 2.95
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@525 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
added statfs plugin
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@524 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
fixed gcc4 warnings about signed/unsigned mismatches
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@523 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
moved plugin init stuff to a seperate function called on first use
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@522 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
Evaluator speedup: use bsearch for finding functions and variables
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@521 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
HD44780 multiple displays patch from geronet
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@520 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
HD44780/I2C patch from Luis merged (still does not work for me)
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@519 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
HD44780 Backlight fixed (thanks to geronet)
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@518 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
fixed some signed/unsigned char mismatches in the Crystalfontz driver (ticket #12)
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@517 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
ChangeLog
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@516 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
SimpleLCD driver added
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@515 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
LCD-Linux driver GOTO_COST corrected
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@514 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
driver for LCD-Linux finished
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@513 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
minor HD44780 cleanups
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@512 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
LCD-Linux driver added
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@511 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
MatrixOrbital backlight micro-fix
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@510 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
added (C) to all copyright statements
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@509 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
info about backlight and brightness
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@508 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
added software-controlled backlight support to HD44780
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@507 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|