mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-22 06:18:07 +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);
|
lx154a2422_rotate(degrees, &DISPLAY_PADDING);
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
DISPLAY_PANEL_ROTATE(degrees, &BUFFER_OFFSET);
|
DISPLAY_PANEL_ROTATE(degrees, &DISPLAY_PADDING);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user