1
0
forked from me/IronOS

Fix rotation for TS80

This commit is contained in:
Ben V. Brown
2019-01-26 21:05:18 +11:00
parent fa43aebec2
commit 36ea75a6df
3 changed files with 10 additions and 7 deletions

View File

@@ -144,6 +144,9 @@ void OLED::drawChar(char c, char PrecursorCommand) {
}
void OLED::setRotation(bool leftHanded) {
#ifdef MODEL_TS80
leftHanded=!leftHanded;
#endif
if (inLeftHandedMode == leftHanded) {
return;
}