OLED_ROTATION_90 instead of 180

Co-Authored-By: Drashna Jaelre <drashna@live.com>
This commit is contained in:
Richard Baptist 2019-10-02 08:46:36 +02:00 committed by Richard Baptist
parent 78fc6b430b
commit f14a4353ab
No known key found for this signature in database
GPG key ID: 115D8B1815981F35

View file

@ -149,7 +149,7 @@ oled_rotation_t oled_init_user(oled_rotation_t rotation) {
if (is_master) {
return OLED_ROTATION_270;
} else {
return OLED_ROTATION_180;
return OLED_ROTATION_90;
}
}