Override OLED outo detect with this if it fails.
from enum meshtastic.Config.DisplayConfig.OledType
Default / Auto
from enum value: OLED_AUTO = 0;
from enum value: OLED_SH1106 = 2;
Can not be auto detected but set by proto. Used for 128x128 screens
from enum value: OLED_SH1107 = 3;
from enum value: OLED_SSD1306 = 1;
Override OLED outo detect with this if it fails.
Generated
from enum meshtastic.Config.DisplayConfig.OledType