add SH1107

This commit is contained in:
Thomas Göttgens 2023-01-19 00:15:22 +01:00 committed by Sacha Weatherstone
parent aaa6e08b2e
commit 8f711476fc

View file

@ -433,6 +433,11 @@ message Config {
* Default / Auto
*/
OLED_SH1106 = 2;
/*
* Can not be auto detected but set by proto. Used for 128x128 screens
*/
OLED_SH1107 = 3;
}
/*