Age | Commit message (Collapse) | Author | Files | Lines |
|
removed documentation again :-(
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@543 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
changed SELECT to SLCTIN
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@542 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
Driver modified according to Michels's recommendations :
- Suppressed linux/parport.h depandancy. It was not needed anyway.
- Compile-time disable the wait_busy polling function, replaced with a time wait.
- Replaced the hardwire_* calls by their wire_* equivalent, to adapt other wirings.
- Created a "Models" structure, containing parameters for the display.
- Other cleanups, to remove compile-time warnings.
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@541 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
parport_wire_status() added
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@540 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
Noritake driver added
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@539 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
* replaced fprintf(stderr,... with error()
* corrected a "dangling reference" memory problem
* removed some PyErr_Print() spam
* fixed a segmentation fault that occured when python module was not
found
* improved error messages
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@538 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
rearranged autoconf a bit,
libX11 will be linked only if really needed (i.e. when the X11 driver has been selected)
plugin_python filled with life
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@537 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
preparations for python bindings and python plugin
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@536 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
make busy-flag checking configurable for LCD-Linux driver
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@535 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
LCD-Linux display size set up from lcd4linux.conf
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@534 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
Trefon Backlight added
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@533 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
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
|
|
LCDTerm driver added, take 2
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@506 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
LCDTerm section added to lcd4linux.conf.sample
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@505 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
LCDTerm driver added
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@504 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
further changes to lcd4linux.conf.sample
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@503 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
changes to lcd4linux.conf.sample
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@502 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
ChangeLog updated
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@501 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
small type in plugin_uname fixed
new homepage lcd4linux.bulix.org
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@500 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
M50530 fixes
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@499 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
T6963 fix for displays > 8 rows
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@498 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
removed compiler warnings for deactivated i2c bus
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@497 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
removed the 99999 msec limit on widget update time (thanks to Petri Damsten)
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@496 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
Cwlinux fixes (invalidation of user-defined chars)
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@495 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
I2C support for HD44780 displays by Luis (does not work by now)
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@494 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|