diff options
author | reinelt <> | 2003-02-18 06:13:44 +0000 |
---|---|---|
committer | reinelt <> | 2003-02-18 06:13:44 +0000 |
commit | c276b1c1bb264a147a8646e79e18e26c3ef52000 (patch) | |
tree | c0106d80e362112f449da5ac157d2d939eef8815 /README | |
parent | cd113ac099ae3d466a31bb8e34134a4458928f4b (diff) | |
download | lcd4linux-c276b1c1bb264a147a8646e79e18e26c3ef52000.tar.gz |
[lcd4linux @ 2003-02-18 06:13:44 by reinelt]
X11 driver fixes and cleanup
Diffstat (limited to '')
-rw-r--r-- | README.X11 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ # -# $Id: README.X11,v 1.2 2000/04/03 04:46:38 reinelt Exp $ +# $Id: README.X11,v 1.3 2003/02/18 06:13:44 reinelt Exp $ # This is the README file for the X11 display driver for lcd4linux @@ -34,7 +34,7 @@ pixelsize*pixelsize pixels. If you want to, you can emulate the gap between this lcd cells by specifying a pixelgap greater than zero. Sometimes there's a gap between characters, too. You can specify this gap (in pixels again) horizontally and vertically. Usually this gap -is the same size as a cell (which is pixelsize+pixelgap). If you specify +is the same size as a cell (which is pixelsize+pixelgap). If you specify either the row gap or the column gap as -1, this cell size will be used instead. |