add shift down sign, change GUI keys, bump version

This commit is contained in:
Jeff Wang
2020-09-13 01:19:47 -04:00
parent d8d7f98663
commit 64754395be
5 changed files with 15 additions and 5 deletions

View File

@ -201,6 +201,13 @@ void LCD_Open(void) {
LCD_OutChar(0x10);
LCD_OutChar(0x1c);
}
//program shift down sign
for (i = 0; i < 5; i++){
LCD_OutChar(0x0);
}
LCD_OutChar(0x1F);
LCD_OutChar(0x0E);
LCD_OutChar(0x04);
//clear display
LCD_Clear();