mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Default to non-square SH1107
This commit is contained in:
parent
be51376980
commit
8985852d75
1 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue