This commit is contained in:
phdlee 2018-04-23 21:40:45 +09:00
parent 5b13ede65b
commit 6be127d811
2 changed files with 2 additions and 2 deletions

View File

@ -552,7 +552,7 @@ void updateDisplay() {
char line2Buffer[16];
char line2Buffer[17];
//KD8CEC 200Hz ST
//L14.150 200Hz ST
//U14.150 +150khz

View File

@ -326,7 +326,7 @@ void LCD_CreateChar(uint8_t location, uint8_t charmap[])
//#define OPTION_SKINNYBARS
char c[30], b[30];
char printBuff[4][20]; //mirrors what is showing on the two lines of the display
char printBuff[4][21]; //mirrors what is showing on the two lines of the display
void LCD_Init(void)
{