mirror of
https://github.com/wagiminator/ATmega-Soldering-Station.git
synced 2025-08-08 13:00:59 +03:00
Fix Menu Text Size
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -922,6 +922,7 @@ uint8_t MenuScreen(uint8_t selected) {
|
||||
|
||||
if (LANG == 0) arduboy.drawSlowXYBitmap(48, 48, Txt_table[selected + QueryMenuObject()], 36, 16, 1); else {
|
||||
arduboy.setCursor(48, 49);
|
||||
arduboy.setTextSize(1);
|
||||
Print_EN(selected + QueryMenuObject());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user