Refresh rework
This commit is contained in:
@@ -1,2 +1,6 @@
|
||||
#include "Screen.h"
|
||||
using namespace Pinetime::Applications::Screens;
|
||||
using namespace Pinetime::Applications::Screens;
|
||||
|
||||
void Screen::RefreshTaskCallback(lv_task_t* task) {
|
||||
static_cast<Screen*>(task->user_data)->Refresh();
|
||||
}
|
||||
|
Reference in New Issue
Block a user