aboutsummaryrefslogtreecommitdiff
path: root/stmhal/lcd.h
diff options
context:
space:
mode:
authorDamien George2014-06-15 00:41:47 +0100
committerDamien George2014-06-15 00:41:47 +0100
commit34ab8dd6dde058aeeff721eb066dad36858d8f4b (patch)
tree7d4393568b5fdaedbb732d4ce39471ec28759d92 /stmhal/lcd.h
parent0294661da5b68cd428362fb81513d11471e6a24a (diff)
stmhal: Update and improve LCD driver.
Still some method names to iron out, and funtionality to add, but this will do for the first, basic version.
Diffstat (limited to 'stmhal/lcd.h')
-rw-r--r--stmhal/lcd.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/stmhal/lcd.h b/stmhal/lcd.h
index 74a3d4d84..6a4b004bd 100644
--- a/stmhal/lcd.h
+++ b/stmhal/lcd.h
@@ -24,6 +24,4 @@
* THE SOFTWARE.
*/
-void lcd_init(void);
-void lcd_print_str(const char *str);
-void lcd_print_strn(const char *str, unsigned int len);
+extern const mp_obj_type_t pyb_lcd_type;