aboutsummaryrefslogtreecommitdiffstats
path: root/lcd2041.h
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2000-03-10 12:02:43 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2000-03-10 12:02:43 +0000
commit32b5a154a49a57c94b26102105bc7adb308022e4 (patch)
tree072edbca87c53c233d790348843db050c4c3c31a /lcd2041.h
parentc56cd5c1ad40717772fa9212dbeca34ac0a2c305 (diff)
downloadlcd4linux-32b5a154a49a57c94b26102105bc7adb308022e4.tar.gz
[lcd4linux @ 2000-03-10 12:02:43 by reinelt]
autoconf/automake git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@8 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'lcd2041.h')
-rw-r--r--lcd2041.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/lcd2041.h b/lcd2041.h
deleted file mode 100644
index 4951d4e..0000000
--- a/lcd2041.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#define ROWS 4
-#define COLS 20
-#define XRES 5
-#define YRES 8
-#define CHAR 8
-
-int lcd_init (char *device);
-void lcd_contrast (int contrast);
-void lcd_clear (void);
-void lcd_put (int x, int y, char *string);
-void lcd_hbar (int x, int y, int dir, int max, int len);
-void lcd_vbar (int x, int y, int dir, int max, int len);
-void lcd_dbar (int x, int y, int dir, int max, int len1, int len2);
-void lcd_dbar_flush (void);