pull/12/head
phdlee 2018-04-23 21:40:45 +09:00
rodzic 5b13ede65b
commit 6be127d811
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

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

Wyświetl plik

@ -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)
{