LCD-Linux 0.13.4 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News LCD-Linux 0.13.4 (Default branch)
# 1  
Old 09-13-2008
LCD-Linux 0.13.4 (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:
The HD44780 driver has been heavily optimized. The four HD44780 operation modes (4/8 bit with or without busy-flag check) are now implemented as four totally separate functions. Modes are selected by way of a pointer-to-function table. This results in an extremely short execution time, leading to negligible load on fast computers and acceptable load on very slow processors. Minor bugs have been fixed in the lcd-linux module. Compatibility with Linux 2.6.26 has been added. 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
Config::Model::models::LCDd::CwLnx(3pm) 		User Contributed Perl Documentation		   Config::Model::models::LCDd::CwLnx(3pm)

NAME
Config::Model::models::LCDd::CwLnx - Configuration class LCDd::CwLnx VERSION
version 2.021 DESCRIPTION
Configuration classes used by Config::Model generated from LCDd.conf Elements Model Select the LCD model Optional. Type enum. choice: '12232', '12832', '1602'. upstream_default: '12232'. Device Select the output device to use Optional. Type uniline. upstream_default: '/dev/lcd'. Size Select the LCD size. Default depends on model: 12232: 20x4 12832: 21x4 1602: 16x2. Optional. Type uniline. default: '20x4'. Speed Set the communication speed Optional. Type enum. choice: '9600', '19200'. upstream_default: '19200'. Reboot Reinitialize the LCD's BIOS normally you shouldn't need this. Optional. Type enum. choice: 'yes', 'no'. upstream_default: 'no'. Keypad If you have a keypad connected. Keypad layout is currently not configureable from the config file.Optional. Type uniline. default: 'yes'. keypad_test_mode If you have a non-standard keypad you can associate any keystrings to keys. There are 6 input keys in the CwLnx hardware that generate characters from 'A' to 'F'. The following is the built-in default mapping hardcoded in the driver. You can leave those unchanged if you have a standard keypad. You can change it if you want to report other keystrings or have a non standard keypad. KeyMap_A=Up KeyMap_B=Down KeyMap_C=Left KeyMap_D=Right KeyMap_E=Enter KeyMap_F=Escape keypad_test_mode permits one to test keypad assignment Default value is no. Optional. Type uniline. default: 'yes'. SEE ALSO
o cme perl v5.14.2 2012-11-09 Config::Model::models::LCDd::CwLnx(3pm)