[lcd4linux @ 2000-03-24 11:36:56 by reinelt]

new syntax for raster configuration
changed XRES and YRES to be configurable
PPM driver works nice

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@18 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
This commit is contained in:
reinelt
2000-03-24 11:36:56 +00:00
parent 965f2f1d91
commit 108ff7e83d
8 changed files with 234 additions and 112 deletions
+8 -2
View File
@@ -1,4 +1,4 @@
/* $Id: parser.c,v 1.4 2000/03/19 08:41:28 reinelt Exp $
/* $Id: parser.c,v 1.5 2000/03/24 11:36:56 reinelt Exp $
*
* row definition parser
*
@@ -20,6 +20,12 @@
*
*
* $Log: parser.c,v $
* Revision 1.5 2000/03/24 11:36:56 reinelt
*
* new syntax for raster configuration
* changed XRES and YRES to be configurable
* PPM driver works nice
*
* Revision 1.4 2000/03/19 08:41:28 reinelt
*
* documentation available! README, README.MatrixOrbital, README.Drivers
@@ -225,7 +231,7 @@ char *parse (char *string, int supported_bars, int usage[])
break;
default:
*p++=*s++;
if ((*p++=*s)!='\0') s++;
}
} while (*s);