test lcd
This commit is contained in:
parent
5b13ede65b
commit
6be127d811
@ -552,7 +552,7 @@ void updateDisplay() {
|
||||
|
||||
|
||||
|
||||
char line2Buffer[16];
|
||||
char line2Buffer[17];
|
||||
//KD8CEC 200Hz ST
|
||||
//L14.150 200Hz ST
|
||||
//U14.150 +150khz
|
||||
|
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user