always power off after refresh

This commit is contained in:
Shuanglei Tao
2025-02-21 22:02:34 +08:00
parent 551a217210
commit 857e5317e6
5 changed files with 41 additions and 30 deletions

View File

@@ -104,6 +104,6 @@ void DrawCalendar(uint32_t timestamp)
GFX_end(&gfx);
NRF_LOG_DEBUG("display start\n");
driver->display();
driver->refresh();
NRF_LOG_DEBUG("display end\n");
}