aboutsummaryrefslogtreecommitdiff
path: root/stm/lcd.h
diff options
context:
space:
mode:
authorDamien2013-11-09 20:15:48 +0000
committerDamien2013-11-09 20:15:48 +0000
commit39c6c59868032973a5f661353df9b6dcae643c70 (patch)
tree37cb388ddaa89e6607af0f6a0d5dbd4d10daeb3b /stm/lcd.h
parent5c13dbf6ee260593b766cd5c82676692066f56c1 (diff)
STM: add LCD functions for pixel access; add RNG Py bindings.
Diffstat (limited to 'stm/lcd.h')
-rw-r--r--stm/lcd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/stm/lcd.h b/stm/lcd.h
index 56c541698..7b243ee7e 100644
--- a/stm/lcd.h
+++ b/stm/lcd.h
@@ -1,4 +1,3 @@
void lcd_init(void);
void lcd_print_str(const char *str);
void lcd_print_strn(const char *str, unsigned int len);
-void lcd_draw_pixel_8(int pos, int val);