aboutsummaryrefslogtreecommitdiffstats
path: root/lcd.h
diff options
context:
space:
mode:
Diffstat (limited to 'lcd.h')
-rwxr-xr-xlcd.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/lcd.h b/lcd.h
new file mode 100755
index 0000000..7c3af8a
--- /dev/null
+++ b/lcd.h
@@ -0,0 +1,12 @@
+void Lcd_Port(char);
+void Lcd_Cmd(char);
+void Lcd_Clear();
+void Lcd_Set_Cursor(char, char);
+void Lcd_Init();
+void Lcd_Write_Char(char);
+void Lcd_Write_String(char *);
+void Lcd_Shift_Right();
+void Lcd_Shift_Left();
+
+// For some VFD's like Noritake
+void Vfd_Set_Brightness(int); \ No newline at end of file