mirror of
https://github.com/meshtastic/firmware.git
synced 2025-09-05 02:59:11 +00:00
Line
This commit is contained in:
parent
2a50ae05dd
commit
2dd4ca8c52
@ -778,7 +778,6 @@ void setup()
|
|||||||
// if we have one of the fixed overrides in the settings, adjust display type accordingly.
|
// if we have one of the fixed overrides in the settings, adjust display type accordingly.
|
||||||
if (screen_model == meshtastic_Config_DisplayConfig_OledType_OLED_SH1107) {
|
if (screen_model == meshtastic_Config_DisplayConfig_OledType_OLED_SH1107) {
|
||||||
screen_geometry = GEOMETRY_128_64;
|
screen_geometry = GEOMETRY_128_64;
|
||||||
|
|
||||||
} else if (screen_model == meshtastic_Config_DisplayConfig_OledType_OLED_SH1107_128_128) {
|
} else if (screen_model == meshtastic_Config_DisplayConfig_OledType_OLED_SH1107_128_128) {
|
||||||
screen_geometry = GEOMETRY_128_128;
|
screen_geometry = GEOMETRY_128_128;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user