aboutsummaryrefslogtreecommitdiffstats
path: root/drv.c
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2006-07-31 03:48:09 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2006-07-31 03:48:09 +0000
commit8a89eeab079decfc4c312438c67d4fc51b8de3c1 (patch)
treea86b6f002c007cb57dd07af2a37621683e59a003 /drv.c
parent16fabe7b64a6e40008403da5d1107ade8f43eb3b (diff)
downloadlcd4linux-8a89eeab079decfc4c312438c67d4fc51b8de3c1.tar.gz
[lcd4linux @ 2006-07-31 03:48:09 by reinelt]
preparations for scrolling git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@680 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'drv.c')
-rw-r--r--drv.c26
1 files changed, 4 insertions, 22 deletions
diff --git a/drv.c b/drv.c
index c61bebe..912ae7a 100644
--- a/drv.c
+++ b/drv.c
@@ -1,4 +1,4 @@
-/* $Id: drv.c,v 1.40 2006/04/14 20:59:38 harbaum Exp $
+/* $Id: drv.c,v 1.41 2006/07/31 03:48:09 reinelt Exp $
*
* new framework for display drivers
*
@@ -23,6 +23,9 @@
*
*
* $Log: drv.c,v $
+ * Revision 1.41 2006/07/31 03:48:09 reinelt
+ * preparations for scrolling
+ *
* Revision 1.40 2006/04/14 20:59:38 harbaum
* Disable inclusion of Image driver in drv.c if no gd was found.
*
@@ -187,27 +190,6 @@
* drv_init (char *driver)
* initializes the named driver
*
- * drv_query (int *rows, int *cols, int *xres, int *yres, int *bars, int *gpos)
- * queries the attributes of the selected driver
- *
- * drv_clear ()
- * clears the display
- *
- * int drv_put (int row, int col, char *text)
- * writes text at row, col
- *
- * int drv_bar (int type, int row, int col, int max, int len1, int len2)
- * draws a specified bar at row, col with len
- *
- * int drv_icon (int num, int seq, int row, int col)
- * draws icon #num sequence #seq at row, col
- *
- * int drv_gpo (int num, int val)
- * sets GPO #num to val
- *
- * int drv_flush (void)
- * flushes the framebuffer to the display
- *
* int drv_quit (void)
* de-initializes the driver
*/