LCD-Linux 0.13.6 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News LCD-Linux 0.13.6 (Default branch)
# 1  
Old 01-17-2009
LCD-Linux 0.13.6 (Default branch)

LCD-Linux is a Linux software abstraction layer to drive LCD alphanumeric displays. It features complete VT102 console emulation and aims to be as general and flexible as possible. It consists of two kernel modules, lcd-linux and the display driver. Currently, only the Hitachi HD44780 is supported, but drivers for other LCD controllers can be easily written. License: GNU General Public License (GPL) Changes:
This release mainly fixes a bug in the hd44780 driver when driving displays with more than one controller onboard. In addition, there are minor optimizations and simplifications in the driver. An incorrect scroll behavior in the lcd-linux module was also corrected. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Ubuntu

Webin cannot lcd

Hi all, I am using a ubuntu 9.4 server as ftps server. We have scripts that transfer files to our customers and it is scheduled by a cron job via webmin 1.510. Here is a sample of my script psftp user@hostname lcd /FolderA/Outgoing cd FolderREm mput * When I run a cron job manually the... (0 Replies)
Discussion started by: Marko75
0 Replies

2. Linux

How to drive a LCD on ARM based linux System

Hello sir, I am Vijay Manohar. I am a writing a device driver for LCD frame buffer device. In this , LCD has been mapped at physical address 0x3000000. Now I want to implement mmap entry point. I have two questions regarding this Can I use this physical address as one of the parameters to... (0 Replies)
Discussion started by: VijayManohar
0 Replies

3. AIX

LCD codes on a P570

Anyone out there know what the LCD code 0569 means. I have a list of codes but 569 is not on it. (5 Replies)
Discussion started by: johnf
5 Replies

4. SCO

LCD, only 22 lines?

I have a client running SCO openserver 5.0.4, character based The old 17" tube monitor died, and I replaced with an LCD monitor. I can only see 22 lines of text on-screen at a time. The LCD's have setup adjustment for scrolling up and down, but not to zoom in and out to make it fit. I swapped... (3 Replies)
Discussion started by: waywardfool
3 Replies

5. Solaris

Help configuring Flat LCD Monitor

:confused: Hi there! I just purchased and hooked up to my Sun Blade 1000 running SunOs 5.9, a 20.1-in flat panel LCD monitor. I rebooted the system and the input signal to the monitor was fine at boot up until it started X-win, then the following message was displayed: Video Input 2 D-SUB... (6 Replies)
Discussion started by: dcshungu
6 Replies

6. UNIX for Dummies Questions & Answers

7 segement LCD unix clock

Hi, Anyone ever write a unix clock program that display the clock out in 7 segment LCD style. I tried doing one with case statements: !/usr/bin/ksh clock=`date` case $clock in #This prints out the number 0 0) echo " -" echo "| |" echo echo "| |" echo " -" ;; ... (4 Replies)
Discussion started by: Astudent
4 Replies
Login or Register to Ask a Question
G15Daemon(1)								 1							      G15Daemon(1)

NAME
g15daemon - provides access to extra keys and the LCD available on the logitech G15 keyboard. DESCRIPTION
G15Daemon allows users access to all extra keys by decoding them and pushing them back into the kernel via the linux UINPUT driver. This driver must be loaded before g15daemon can be used for keyboard access. The G15 LCD is also supported. By default, with no other clients active, g15daemon will display a clock. Client applications and scripts can access the LCD via a simple API. OPTIONS
The current version of G15Daemon understands the following options: -v Show version info. -s By default, g15daemon uses the L1 key to switch between client screens. Using this switch on the cmdline alters this, making MR (Macro Record) the button to achieve this function. -k Stop a previously running copy of G15Daemon. For the keys and LCD to work, you'll have to restart the daemon manually. -h Show a brief summary of commandline options available. BASIC USAGE
G15Daemon must be run as the root user, either from a startup script (sample scripts are available in the contrib folder) or manually, via the su command. To run the daemon with default options, run: g15daemon or g15daemon -s to have the MR key as the client screen switch. If all required libraries are installed and in locations known to your operating system, the daemon will slip quietly into the background and a clock will appear on the LCD. Congratulations! The linux kernel will now output keycodes for all your extra keys. AUTHORS
The latest release of g15daemon is available at http://g15daemon.sourceforge.net G15daemon was written by Mike Lampard mlampard@users.sourceforge.net and uses the libg15 library by Philip Lawatsch and Anthony J. Mirabella of the g15tools project. (g15tools.sourceforge.net) The Python bindings for libg15daemon_client were written by Sven Ludwig. Many thanks to everyone who has assisted in reporting bugs, misfeatures and made feature requests. An up to date list of all authors is available in the AUTHORS file distributed in the source. LICENSE
G15daemon, libg15daemon_client and other sourcecode in this package are licensed under the GPL (General Public License), version 2 or later. Details on this license are available in the LICENSE document in the root directory of the source package, and at http://www.fsf.org G15tools - G15Daemon 1.3 G15Daemon(1)