fix(core): fix st7789v driver compilation for other than T models

[no changelog]
pull/3474/head
tychovrahe 4 months ago committed by TychoVrahe
parent 8313c15f34
commit eb6796059c

@ -200,7 +200,7 @@ int display_orientation(int degrees) {
lx154a2422_rotate(degrees, &DISPLAY_PADDING);
}
#else
DISPLAY_PANEL_ROTATE(degrees, &BUFFER_OFFSET);
DISPLAY_PANEL_ROTATE(degrees, &DISPLAY_PADDING);
#endif
}
}

Loading…
Cancel
Save