aboutsummaryrefslogtreecommitdiff
path: root/stmhal/lcd.h
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-03-19 13:11:59 +0000
committerDamien George <damien.p.george@gmail.com>2014-03-19 13:11:59 +0000
commite2e9011253a61502ac31f144312257c14506a815 (patch)
tree14808f6a344d58eb463be1fd71a7fcc6dae12b0a /stmhal/lcd.h
parentb92d3e1fded0ad335f7a2c8c0f5dea91d258bae0 (diff)
stmhal: Add LCD driver.
Diffstat (limited to 'stmhal/lcd.h')
-rw-r--r--stmhal/lcd.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/stmhal/lcd.h b/stmhal/lcd.h
new file mode 100644
index 000000000..7b243ee7e
--- /dev/null
+++ b/stmhal/lcd.h
@@ -0,0 +1,3 @@
+void lcd_init(void);
+void lcd_print_str(const char *str);
+void lcd_print_strn(const char *str, unsigned int len);