1
0
Fork 0
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:
Bertrand Songis 2015-11-10 21:55:12 +01:00
parent a9603cbdb7
commit 312c370162
9 changed files with 122 additions and 38 deletions

View file

@ -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();