aboutsummaryrefslogtreecommitdiffstats
path: root/drv.h
diff options
context:
space:
mode:
authorreinelt <>2004-01-20 15:32:49 +0000
committerreinelt <>2004-01-20 15:32:49 +0000
commit71d7ee5ffd96b87b0d01ee9759b065cf53fbb92e (patch)
tree811d8fc7e4d57b9874599653185e1487cea4c5d2 /drv.h
parentce06b149c567b050150d3bff2b904df5aa12ffae (diff)
downloadlcd4linux-71d7ee5ffd96b87b0d01ee9759b065cf53fbb92e.tar.gz
[lcd4linux @ 2004-01-20 15:32:48 by reinelt]
first version of Next Generation HD44780 (untested! but it compiles...) some cleanup in the other drivers
Diffstat (limited to '')
-rw-r--r--drv.h16
1 files changed, 5 insertions, 11 deletions
diff --git a/drv.h b/drv.h
index 7f5ef85..1cac26c 100644
--- a/drv.h
+++ b/drv.h
@@ -1,4 +1,4 @@
-/* $Id: drv.h,v 1.2 2004/01/10 20:22:33 reinelt Exp $
+/* $Id: drv.h,v 1.3 2004/01/20 15:32:49 reinelt Exp $
*
* new framework for display drivers
*
@@ -23,6 +23,10 @@
*
*
* $Log: drv.h,v $
+ * Revision 1.3 2004/01/20 15:32:49 reinelt
+ * first version of Next Generation HD44780 (untested! but it compiles...)
+ * some cleanup in the other drivers
+ *
* Revision 1.2 2004/01/10 20:22:33 reinelt
* added new function 'cfg_list()' (not finished yet)
* added layout.c (will replace processor.c someday)
@@ -58,14 +62,4 @@ int drv_list (void);
int drv_init (char *section, char *driver);
int drv_quit (void);
-/*
- int drv_query (int *rows, int *cols, int *xres, int *yres, int *bars, int *icons, int *gpos);
- int drv_clear (int full);
- int drv_put (int row, int col, char *text);
- int drv_bar (int type, int row, int col, int max, int len1, int le2);
- int drv_icon (int num, int seq, int row, int col);
- int drv_gpo (int num, int val);
- int drv_flush (void);
-*/
-
#endif