mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-07-27 19:57:38 +00:00
Remove and re-add 72x40 resolution configuration
This commit is contained in:
@@ -170,13 +170,13 @@ constexpr tSizeSettings SizeSettings[] = {
|
||||
2, // max. line count
|
||||
113, 15 // WiFi indicator
|
||||
},
|
||||
{ 72, 40, 28, // 72x40
|
||||
3, // max. line count
|
||||
28, 12 // WiFi indicator
|
||||
},
|
||||
{ 64, 48, 32, // 64x48
|
||||
3, // max. line count
|
||||
32, 10 // WiFi indicator
|
||||
},
|
||||
{ 72, 40, 28, // 72x40
|
||||
3, // max. line count
|
||||
28, 12 // WiFi indicator
|
||||
}
|
||||
};
|
||||
|
||||
@@ -1314,10 +1314,10 @@ tFontSettings P036_data_struct::CalculateFontSettings(uint8_t lDefaultLines) {
|
||||
break;
|
||||
case p036_resolution::pix128x32: result.Space = -2;
|
||||
break;
|
||||
case p036_resolution::pix72x40: result.Space = -1;
|
||||
break;
|
||||
case p036_resolution::pix64x48: result.Space = -1;
|
||||
break;
|
||||
case p036_resolution::pix72x40: result.Space = -1;
|
||||
break;
|
||||
}
|
||||
iFontIndex = NR_ELEMENTS(FontSizes) - 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user