Merge pull request #5033 from markbirss/master

Fix SH1107 - Set Geometry 128x128
This commit is contained in:
Thomas Göttgens 2024-10-11 13:05:53 +02:00 committed by GitHub
commit 3c89716074
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -671,7 +671,7 @@ void setup()
#if defined(USE_SH1107) #if defined(USE_SH1107)
screen_model = meshtastic_Config_DisplayConfig_OledType_OLED_SH1107; // set dimension of 128x128 screen_model = meshtastic_Config_DisplayConfig_OledType_OLED_SH1107; // set dimension of 128x128
display_geometry = GEOMETRY_128_128; screen_geometry = GEOMETRY_128_128;
#endif #endif
#if defined(USE_SH1107_128_64) #if defined(USE_SH1107_128_64)