diff options
| author | Damien | 2013-11-09 20:15:48 +0000 |
|---|---|---|
| committer | Damien | 2013-11-09 20:15:48 +0000 |
| commit | 39c6c59868032973a5f661353df9b6dcae643c70 (patch) | |
| tree | 37cb388ddaa89e6607af0f6a0d5dbd4d10daeb3b /stm/lcd.h | |
| parent | 5c13dbf6ee260593b766cd5c82676692066f56c1 (diff) | |
STM: add LCD functions for pixel access; add RNG Py bindings.
Diffstat (limited to 'stm/lcd.h')
| -rw-r--r-- | stm/lcd.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); |
