mirror of
https://github.com/netfun2000/lcd4linux.git
synced 2026-02-27 09:44:34 +08:00
[lcd4linux @ 2000-03-23 07:24:48 by reinelt]
PPM driver up and running (but slow!) git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@17 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
This commit is contained in:
+6
-2
@@ -1,4 +1,4 @@
|
||||
/* $Id: processor.c,v 1.1 2000/03/22 07:33:50 reinelt Exp $
|
||||
/* $Id: processor.c,v 1.2 2000/03/23 07:24:48 reinelt Exp $
|
||||
*
|
||||
* main data processing
|
||||
*
|
||||
@@ -20,6 +20,10 @@
|
||||
*
|
||||
*
|
||||
* $Log: processor.c,v $
|
||||
* Revision 1.2 2000/03/23 07:24:48 reinelt
|
||||
*
|
||||
* PPM driver up and running (but slow!)
|
||||
*
|
||||
* Revision 1.1 2000/03/22 07:33:50 reinelt
|
||||
*
|
||||
* FAQ added
|
||||
@@ -369,7 +373,7 @@ void process_init (void)
|
||||
int i;
|
||||
char buffer[8];
|
||||
|
||||
load.overload=atof(cfg_get("overload"));
|
||||
load.overload=atof(cfg_get("overload")?:"2.0");
|
||||
lcd_query (&rows, &cols, &xres, &yres, &supported_bars);
|
||||
|
||||
for (i=1; i<=rows; i++) {
|
||||
|
||||
Reference in New Issue
Block a user