aboutsummaryrefslogtreecommitdiffstats
path: root/README.Drivers
diff options
context:
space:
mode:
authorreinelt <>2000-05-21 06:20:35 +0000
committerreinelt <>2000-05-21 06:20:35 +0000
commit13959d11ec74c762a55c7f2ca26ca0ab4245d58e (patch)
treefb12e6c8544f51e3a8837813c0bccc4443f755c1 /README.Drivers
parenta22830eeaa29706909f55116c5634849a7c2b309 (diff)
downloadlcd4linux-13959d11ec74c762a55c7f2ca26ca0ab4245d58e.tar.gz
[lcd4linux @ 2000-05-21 06:20:35 by reinelt]
added ppp throughput token is '%t[iomt]' at the moment, but this will change in the near future
Diffstat (limited to 'README.Drivers')
-rw-r--r--README.Drivers11
1 files changed, 9 insertions, 2 deletions
diff --git a/README.Drivers b/README.Drivers
index c8163a5..1e8ce49 100644
--- a/README.Drivers
+++ b/README.Drivers
@@ -1,5 +1,5 @@
#
-# $Id: README.Drivers,v 1.2 2000/03/26 18:46:28 reinelt Exp $
+# $Id: README.Drivers,v 1.3 2000/05/21 06:20:35 reinelt Exp $
#
How to write new display drivers for lcd4linux
@@ -23,7 +23,14 @@ this guidelines:
* create a LCD table at the bottom of your driver, and fill it with the
appropriate values. Take care that you specify the correct bar capabilities
- of your display or driver!
+ of your display or driver:
+
+ BAR_L: horizontal bars headed left
+ BAR_R: horizontal bars headed right
+ BAR_H2: driver supports horizontal dual-bars
+ BAR_U: vertical bars bottom-up
+ BAR_D: vertical bars top-down
+ BAR_V2: driver supports vertical dual-bars
* edit display.c and create a reference to your LCD table: