ishan mod

This commit is contained in:
2021-04-29 09:06:28 -04:00
parent 3ea56ba4c7
commit 92307d6e33
4 changed files with 106 additions and 99 deletions

View File

@@ -86,7 +86,7 @@ U8G_CLASS u8g(U8G_PARAM);
void MarlinUI::set_contrast(const int16_t value) {
contrast = constrain(value, LCD_CONTRAST_MIN, LCD_CONTRAST_MAX);
u8g.setContrast(contrast);
u8g.setContrast(255);
}
#endif