Default to non-square SH1107

This commit is contained in:
Ben Meadors 2025-08-20 05:39:53 -05:00
parent be51376980
commit 8985852d75

View file

@ -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;
}
/*