Add missing line to custom character
Shouldn't make a difference since the array is already defined as 8B long, but I just found it weird and surprising when I noticed only 7 lines were defined
This commit is contained in:
parent
548ed0eb31
commit
17e085040c
|
|
@ -948,6 +948,7 @@ const uint8_t lcd_chardata_confirm[8] PROGMEM = {
|
||||||
0b10110,
|
0b10110,
|
||||||
0b11100,
|
0b11100,
|
||||||
0b01000,
|
0b01000,
|
||||||
|
0b00000,
|
||||||
0b00000};
|
0b00000};
|
||||||
|
|
||||||
void lcd_set_custom_characters_nextpage(void)
|
void lcd_set_custom_characters_nextpage(void)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue