Default to non-square SH1107

pull/760/head v2.7.6
Ben Meadors 2025-08-20 05:39:53 -05:00
rodzic be51376980
commit 8985852d75
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -666,14 +666,14 @@ message Config {
OLED_SH1106 = 2;
/*
* Can not be auto detected but set by proto. Used for 128x128 screens
* Can not be auto detected but set by proto. Used for 128x64 screens
*/
OLED_SH1107 = 3;
/*
* Can not be auto detected but set by proto. Used for 128x64 screens
* Can not be auto detected but set by proto. Used for 128x128 screens
*/
OLED_SH1107_128_64 = 4;
OLED_SH1107_128_128 = 4;
}
/*