mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-21 13:58:08 +00:00
fix(core): fix st7789v driver compilation for other than T models
[no changelog]
This commit is contained in:
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…
Reference in New Issue
Block a user