mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 00:35:18 +03:00
[Horus] DMA2D more used. Some graphics are really faster.
This commit is contained in:
parent
a9603cbdb7
commit
312c370162
9 changed files with 122 additions and 38 deletions
|
@ -160,7 +160,9 @@ void guiMain(evt_t evt)
|
|||
if (popupDisplayed == false) {
|
||||
g_menuStack[g_menuStackPtr](EVT_REFRESH);
|
||||
lcdDrawBlackOverlay();
|
||||
TIME_MEASURE_START(storebackup);
|
||||
lcdStoreBackupBuffer();
|
||||
TIME_MEASURE_STOP(storebackup);
|
||||
}
|
||||
if (popupDisplayed == false || evt) {
|
||||
lcdRestoreBackupBuffer();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue