Update lcd.c
Dieser Commit ist enthalten in:
Ursprung
9e96e2cb7f
Commit
59fcdf520a
4
lcd.c
4
lcd.c
@ -197,7 +197,9 @@ void lcd_putc(char c){
|
|||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
// mapping char
|
// mapping char
|
||||||
//c=getCharPosition(c);
|
if (c < ' ') {
|
||||||
|
break;
|
||||||
|
}
|
||||||
c -= ' ';
|
c -= ' ';
|
||||||
if (c >= pgm_read_byte(&special_char[0][1]) ) {
|
if (c >= pgm_read_byte(&special_char[0][1]) ) {
|
||||||
c = 0xff;
|
c = 0xff;
|
||||||
|
Laden…
x
In neuem Issue referenzieren
Einen Benutzer sperren