Reorder display size options in OLed_helper.cpp

This commit is contained in:
andbad
2026-05-12 18:47:00 +02:00
committed by GitHub
parent c40cdc8336
commit 30c111884a
+2 -2
View File
@@ -70,8 +70,8 @@ void OLedFormSizes(const __FlashStringHelper *id,
const __FlashStringHelper *options3[] = {
F("128x64"),
F("128x32"),
F("72x40"),
F("64x48") };
F("64x48"),
F("72x40") };
FormSelectorOptions selector(NR_ELEMENTS(options3), options3, values);
selector.reloadonchange = reloadOnChange;
selector.addFormSelector(