Added mario

This commit is contained in:
2016-02-23 17:45:37 +01:00
parent 066e031d25
commit 4563a81e7b
8 changed files with 1411 additions and 207 deletions
+2 -1
View File
@@ -9,10 +9,11 @@
#ifndef LCD_H_
#define LCD_H_
void init();
void lcd_init();
void display_text(int line, char *str);
void display_char(unsigned char d);
void set_cursor(int position);
void shift_display(int left, int count);
void clear_display();
#endif /* LCD_H_ */