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:
Alex Voinea 2023-04-24 10:44:48 +02:00
parent 548ed0eb31
commit 17e085040c
No known key found for this signature in database
GPG Key ID: 37EDFD565CB33BAD
1 changed files with 1 additions and 0 deletions

View File

@ -948,6 +948,7 @@ const uint8_t lcd_chardata_confirm[8] PROGMEM = {
0b10110,
0b11100,
0b01000,
0b00000,
0b00000};
void lcd_set_custom_characters_nextpage(void)