Skip to content

Commit ee30aac

Browse files
authored
added rotation
1 parent 54fbb0d commit ee30aac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/Oled_Display/Oled_Display.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
void setup() {
44
Oled.begin();
5+
Oled.setFlipMode(true);
56
}
67

78
void loop() {

0 commit comments

Comments
 (0)