Add defines for special LCD characters
This commit is contained in:
parent
3b2d8c14c3
commit
d6e489bb61
@ -36,6 +36,10 @@
|
||||
#define LCD_CHAR_WIDTH 16
|
||||
#define LCD_ROW_COUNT 4
|
||||
|
||||
#define LCD_SHIMATTA_STRING "\xBC\xCF\xAF\xC0"
|
||||
#define LCD_DEGREE_SYMBOL_STRING "\xDF"
|
||||
#define LCD_DEGREE_SYMBOL_CHAR '\xDF'
|
||||
|
||||
enum lcd_fsm_ret {LCD_FSM_NOP, LCD_FSM_CALL_AGAIN, LCD_FSM_WAIT_CALL};
|
||||
|
||||
void lcd_init(void);
|
||||
|
Loading…
Reference in New Issue
Block a user