Added mario
This commit is contained in:
+2
-1
@@ -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_ */
|
||||
Reference in New Issue
Block a user