aboutsummaryrefslogtreecommitdiff
path: root/stmhal/lcd.h
diff options
context:
space:
mode:
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;