We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54fbb0d commit ee30aacCopy full SHA for ee30aac
examples/Oled_Display/Oled_Display.ino
@@ -2,6 +2,7 @@
2
3
void setup() {
4
Oled.begin();
5
+ Oled.setFlipMode(true);
6
}
7
8
void loop() {
0 commit comments