Subversion Repositories group.electronics

Rev

Rev 52 | Rev 54 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 52 Rev 53
Line 48... Line 48...
48
inline void lcd_backlight();
48
inline void lcd_backlight();
49
inline void lcd_noBacklight();
49
inline void lcd_noBacklight();
50
void lcd_display();
50
void lcd_display();
51
void lcd_noDisplay();
51
void lcd_noDisplay();
52
void lcd_setCursor(uint8_t, uint8_t);
52
void lcd_setCursor(uint8_t, uint8_t);
-
 
53
void lcd_autocursorLeft();
-
 
54
void lcd_autocursorRight();
53
void lcd_autoscroll();
55
void lcd_autoscroll();
54
void lcd_noAutoscroll();
56
void lcd_noAutoscroll();
55
 
57
 
56
void lcd_command(uint8_t);
58
void lcd_command(uint8_t);
57
void lcd_char(uint8_t data);
59
void lcd_char(uint8_t data);