Skip to content

Commit

Permalink
Merge pull request #5033 from markbirss/master
Browse files Browse the repository at this point in the history
Fix SH1107 - Set Geometry 128x128
  • Loading branch information
caveman99 authored Oct 11, 2024
2 parents 1f2d972 + ec96256 commit 3c89716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ void setup()

#if defined(USE_SH1107)
screen_model = meshtastic_Config_DisplayConfig_OledType_OLED_SH1107; // set dimension of 128x128
display_geometry = GEOMETRY_128_128;
screen_geometry = GEOMETRY_128_128;
#endif

#if defined(USE_SH1107_128_64)
Expand Down

0 comments on commit 3c89716

Please sign in to comment.