You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
(4) |
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(6) |
Feb
(2) |
Mar
|
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
(3) |
Sep
(9) |
Oct
(2) |
Nov
(3) |
Dec
|
2002 |
Jan
|
Feb
(4) |
Mar
(5) |
Apr
(1) |
May
(12) |
Jun
(3) |
Jul
(7) |
Aug
(10) |
Sep
(5) |
Oct
(6) |
Nov
(2) |
Dec
|
2003 |
Jan
(3) |
Feb
(11) |
Mar
(9) |
Apr
(6) |
May
(2) |
Jun
(1) |
Jul
(2) |
Aug
(36) |
Sep
(19) |
Oct
(54) |
Nov
(14) |
Dec
(23) |
2004 |
Jan
(30) |
Feb
(49) |
Mar
(35) |
Apr
(9) |
May
(18) |
Jun
(3) |
Jul
(8) |
Aug
(1) |
Sep
(15) |
Oct
(6) |
Nov
(5) |
Dec
(21) |
2005 |
Jan
(32) |
Feb
(14) |
Mar
(2) |
Apr
(13) |
May
(7) |
Jun
(31) |
Jul
(14) |
Aug
(27) |
Sep
(9) |
Oct
(19) |
Nov
(9) |
Dec
(13) |
2006 |
Jan
(35) |
Feb
(8) |
Mar
(27) |
Apr
(16) |
May
(4) |
Jun
(5) |
Jul
(20) |
Aug
(53) |
Sep
(58) |
Oct
(19) |
Nov
(21) |
Dec
(11) |
2007 |
Jan
(42) |
Feb
(20) |
Mar
(5) |
Apr
(14) |
May
(18) |
Jun
(11) |
Jul
(22) |
Aug
(17) |
Sep
(2) |
Oct
(8) |
Nov
|
Dec
(2) |
2008 |
Jan
(25) |
Feb
(1) |
Mar
(4) |
Apr
(5) |
May
(5) |
Jun
|
Jul
(4) |
Aug
|
Sep
(1) |
Oct
(6) |
Nov
|
Dec
|
2009 |
Jan
(2) |
Feb
(4) |
Mar
|
Apr
|
May
(10) |
Jun
|
Jul
(7) |
Aug
(6) |
Sep
|
Oct
(1) |
Nov
(2) |
Dec
|
2010 |
Jan
(17) |
Feb
(2) |
Mar
(2) |
Apr
(6) |
May
(4) |
Jun
(2) |
Jul
(1) |
Aug
(5) |
Sep
(4) |
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
(4) |
May
(5) |
Jun
|
Jul
(11) |
Aug
(2) |
Sep
(2) |
Oct
(5) |
Nov
(5) |
Dec
(18) |
2012 |
Jan
(5) |
Feb
(7) |
Mar
(1) |
Apr
(2) |
May
(3) |
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
(7) |
Nov
(2) |
Dec
|
2013 |
Jan
|
Feb
(1) |
Mar
|
Apr
(5) |
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
(3) |
May
|
Jun
|
Jul
|
Aug
(4) |
Sep
(4) |
Oct
(1) |
Nov
|
Dec
|
2015 |
Jan
|
Feb
(4) |
Mar
|
Apr
(12) |
May
|
Jun
(3) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
(3) |
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2024 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2025 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Matthew H. <ma...@ma...> - 2015-02-16 10:04:48
|
Hi all, Hoping someone can point me in the right direction. I'm running LCD4Linux on a Sophos UTM box (Suse base), I suspect I may have a dud parallel port, but wanted someone elses thoughts. LCD4Linux is compiled with just the HD44870 driver, I'm doing a basic config just to prove I can get a display up on the LCD. I have double/triple checked wiring and I'm sure I have it right. My config file looks like this: ---------------------------------------------------------------- Display HD44780-winamp { Driver 'HD44780' Model 'generic' UseBusy 1 Port '/dev/parport0' Size '16x2' Wire { RW 'AUTOFD' RS 'INIT' ENABLE 'STROBE' ENABLE2 'GND' GPO 'GND' } } Widget MEM { class 'Text' expression meminfo('MemTotal')/1024 prefix 'MB:' width 11 align 'L' precision '0' update 1000 } Layout Default { Row1 { Col1 'MEM' } } Display 'HD44780-winamp' Layout 'Default' ---------------------------------------------------------------- When I run it using: sudo /sbin/lcd4linux -Fvv I get the following: ---------------------------------------------------------------- Version 0.11.0-SVN-965 starting lcd4linux.c: initializing driver HD44780 HD44780: $Rev: 905 $ HD44780: using model 'generic' HD44780: using parallel port HD44780: using 1 Controller(s) HD44780: using 8 bit mode udelay: using gettimeofday() delay loop HD44780: using ppdev /dev/parport0 HD44780: wiring: DISPLAY:RS - PARPORT:INIT (Pin 16) HD44780: wiring: DISPLAY:RW - PARPORT:AUTOFD (Pin 14) HD44780: wiring: DISPLAY:ENABLE - PARPORT:STROBE (Pin 1) HD44780: wiring: DISPLAY:ENABLE2 - PARPORT:GND HD44780: wiring: DISPLAY:ENABLE3 - PARPORT:GND HD44780: wiring: DISPLAY:ENABLE4 - PARPORT:GND HD44780: wiring: DISPLAY:BACKLIGHT - PARPORT:GND HD44780: wiring: DISPLAY:GPO - PARPORT:GND HD44780: wiring: DISPLAY:GPI - PARPORT:GND HD44780: wiring: DISPLAY:POWER - PARPORT:GND HD44780: timing: CY = 1000 ns (default) HD44780: timing: PW = 450 ns (default) HD44780: timing: AS = 140 ns (default) HD44780: timing: AH = 20 ns (default) HD44780: timing: INIT1 = 4100 us (default) HD44780: timing: INIT2 = 100 us (default) HD44780: timing: EXEC = 80 us (default) HD44780: timing: WRCG = 120 us (default) HD44780: timing: CLEAR = 2250 us (default) HD44780: timing: HOME = 2250 us (default) HD44780: timing: ONOFF = 2250 us (default) HD44780: using busy-flag checking HD44780: timeout waiting for busy flag on controller 1 (0xff) HD44780: timeout waiting for busy flag on controller 1 (0xff) HD44780: timeout waiting for busy flag on controller 1 (0xff) HD44780: timeout waiting for busy flag on controller 1 (0xff) HD44780: timeout waiting for busy flag on controller 1 (0xff) HD44780: timeout waiting for busy flag on controller 1 (0xff) HD44780: timeout waiting for busy flag on controller 1 (0xff) HD44780: timeout waiting for busy flag on controller 1 (0xff) HD44780: timeout waiting for busy flag on controller 1 (0xff) HD44780: timeout waiting for busy flag on controller 1 (0xff) HD44780: timeout waiting for busy flag on controller 1 (0xff) HD44780: timeout waiting for busy flag on controller 1 (0xff) HD44780: timeout waiting for busy flag on controller 1 (0xff) HD44780: timeout waiting for busy flag on controller 1 (0xff) HD44780: timeout waiting for busy flag on controller 1 (0xff) HD44780: timeout waiting for busy flag on controller 1 (0xff) HD44780: timeout waiting for busy flag on controller 1 (0xff) HD44780: timeout waiting for busy flag on controller 1 (0xff) HD44780: timeout waiting for busy flag on controller 1 (0xff) HD44780: timeout waiting for busy flag on controller 1 (0xff) HD44780: too many busy flag failures, turning off busy flag checking. HD44780: using 0 GPI's and 0 GPO's initializing layout 'Default' widget 'MEM': Class 'text', Parent '<root>', Layer 1, Row 0, Col 0 lcd4linux.c: starting main loop ---------------------------------------------------------------- But nothing ever displays on the LCD. I get the above regardless if the LCD is connected or not, so I simply don't think it is seeing the LCD at all. I have tried two different LCDs as well with the same result Any pointers from here or how I can trouble shoot further? Thanks in advance! Regards, Matt Hodder |
From: Bernhard B. <Ber...@gm...> - 2014-10-21 22:42:01
|
Hi, I hope someone reads this. The development isn't really engaged in this project, I suspect from the state of the home page. I'm using LCD4Linux since a while as part of my IPFire appliance on an ALIX board. LCD4Linux isn't running continously on my system, because from a while to a while I noticed performance losses with the program active. Of course the display of system parameters on a LCD is just a nice addon to my system, but not really necessary. In the last days we discussed a new config for the Pearl (DPF) display. Unfortunately this config caused very high load ( CPU usage about 80%-90%! ). First idea was, the use of exec plugin gives that high load. But just a config with 2 static text rows made the same effect! Further investigation showed two problems: 1) The high load is produced by the update parameter for the text widget class ( =0 -->static, one shot ). Changing the value to just 10 removes that load. Is this issue known? If yes, does exist a patch for this? 2) Trying to eliminate some exec functions ( they just read some info from a file ) by using the File::readline function did not succeed. The files read do not contain a EOL character, thus the function does return the empty string. Looking at the sources of the plugin showed, that a EOL is mandatory. Why? Furthermore the maximum line length is set to 80. The rest of the line is eaten up. This behaviour is not necessary. fgets stops at EOF, also. Thus a one line file without EOL char could be read also. I found further issues with this code. The code for reading is: char value[80], val2[80]; .... fgets(val2, sizeof(val2), fp); <--- read 80 chars at most size = strcspn(val2, "\r\n"); <--- search for EOL, if not found size is >=80 strncpy(value, val2, size); <--- only valid if size <=80 value[size] = '\0'; <--- only valid for size <80 - Bernhard |
From: Luis C. <lui...@gm...> - 2014-09-03 13:31:58
|
Hi there, as far as I can remember, the i2C driver adaptation that I've made to hd44780 could be modified to work with raspi. However, I know that the technique that I used at that time was very bitbang intensive and not very useful I got CPU usage of over 40%, just for lcd4linux. It may be beneficial to write a new driver from scratch for the raspi but I have no idea of the effort this would need. Luis Correia |
From: Michael R. <mi...@re...> - 2014-09-03 12:08:39
|
Am 2014-08-31 20:49, schrieb Johan Swenker: > Hi, > > I would like to disagree. Even though lcd4linux is older then the raspberry, the GPIO-pins of the raspberry are > as versatile as the parallel port of yesteryear. I fully agree. But lcd4linux (and the HD44780 driver) does not support driving a display with GPIO pins, because yesteryear we did not have them. > The same search engine will also be able to find you several LCDs with an I2C interface (implemented by > adding a microcontroller board to the LCD). Among them: http://www.bitwizard.nl/wiki/index.php/SPI_LCD using kind of a converter (e.g. LCD2USB) would also be a proper solution. I think the HD44780 driver supports i2c, too (but I'v enever used it) regards, Michael -- Michael Reinelt <mi...@re...> http://home.pages.at/reinelt GPG-Key 0xDF13BA50 ICQ #288386781 |
From: Michael R. <mi...@re...> - 2014-09-03 12:04:52
|
Hello mark, > I hope this is read by someone,… as I have noticed the web page has been filled with spam,.. Oh no, not this again... > Which nicely displays “/(13.0472%)” …. Perfect, almost!! Just Too many digits after dp. Theres no need to do rounding on the expression (although there is a ceil() and floor() function, and rounding could be implemented like "floor(10*x+0.5)/10" The widget where you use the expression has a "precision" argument, which should do what you are looking for. to get the percent sign, use a postfix. hope this helps, michael -- Michael Reinelt <mi...@re...> http://home.pages.at/reinelt GPG-Key 0xDF13BA50 ICQ #288386781 |
From: Mark H. <ma...@ha...> - 2014-09-03 11:45:37
|
I hope this is read by someone,. as I have noticed the web page has been filled with spam,.. My question is as follows:- Trying to produce an output of the following format "/(16.1%) Qstore(54.2%) Mythstore(67.2%) To show disk usage on a media Linux system Have used the following line as a base expression a=(((statfs('/', 'bavail'))*4)/1024/1024);b=(((statfs('/', 'bavail'))*4)/1024/1024);c='/ '.' '.a.'MB /root/ '.b.' MB' and adapted to suit,.. and got to the following:- expression a=(((statfs('/', 'bfree'))*4)/1024/1024);b=(((statfs('/', 'blocks'))*4)/1024/1024);c=(100-((a/b)*100));d='/('.c.'%)' Which nicely displays "/(13.0472%)" .. Perfect, almost!! Just Too many digits after dp. How do I remove the unnecessary decimal placed digits,.. I have evaluated sprint, sed, and bc,.. but I think I may be barking up the wrong tree,.. I am certainly struggling on how to tie these commands into a lcd4linx expression. I have worked out precision is not the way to go. Is any learn'd person of the team able to help me, and put me out of my frustration. Kind Regards Mark |
From: Prof. D. C. B. <wol...@gm...> - 2014-08-31 20:12:08
|
Hi all, It is also my experience that the GPIO pins of the Raspberry Pi are very simple to access. It is quite popular [1][2] to connect HD44780 compatible LCDs via these GPIOs and access them via LCDproc [3]. The drawback (in my opinion) of LCDproc is that the configuration is not very user-friendly compared with LCD4Linux. In the last hours I did some investigation about options to emulate the parallel port via the GPIO pins of the Raspberry Pi. But up to now I found no existing and promising solution. Another option is to implement a LCD4Linux GPIO driver for the Raspberry, but I think my skills in C are not good enough. A the moment I think I will code a tiny script like this one [4] to get the output I want. Best Regards Christian [1] http://www.boeeerb.co.uk/pi-lcd/ [2] https://learn.adafruit.com/drive-a-16x2-lcd-directly-with-a-raspberry-pi/ [3] http://lcdproc.sourceforge.net/docs/current-user.html#hd44780-raspberrypi [4] https://learn.adafruit.com/drive-a-16x2-lcd-directly-with-a-raspberry-pi/python-code 2014-08-31 20:49 GMT+02:00 Johan Swenker <joh...@xs...>: > Hi, > > I would like to disagree. Even though lcd4linux is older then the raspberry, > the GPIO-pins of the raspberry are > as versatile as the parallel port of yesteryear. > > Using a search engine you will find several people who have connected an LCD > to the RPi. For example: > https://learn.adafruit.com/downloads/pdf/drive-a-16x2-lcd-directly-with-a-raspberry-pi.pdf > They even have software, though incompatibel with lcd4linux. > > The same search engine will also be able to find you several LCDs with an > I2C interface (implemented by > adding a microcontroller board to the LCD). Among them: > http://www.bitwizard.nl/wiki/index.php/SPI_LCD > > Regards Johan > >> Hello Christian, >> >> as lcd4linux is a lot older than raspberry, I don't think that it will >> work, at least not out-of-the-box. >> >> back in the "good old days" the only GPIO-like thing on a PC used to be >> the parallel port, and thats what a low-level >> driver exists for (drv_generic_parport), which uses either extremely old >> school io instructions, or ppdev. >> >> As I have absolutely no idea how GPIOs are controlled on a raspberyy, I >> cannot advice you how to implement it. >> >> maybe using some kind of i2c-to-parallel chip could work, too. >> >> >> >> regards, Michael >> >> Am 2014-08-31 13:18, schrieb Prof. Dr. Christian Baun: >>> >>> Hi all, >>> >>> is it possible to use LCD4Linux with a LCD (HD44780 compatible >>> controller), which is attached to the GPIO pins of a Raspberry Pi? >>> >>> Has anybody here an example for a lcd4linux.conf file, which makes use >>> of the Raspberry Pi GPIO pins? >>> >>> Best Regards >>> Christian >>> >>> >>> ------------------------------------------------------------------------------ >>> Slashdot TV. >>> Video for Nerds. Stuff that matters. >>> http://tv.slashdot.org/ >>> _______________________________________________ >>> Lcd4linux-users mailing list >>> Lcd...@li... >>> https://lists.sourceforge.net/lists/listinfo/lcd4linux-users >>> >>> >> > |
From: Johan S. <joh...@xs...> - 2014-08-31 18:49:35
|
Hi, I would like to disagree. Even though lcd4linux is older then the raspberry, the GPIO-pins of the raspberry are as versatile as the parallel port of yesteryear. Using a search engine you will find several people who have connected an LCD to the RPi. For example: https://learn.adafruit.com/downloads/pdf/drive-a-16x2-lcd-directly-with-a-raspberry-pi.pdf They even have software, though incompatibel with lcd4linux. The same search engine will also be able to find you several LCDs with an I2C interface (implemented by adding a microcontroller board to the LCD). Among them: http://www.bitwizard.nl/wiki/index.php/SPI_LCD Regards Johan > Hello Christian, > > as lcd4linux is a lot older than raspberry, I don't think that it will work, at least not out-of-the-box. > > back in the "good old days" the only GPIO-like thing on a PC used to be the parallel port, and thats what a low-level > driver exists for (drv_generic_parport), which uses either extremely old school io instructions, or ppdev. > > As I have absolutely no idea how GPIOs are controlled on a raspberyy, I cannot advice you how to implement it. > > maybe using some kind of i2c-to-parallel chip could work, too. > > > > regards, Michael > > Am 2014-08-31 13:18, schrieb Prof. Dr. Christian Baun: >> Hi all, >> >> is it possible to use LCD4Linux with a LCD (HD44780 compatible >> controller), which is attached to the GPIO pins of a Raspberry Pi? >> >> Has anybody here an example for a lcd4linux.conf file, which makes use >> of the Raspberry Pi GPIO pins? >> >> Best Regards >> Christian >> >> ------------------------------------------------------------------------------ >> Slashdot TV. >> Video for Nerds. Stuff that matters. >> http://tv.slashdot.org/ >> _______________________________________________ >> Lcd4linux-users mailing list >> Lcd...@li... >> https://lists.sourceforge.net/lists/listinfo/lcd4linux-users >> >> > |
From: Michael R. <mi...@re...> - 2014-08-31 11:58:53
|
Hello Christian, as lcd4linux is a lot older than raspberry, I don't think that it will work, at least not out-of-the-box. back in the "good old days" the only GPIO-like thing on a PC used to be the parallel port, and thats what a low-level driver exists for (drv_generic_parport), which uses either extremely old school io instructions, or ppdev. As I have absolutely no idea how GPIOs are controlled on a raspberyy, I cannot advice you how to implement it. maybe using some kind of i2c-to-parallel chip could work, too. regards, Michael Am 2014-08-31 13:18, schrieb Prof. Dr. Christian Baun: > Hi all, > > is it possible to use LCD4Linux with a LCD (HD44780 compatible > controller), which is attached to the GPIO pins of a Raspberry Pi? > > Has anybody here an example for a lcd4linux.conf file, which makes use > of the Raspberry Pi GPIO pins? > > Best Regards > Christian > > ------------------------------------------------------------------------------ > Slashdot TV. > Video for Nerds. Stuff that matters. > http://tv.slashdot.org/ > _______________________________________________ > Lcd4linux-users mailing list > Lcd...@li... > https://lists.sourceforge.net/lists/listinfo/lcd4linux-users > > -- Michael Reinelt <mi...@re...> http://home.pages.at/reinelt GPG-Key 0xDF13BA50 ICQ #288386781 |
From: Prof. D. C. B. <wol...@gm...> - 2014-08-31 11:18:54
|
Hi all, is it possible to use LCD4Linux with a LCD (HD44780 compatible controller), which is attached to the GPIO pins of a Raspberry Pi? Has anybody here an example for a lcd4linux.conf file, which makes use of the Raspberry Pi GPIO pins? Best Regards Christian |
From: Benjamin F. <bfu...@go...> - 2014-04-12 17:09:13
|
Hello Laurent, did you have any success? Am 10.04.2014 18:40, schrieb Michael Reinelt: > Hello Laurent, > > Although I never owned nor used a HD44780-i2c-display, I had a quick look at the sources: i2c should support > "Soft-Wiring", this menas you shouldbe able to specify the signals in lcd4linux.conf > > But I don't know the syntax :-) just try some of the examples from the normal wiring, usind onnly DB0..DB7 > > try to strat lcd4linux with -fvv, ond look in the output for occurences like > > info("%s: wiring: [DISPLAY:%s]<==>[i2c:DB%d]", Driver, name, w); > > the soft-wiring code is in drv_generic_i2c.c, function > unsigned char drv_generic_i2c_wire(const char *name, const char *deflt) > > > good luck! :-) > > > Am 2014-04-07 16:22, schrieb Laurent HAAS: >> Hi all >> >> I'm currently trying to use lcd4linux on a WR703N router with OpenWRT, >> with a 20x4 HD44780 LCD equipped with an I2C interface. >> >> Unfortunately, after several hours of struggle, I finally found that the >> I2C integrated (soldered) interface - model YwRobot LCM1602 - is >> finally not compatible with the plain HD44780-I2C driver :-( I got the >> same behavior as the TRAC ticket #295 described. >> >> These LCD + interfaces are sold by many vendors (mostly Chinese etc.) >> and under several brands. >> >> Actually, the 4 bits of data are assigned to the 4 HIGHER bits of the >> "abstracted Port", and RS, RW, and EN are assigned to the LOWER bits :-( >> >> Here is the corresponding table between the PCF8574 output pins and the LCD >> >> PCF 8574 LCD >> Pin Function Pin Function >> 4 P0 4 RS >> 5 P1 5 RW >> 6 P2 6 EN >> 7 P3 NC (backlight ?) >> 9 P4 11 D4 >> 10 P5 12 D5 >> 11 P6 13 D6 >> 12 P7 14 D7 >> >> From what I read on the HD44780 wiki page, in 4 bits mode, the data >> bits are ALWAYS assigned to DB0-DB3, and it seems there is no way to >> assign them to DB4-DB7 (which in turn are always assigned to control >> signals). >> >> Can you help ? >> >> Thanks ! >> >> ------------------------------------------------------------------------------ >> Put Bad Developers to Shame >> Dominate Development with Jenkins Continuous Integration >> Continuously Automate Build, Test & Deployment >> Start a new project now. Try Jenkins in the cloud. >> http://p.sf.net/sfu/13600_Cloudbees_APR >> _______________________________________________ >> Lcd4linux-users mailing list >> Lcd...@li... >> https://lists.sourceforge.net/lists/listinfo/lcd4linux-users >> >> > |
From: Michael R. <mi...@re...> - 2014-04-10 16:40:49
|
Hello Laurent, Although I never owned nor used a HD44780-i2c-display, I had a quick look at the sources: i2c should support "Soft-Wiring", this menas you shouldbe able to specify the signals in lcd4linux.conf But I don't know the syntax :-) just try some of the examples from the normal wiring, usind onnly DB0..DB7 try to strat lcd4linux with -fvv, ond look in the output for occurences like info("%s: wiring: [DISPLAY:%s]<==>[i2c:DB%d]", Driver, name, w); the soft-wiring code is in drv_generic_i2c.c, function unsigned char drv_generic_i2c_wire(const char *name, const char *deflt) good luck! :-) Am 2014-04-07 16:22, schrieb Laurent HAAS: > Hi all > > I'm currently trying to use lcd4linux on a WR703N router with OpenWRT, > with a 20x4 HD44780 LCD equipped with an I2C interface. > > Unfortunately, after several hours of struggle, I finally found that the > I2C integrated (soldered) interface - model YwRobot LCM1602 - is > finally not compatible with the plain HD44780-I2C driver :-( I got the > same behavior as the TRAC ticket #295 described. > > These LCD + interfaces are sold by many vendors (mostly Chinese etc.) > and under several brands. > > Actually, the 4 bits of data are assigned to the 4 HIGHER bits of the > "abstracted Port", and RS, RW, and EN are assigned to the LOWER bits :-( > > Here is the corresponding table between the PCF8574 output pins and the LCD > > PCF 8574 LCD > Pin Function Pin Function > 4 P0 4 RS > 5 P1 5 RW > 6 P2 6 EN > 7 P3 NC (backlight ?) > 9 P4 11 D4 > 10 P5 12 D5 > 11 P6 13 D6 > 12 P7 14 D7 > > From what I read on the HD44780 wiki page, in 4 bits mode, the data > bits are ALWAYS assigned to DB0-DB3, and it seems there is no way to > assign them to DB4-DB7 (which in turn are always assigned to control > signals). > > Can you help ? > > Thanks ! > > ------------------------------------------------------------------------------ > Put Bad Developers to Shame > Dominate Development with Jenkins Continuous Integration > Continuously Automate Build, Test & Deployment > Start a new project now. Try Jenkins in the cloud. > http://p.sf.net/sfu/13600_Cloudbees_APR > _______________________________________________ > Lcd4linux-users mailing list > Lcd...@li... > https://lists.sourceforge.net/lists/listinfo/lcd4linux-users > > -- Michael Reinelt <mi...@re...> http://home.pages.at/reinelt GPG-Key 0xDF13BA50 ICQ #288386781 |
From: Laurent H. <lau...@fr...> - 2014-04-07 14:23:10
|
Hi all I'm currently trying to use lcd4linux on a WR703N router with OpenWRT, with a 20x4 HD44780 LCD equipped with an I2C interface. Unfortunately, after several hours of struggle, I finally found that the I2C integrated (soldered) interface - model YwRobot LCM1602 - is finally not compatible with the plain HD44780-I2C driver :-( I got the same behavior as the TRAC ticket #295 described. These LCD + interfaces are sold by many vendors (mostly Chinese etc.) and under several brands. Actually, the 4 bits of data are assigned to the 4 HIGHER bits of the "abstracted Port", and RS, RW, and EN are assigned to the LOWER bits :-( Here is the corresponding table between the PCF8574 output pins and the LCD PCF 8574 LCD Pin Function Pin Function 4 P0 4 RS 5 P1 5 RW 6 P2 6 EN 7 P3 NC (backlight ?) 9 P4 11 D4 10 P5 12 D5 11 P6 13 D6 12 P7 14 D7 From what I read on the HD44780 wiki page, in 4 bits mode, the data bits are ALWAYS assigned to DB0-DB3, and it seems there is no way to assign them to DB4-DB7 (which in turn are always assigned to control signals). Can you help ? Thanks ! |
From: Michael R. <mi...@re...> - 2013-09-11 09:02:39
|
Hi Gabi, > I am trying to display the output of a script shows the hows current download and upload speeds for a network interface > by calculating the difference between current transmitted or received bytes and their values one second ago. > How can I run the script just once and send the output to the lcd screen? I can't use exec plugin as it needs to have an > interval too. I don't think that you need a external script, as there is a quite powerful plugin for network interfaces: https://ssl.bulix.org/projects/lcd4linux/wiki/plugin_netdev Anyway, the exec plugin should work anyway, why it needs the interval is explained here: https://ssl.bulix.org/projects/lcd4linux/wiki/plugin_exec regards, michael -- Michael Reinelt <mi...@re...> http://home.pages.at/reinelt GPG-Key 0xDF13BA50 ICQ #288386781 |
From: Gabi M. <za...@ya...> - 2013-09-11 07:47:42
|
Hi, I am trying to display the output of a script shows the hows current download and upload speeds for a network interface by calculating the difference between current transmitted or received bytes and their values one second ago. How can I run the script just once and send the output to the lcd screen? I can't use exec plugin as it needs to have an interval too. Thank you ! Gabi |
From: Michael R. <mi...@re...> - 2013-05-01 02:24:18
|
Hi Mark, so it is a noritake device. We have a noritake driver, written by Julien Aube back in 2005. But it supports a different device: the GU128x32-311, which is connected to the parallel port. Am 2013-04-30 19:48, schrieb Mark Nicolas: > Hi Guys, > i have dissassembled the device it is an ITRON (UK) LTD GU140X32F-7806R > > Which driver I have to use? > > Am 28.04.13 12:28, schrieb Michael Reinelt: >> Hi mark, >> >> please keep the list on CC... >> >> I don't think that you can read out something helpful from tty, but it may be worth a try. >> >> also with the chips types.. come back if you have some information. >> >> >> regards, Michael >> >> >> >> Am 2013-04-28 12:23, schrieb Mark Nicolas: >>> HI Michael, >>> thanks for your reply. Almost there is Ubuntu installed. And the Windows software was an company own developed programm, >>> that runs on windows. Don't want to check it on windows. Is it possible to read out the tty informations? >>> >>> I think i have to disassamble the LCD and check what for cip types are written on. >>> >>> rainy greetz... :( >>> >>> Am 28.04.13 12:15, schrieb Michael Reinelt: >>>> Hello Marc, >>>> >>>> without knowing *anything* about the display, you will most probably fail. >>>> >>>> getting the cip types may help, but may not be sufficient. >>>> >>>> Did you google around for other lcd software (windows? lcdproc?) working with this display? This may lead you in the >>>> right direction... >>>> >>>> >>>> >>>> sunny greetings, michael >>>> >>>> >>>> Am 2013-04-28 11:18, schrieb Mark Nicolas: >>>>> Hi Guys, >>>>> I have an Hush-PC it is an HTPC.. And now I want to use the Display.. >>>>> >>>>> Now I need your help to find out the right driver... >>>>> >>>>> I have an picture of that device... >>>>> >>>>> https://www.dropbox.com/s/bs1q6l1mlx232ny/IMG_0346.JPG >>>>> >>>>> That is my lcd4linux.conf >>>>> >>>>> Display CF631 { >>>>> Driver 'SimpleLCD' >>>>> Model 'SimpleLCD' >>>>> Port '/dev/ttyUSB0' >>>>> Speed 19200 >>>>> Size '20x2' >>>>> # Activate parity and set it to odd >>>>> #Options 0001400 >>>>> # From the BA63 doc, decimal 219 look like a big full block. >>>>> #BarCharValue 219 >>>>> } >>>>> >>>>> >>>>> Widget CPU { >>>>> class 'Text' >>>>> expression uname('machine') >>>>> prefix 'CPU ' >>>>> width 9 >>>>> align 'L' >>>>> update tick >>>>> } >>>>> >>>>> Layout Default { >>>>> Row1 { >>>>> Col1 'CPU' >>>>> } >>>>> } >>>>> >>>>> Variables { >>>>> tick 500 >>>>> } >>>>> >>>>> Display 'CF631' >>>>> Layout 'Default' >>>>> >>>>> >>>>> I can also disasemple the display and can look for some chip informations.. >>>>> >>>>> Greetz from germany, >>>>> Mark >>>>> >>>>> ------------------------------------------------------------------------------ >>>>> Try New Relic Now& We'll Send You this Cool Shirt >>>>> New Relic is the only SaaS-based application performance monitoring service >>>>> that delivers powerful full stack analytics. Optimize and monitor your >>>>> browser, app,& servers with just a few lines of code. Try New Relic >>>>> and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr >>>>> _______________________________________________ >>>>> Lcd4linux-users mailing list >>>>> Lcd...@li... >>>>> https://lists.sourceforge.net/lists/listinfo/lcd4linux-users >>>>> >>>>> >>>> >>> >>> -- >>> >>> -- >>> >>> Mark Nicolas >>> Nicolas-IT >>> >>> T: +49 (0) 6186 526810 >>> M:+49 (0) 178 4912215 >>> E: in...@ni... >>> http://www.nicolas-it.de <http://www.nicolas-it.de/> >>> >> > > -- > > -- > > Mark Nicolas > Nicolas-IT > > T: +49 (0) 6186 526810 > M:+49 (0) 178 4912215 > E: in...@ni... > http://www.nicolas-it.de <http://www.nicolas-it.de/> > -- Michael Reinelt <mi...@re...> http://home.pages.at/reinelt GPG-Key 0xDF13BA50 ICQ #288386781 |
From: Mark N. <in...@ni...> - 2013-04-30 17:48:00
|
<html> <head> <meta content="text/html; charset=UTF-8" http-equiv="Content-Type"> </head> <body bgcolor="#FFFFFF" text="#000000"> Hi Guys,<br> i have dissassembled the device it is an ITRON (UK) LTD GU140X32F-7806R<br> <br> Which driver I have to use?<br> <br> <div class="moz-cite-prefix">Am 28.04.13 12:28, schrieb Michael Reinelt:<br> </div> <blockquote cite="mid:517...@re..." type="cite">Hi mark, <br> <br> please keep the list on CC... <br> <br> I don't think that you can read out something helpful from tty, but it may be worth a try. <br> <br> also with the chips types.. come back if you have some information. <br> <br> <br> regards, Michael <br> <br> <br> <br> Am 2013-04-28 12:23, schrieb Mark Nicolas: <br> <blockquote type="cite">HI Michael, <br> thanks for your reply. Almost there is Ubuntu installed. And the Windows software was an company own developed programm, <br> that runs on windows. Don't want to check it on windows. Is it possible to read out the tty informations? <br> <br> I think i have to disassamble the LCD and check what for cip types are written on. <br> <br> rainy greetz... :( <br> <br> Am 28.04.13 12:15, schrieb Michael Reinelt: <br> <blockquote type="cite">Hello Marc, <br> <br> without knowing *anything* about the display, you will most probably fail. <br> <br> getting the cip types may help, but may not be sufficient. <br> <br> Did you google around for other lcd software (windows? lcdproc?) working with this display? This may lead you in the <br> right direction... <br> <br> <br> <br> sunny greetings, michael <br> <br> <br> Am 2013-04-28 11:18, schrieb Mark Nicolas: <br> <blockquote type="cite">Hi Guys, <br> I have an Hush-PC it is an HTPC.. And now I want to use the Display.. <br> <br> Now I need your help to find out the right driver... <br> <br> I have an picture of that device... <br> <br> <a class="moz-txt-link-freetext" href="https://www.dropbox.com/s/bs1q6l1mlx232ny/IMG_0346.JPG">https://www.dropbox.com/s/bs1q6l1mlx232ny/IMG_0346.JPG</a> <br> <br> That is my lcd4linux.conf <br> <br> Display CF631 { <br> Driver 'SimpleLCD' <br> Model 'SimpleLCD' <br> Port '/dev/ttyUSB0' <br> Speed 19200 <br> Size '20x2' <br> # Activate parity and set it to odd <br> #Options 0001400 <br> # From the BA63 doc, decimal 219 look like a big full block. <br> #BarCharValue 219 <br> } <br> <br> <br> Widget CPU { <br> class 'Text' <br> expression uname('machine') <br> prefix 'CPU ' <br> width 9 <br> align 'L' <br> update tick <br> } <br> <br> Layout Default { <br> Row1 { <br> Col1 'CPU' <br> } <br> } <br> <br> Variables { <br> tick 500 <br> } <br> <br> Display 'CF631' <br> Layout 'Default' <br> <br> <br> I can also disasemple the display and can look for some chip informations.. <br> <br> Greetz from germany, <br> Mark <br> <br> ------------------------------------------------------------------------------ <br> Try New Relic Now& We'll Send You this Cool Shirt <br> New Relic is the only SaaS-based application performance monitoring service <br> that delivers powerful full stack analytics. Optimize and monitor your <br> browser, app,& servers with just a few lines of code. Try New Relic <br> and get this awesome Nerd Life shirt! <a class="moz-txt-link-freetext" href="http://p.sf.net/sfu/newrelic_d2d_apr">http://p.sf.net/sfu/newrelic_d2d_apr</a> <br> _______________________________________________ <br> Lcd4linux-users mailing list <br> <a class="moz-txt-link-abbreviated" href="mailto:Lcd...@li...">Lcd...@li...</a> <br> <a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/lcd4linux-users">https://lists.sourceforge.net/lists/listinfo/lcd4linux-users</a> <br> <br> <br> </blockquote> <br> </blockquote> <br> -- <br> <br> -- <br> <br> Mark Nicolas <br> Nicolas-IT <br> <br> T: +49 (0) 6186 526810 <br> M:+49 (0) 178 4912215 <br> E: <a class="moz-txt-link-abbreviated" href="mailto:in...@ni...">in...@ni...</a> <br> <a class="moz-txt-link-freetext" href="http://www.nicolas-it.de">http://www.nicolas-it.de</a> <a class="moz-txt-link-rfc2396E" href="http://www.nicolas-it.de/"><http://www.nicolas-it.de/></a> <br> <br> </blockquote> <br> </blockquote> <br> <div class="moz-signature">-- <br> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <br> <div class="moz-signature">-- <br> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <title></title> <br id="ofl84"> <div class="moz-signature"> <div id="WISESTAMP_SIG_7571"> <div style="font-size: 13.3px; font-family: Verdana, Arial, Helvetica, sans-serif;"> <div style="margin: 0 0 8px 0"> <div dir="ltr"> <div><span style="color: black;"> <div> <div id="ofl80"><span id="ofl81" style="font-family: verdana,sans-serif; color: #333333; font-weight: bold;"><span style="font-size: xx-small;"> </span><span id="ofl85" style="color: #666666;">Mark Nicolas</span></span><br id="ofl86" style="font-family: verdana,sans-serif;"> <span style="font-size: xx-small; font-weight: bold;">Nicolas-IT</span><br id="ofl88" style="font-family: arial,sans-serif;"> <br id="ofl89" style="font-family: arial,sans-serif;"> <span style="font-family: Arial,Helvetica,Geneva,Sans-Serif; color: #f26522; font-size: xx-small;">T</span><span style="font-family: Arial,Helvetica,Geneva,Sans-Serif; color: #000000; font-size: xx-small;">: +49 (0) 6186 526810</span><span style="font-size: xx-small;"><br id="ofl813"> </span><span style="font-family: Arial,Helvetica,Geneva,Sans-Serif; color: #f26522; font-size: xx-small;">M</span><span style="font-family: Arial,Helvetica,Geneva,Sans-Serif; color: #000000; font-size: xx-small;">:+49 (0) 178 4912215</span><span style="font-size: xx-small;"><br id="ofl817"> </span><span style="font-family: Arial,Helvetica,Geneva,Sans-Serif; color: #f26522; font-size: xx-small;">E</span><span style="font-family: Arial,Helvetica,Geneva,Sans-Serif; color: #000000; font-size: xx-small;">: <a class="moz-txt-link-abbreviated" href="mailto:in...@ni...">in...@ni...</a></span><span style="font-size: xx-small;"><br id="ofl821"> <a id="ofl822" style="text-decoration: underline;" href="http://www.nicolas-it.de/"><span style="color: #f26522;">http://www.nicolas-it.de</span></a></span></div> </div> </span></div> <div style="padding: 5px 0pt; font-family: arial,sans-serif; font-size: 13px;"><span style="color: gray;"></span><br> </div> </div> </div> <img src="cid:par...@ni..." height="1" width="1"></div> </div> </div> </div> </div> </body> </html> |
From: Michael R. <mi...@re...> - 2013-04-28 10:32:45
|
Hello Marc, without knowing *anything* about the display, you will most probably fail. getting the cip types may help, but may not be sufficient. Did you google around for other lcd software (windows? lcdproc?) working with this display? This may lead you in the right direction... sunny greetings, michael Am 2013-04-28 11:18, schrieb Mark Nicolas: > Hi Guys, > I have an Hush-PC it is an HTPC.. And now I want to use the Display.. > > Now I need your help to find out the right driver... > > I have an picture of that device... > > https://www.dropbox.com/s/bs1q6l1mlx232ny/IMG_0346.JPG > > That is my lcd4linux.conf > > Display CF631 { > Driver 'SimpleLCD' > Model 'SimpleLCD' > Port '/dev/ttyUSB0' > Speed 19200 > Size '20x2' > # Activate parity and set it to odd > #Options 0001400 > # From the BA63 doc, decimal 219 look like a big full block. > #BarCharValue 219 > } > > > Widget CPU { > class 'Text' > expression uname('machine') > prefix 'CPU ' > width 9 > align 'L' > update tick > } > > Layout Default { > Row1 { > Col1 'CPU' > } > } > > Variables { > tick 500 > } > > Display 'CF631' > Layout 'Default' > > > I can also disasemple the display and can look for some chip informations.. > > Greetz from germany, > Mark > > ------------------------------------------------------------------------------ > Try New Relic Now& We'll Send You this Cool Shirt > New Relic is the only SaaS-based application performance monitoring service > that delivers powerful full stack analytics. Optimize and monitor your > browser, app,& servers with just a few lines of code. Try New Relic > and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr > _______________________________________________ > Lcd4linux-users mailing list > Lcd...@li... > https://lists.sourceforge.net/lists/listinfo/lcd4linux-users > > -- Michael Reinelt <mi...@re...> http://home.pages.at/reinelt GPG-Key 0xDF13BA50 ICQ #288386781 |
From: Michael R. <mi...@re...> - 2013-04-28 10:28:38
|
Hi mark, please keep the list on CC... I don't think that you can read out something helpful from tty, but it may be worth a try. also with the chips types.. come back if you have some information. regards, Michael Am 2013-04-28 12:23, schrieb Mark Nicolas: > HI Michael, > thanks for your reply. Almost there is Ubuntu installed. And the Windows software was an company own developed programm, > that runs on windows. Don't want to check it on windows. Is it possible to read out the tty informations? > > I think i have to disassamble the LCD and check what for cip types are written on. > > rainy greetz... :( > > Am 28.04.13 12:15, schrieb Michael Reinelt: >> Hello Marc, >> >> without knowing *anything* about the display, you will most probably fail. >> >> getting the cip types may help, but may not be sufficient. >> >> Did you google around for other lcd software (windows? lcdproc?) working with this display? This may lead you in the >> right direction... >> >> >> >> sunny greetings, michael >> >> >> Am 2013-04-28 11:18, schrieb Mark Nicolas: >>> Hi Guys, >>> I have an Hush-PC it is an HTPC.. And now I want to use the Display.. >>> >>> Now I need your help to find out the right driver... >>> >>> I have an picture of that device... >>> >>> https://www.dropbox.com/s/bs1q6l1mlx232ny/IMG_0346.JPG >>> >>> That is my lcd4linux.conf >>> >>> Display CF631 { >>> Driver 'SimpleLCD' >>> Model 'SimpleLCD' >>> Port '/dev/ttyUSB0' >>> Speed 19200 >>> Size '20x2' >>> # Activate parity and set it to odd >>> #Options 0001400 >>> # From the BA63 doc, decimal 219 look like a big full block. >>> #BarCharValue 219 >>> } >>> >>> >>> Widget CPU { >>> class 'Text' >>> expression uname('machine') >>> prefix 'CPU ' >>> width 9 >>> align 'L' >>> update tick >>> } >>> >>> Layout Default { >>> Row1 { >>> Col1 'CPU' >>> } >>> } >>> >>> Variables { >>> tick 500 >>> } >>> >>> Display 'CF631' >>> Layout 'Default' >>> >>> >>> I can also disasemple the display and can look for some chip informations.. >>> >>> Greetz from germany, >>> Mark >>> >>> ------------------------------------------------------------------------------ >>> Try New Relic Now& We'll Send You this Cool Shirt >>> New Relic is the only SaaS-based application performance monitoring service >>> that delivers powerful full stack analytics. Optimize and monitor your >>> browser, app,& servers with just a few lines of code. Try New Relic >>> and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr >>> _______________________________________________ >>> Lcd4linux-users mailing list >>> Lcd...@li... >>> https://lists.sourceforge.net/lists/listinfo/lcd4linux-users >>> >>> >> > > -- > > -- > > Mark Nicolas > Nicolas-IT > > T: +49 (0) 6186 526810 > M:+49 (0) 178 4912215 > E: in...@ni... > http://www.nicolas-it.de <http://www.nicolas-it.de/> > -- Michael Reinelt <mi...@re...> http://home.pages.at/reinelt GPG-Key 0xDF13BA50 ICQ #288386781 |
From: Mark N. <in...@ni...> - 2013-04-28 09:18:27
|
Hi Guys, I have an Hush-PC it is an HTPC.. And now I want to use the Display.. Now I need your help to find out the right driver... I have an picture of that device... https://www.dropbox.com/s/bs1q6l1mlx232ny/IMG_0346.JPG That is my lcd4linux.conf Display CF631 { Driver 'SimpleLCD' Model 'SimpleLCD' Port '/dev/ttyUSB0' Speed 19200 Size '20x2' # Activate parity and set it to odd #Options 0001400 # From the BA63 doc, decimal 219 look like a big full block. #BarCharValue 219 } Widget CPU { class 'Text' expression uname('machine') prefix 'CPU ' width 9 align 'L' update tick } Layout Default { Row1 { Col1 'CPU' } } Variables { tick 500 } Display 'CF631' Layout 'Default' I can also disasemple the display and can look for some chip informations.. Greetz from germany, Mark |
From: Steffen K. <dl...@gm...> - 2013-04-04 09:10:25
|
Hallo schonmal Entschuldigung das ich in deutsch schreibe mein Englisch ist nicht so das ich das Problem verständlich rüberbringen würde. Ich hab mehrere LCD Display vom Typ HP12542R-DYO der Firma Pollin. Diese Display werden von serdisplib unter Linux unterstütz. Nun wollte ich auf meinem Debian mit LCD4Linux arbeiten und diverse Anzeigen auf das Display bringen. Ich hab nun folgenden Fehler wenn ich lcd4linux -Fvv aufrufe Version 0.10.1-RC2-796 starting plugin_cfg.c: Variable tick = '500' (500) [KVV] Using station 89 [KVV] Using default port 80 [KVV] Using default refresh interval of 60 seconds [KVV] Default abbreviation setting: off lcd4linux.c: initializing driver serdisplib drv_init(serdisplib) failed: no such driver scarlett2:/home/# der "Treiber" serdisplib ist installiert und funktioniert mit dem Testaufruf testserdisp -n HP12542R -p /dev/parport0 auch und stellt auf dem Display was dar. wie "verheirate" ich nun serdisplib und lcd4linux trotzdem googeln bin ich nicht weitergekommen. vielleicht kann mir einer einen entscheidenen Tip gebe Danke und Gruss aus Leonberg Steffen |
From: Archilles <arc...@us...> - 2013-02-08 20:09:21
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Hello, i'm using a HD44780-based LCD with 16x2 on Debian Lenny. It's connected by "Winamp-Wiring" (http://www.modding-faq.de/index.php?artid=601&page=3) and works fine so far, but I noticed a problem when I wanted to change some of the widgets. Hence I stripped it down to a minimal configuration for debugging. ==================================== Expected Result (. means blank space): |20c.............| |1234567890abcdef| Actual Result: [20.......c......] [1234567890......] !root@urknall:~# uname -a Linux urknall 2.6.26-2-xen-686 #1 SMP Mon Mar 5 02:55:27 UTC 2012 i686 GNU/Linux !root@urknall:~# dpkg -l lcd4linux ii lcd4linux 0.10.1~rc2-2 Grabs information and displays it on an external lcd !root@urknall:~# cat /etc/lcd4linux.conf Display HD44780-16x2 { Driver 'HD44780' Model 'generic' UseBusy 1 Port '/dev/parport0' Size '16x2' Wire { RW 'AUTOFD' RS 'INIT' ENABLE 'STROBE' ENABLE2 'GND' GPO 'GND' BACKLIGHT 'GND' GPO 'GND' POWER 'GND' } } Widget MyTemperatureCPU { class 'Text' # expression file::readline('/tmp/stats/temperature_cpu.txt',1) expression '26' length 3 postfix 'c' update 10000 } Widget OneTwoThree { class 'Text' expression '1234567890abcdef' length 16 update 60000 } Layout Default { Row1 { Col1 'MyTemperatureCPU' } Row2 { Col1 'OneTwoThree' } } ==================================== I also tried a fresh compiled binary from SVN. The only change is that the first line is now completely omitted. If I comment "length" out, nothing changes. Different alignments are also useless, except "A" (not supported in lenny's version). The string is now scrolling, but still 10 chars long. "strlen" says 2 for row one and 16 for row two. ==================================== !root@urknall:~# /tmp/lcd4linux -Fvvq LCD4Linux 0.11.0-SVN-1158 starting cfg.c: Warning: key <Display:HD44780-16x2.Wire.GPO>: value <'GND'> overwritten with <'GND'> Dump of /etc/lcd4linux.conf: Display 'HD44780-16x2' Display:HD44780-16x2.Driver 'HD44780' Display:HD44780-16x2.Model 'generic' Display:HD44780-16x2.Port '/dev/parport0' Display:HD44780-16x2.Size '16x2' Display:HD44780-16x2.UseBusy 1 Display:HD44780-16x2.Wire.BACKLIGHT 'GND' Display:HD44780-16x2.Wire.ENABLE 'STROBE' Display:HD44780-16x2.Wire.ENABLE2 'GND' Display:HD44780-16x2.Wire.GPO 'GND' Display:HD44780-16x2.Wire.POWER 'GND' Display:HD44780-16x2.Wire.RS 'INIT' Display:HD44780-16x2.Wire.RW 'AUTOFD' Layout 'Default' Layout:Default.Row1.Col1 'MyTemperatureCPU' Layout:Default.Row2.Col1 'OneTwoThree' Widget:MyTemperatureCPU.class 'Text' Widget:MyTemperatureCPU.expression '26' Widget:MyTemperatureCPU.length 3 Widget:MyTemperatureCPU.postfix 'c' Widget:MyTemperatureCPU.update 10000 Widget:OneTwoThree.class 'Text' Widget:OneTwoThree.expression '1234567890abcdef' Widget:OneTwoThree.length 16 Widget:OneTwoThree.update 60000 lcd4linux.c: initializing driver HD44780 HD44780: $Rev: 1066 $ HD44780: using model 'generic' HD44780: using parallel port HD44780: using 1 Controller(s) HD44780: using 8 bit mode udelay: using gettimeofday() delay loop HD44780: using ppdev /dev/parport0 HD44780: wiring: DISPLAY:RS - PARPORT:INIT (Pin 16) HD44780: wiring: DISPLAY:RW - PARPORT:AUTOFD (Pin 14) HD44780: wiring: DISPLAY:ENABLE - PARPORT:STROBE (Pin 1) HD44780: wiring: DISPLAY:ENABLE2 - PARPORT:GND HD44780: wiring: DISPLAY:ENABLE3 - PARPORT:GND HD44780: wiring: DISPLAY:ENABLE4 - PARPORT:GND HD44780: wiring: DISPLAY:BACKLIGHT - PARPORT:GND HD44780: wiring: DISPLAY:GPO - PARPORT:GND HD44780: wiring: DISPLAY:GPI - PARPORT:GND HD44780: wiring: DISPLAY:POWER - PARPORT:GND HD44780: timing: CY = 1000 ns (default) HD44780: timing: PW = 450 ns (default) HD44780: timing: AS = 140 ns (default) HD44780: timing: AH = 20 ns (default) HD44780: timing: INIT1 = 4100 us (default) HD44780: timing: INIT2 = 100 us (default) HD44780: timing: EXEC = 80 us (default) HD44780: timing: WRCG = 120 us (default) HD44780: timing: CLEAR = 2250 us (default) HD44780: timing: HOME = 2250 us (default) HD44780: timing: ONOFF = 2250 us (default) HD44780: using busy-flag checking HD44780: using 0 GPI's and 0 GPO's initializing layout 'Default' layout.c: Layout:Default: migrating 'row1.col1' to 'Layer:1.row1.col1' layout.c: Layout:Default: migrating 'row2.col1' to 'Layer:1.row2.col1' Creating new timer group (10000 ms) widget 'MyTemperatureCPU': Class 'text', Parent '<root>', Layer 1, Row 0, Col 0 (to 0,10) Creating new timer group (60000 ms) widget 'OneTwoThree': Class 'text', Parent '<root>', Layer 1, Row 1, Col 0 (to 1,10) lcd4linux.c: starting main loop ^Clcd4linux.c: got signal 2 lcd4linux.c: leaving main loop HD44780: shutting down display. HD44780: shutting down GPIO driver. drv_generic_parport.c: closing ppdev /dev/parport0 ==================================== Is this normal or a nasty bug? I appreciate any ideas... Archilles -----BEGIN PGP SIGNATURE----- iEYEAREKAAYFAlEVV1cACgkQpMNJIpvEvUv0AACeLMNhvkOF7fhMF/zzX1aOiFWV rrsAoKelL6OpytPerdFs2d9K7y0ZYKY9 =tLxh -----END PGP SIGNATURE----- |
From: Stojcsics Z. <yo...@gm...> - 2012-11-05 00:18:29
|
Hi all! Can someone help me with this problem? I would like a heartbeat icon, which accelrates CPU load. thx |
From: Michael R. <mi...@re...> - 2012-11-01 10:58:04
|
In this case you may be using a very old version of lcd4linux. mine says: merlin.merlin.local:~ # lcd4linux -l LCD4Linux 0.11.0-SVN-1092 Copyright (C) 2005, 2006, 2007, 2008, 2009 The LCD4Linux Team <lcd...@us...> available display drivers: [lots of stuff deleted] available plugins: cfg, math, string, test, time, apm, asterisk, button_exec, cpuinfo, dbus, diskstats, dvb, exec, event, fifo, file, hddtemp, huawei, i2c_sensors, iconv, imon, isdn, kvv, loadavg, meminfo, mpris_dbus, netdev, netinfo, pop3, ppp, proc_stat, sample, seti, statfs, uname, uptime, w1retap, xmms Which version do you use? (LCD4Linux 0.11.0-SVN-1092?) Am 2012-10-30 20:18, schrieb Stojcsics Zsolt: > > The 'lcd4linux -l' command show only the supported displays. > > > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_sfd2d_oct > > > > _______________________________________________ > Lcd4linux-users mailing list > Lcd...@li... > https://lists.sourceforge.net/lists/listinfo/lcd4linux-users -- Michael Reinelt <mi...@re...> http://home.pages.at/reinelt GPG-Key 0xDF13BA50 ICQ #288386781 |
From: Richard (MQ) <rm...@gm...> - 2012-10-31 22:00:14
|
Hi Thanks again for a great little utility which I've been using since about 2005! I have a minor edit for the wiki, since I have no login perhaps I can post it here for an administrator to slip it in? The packages hosted for openSuSE are no longer at http://software.opensuse.org/download/LCD Instead they are at http://software.opensuse.org/package/lcd4linux?search_term=lcd4linux# There is no package listed for 12.1 or 12.2 (current) but the one-click install named "factory" seems to work well for me on my 12.1 based file server. Version is 0.11.0 -- Cheers Richard (MQ) Linux user # 439271 |