Clean up LCD conditionals, DWIN
This commit is contained in:
committed by
Scott Lahteine
parent
9172271c7f
commit
c360705e6a
@ -982,7 +982,7 @@ int lcd_put_wchar_max(wchar_t c, pixel_len_t max_length) {
|
||||
|
||||
if (max_length < 1) return 0;
|
||||
|
||||
// TODO: fix the '\\' that doesnt exist in the HD44870
|
||||
// TODO: fix the '\\' that doesn't exist in the HD44870
|
||||
if (c < 128) {
|
||||
lcd.write((uint8_t)c);
|
||||
return 1;
|
||||
|
Reference in New Issue
Block a user