Throttle framerate a little more
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
namespace ui {
|
||||
|
||||
static const char* kTag = "lv_task";
|
||||
static const TickType_t kMaxFrameRate = pdMS_TO_TICKS(33);
|
||||
static const TickType_t kMaxFrameRate = pdMS_TO_TICKS(66);
|
||||
|
||||
static int sTimerId;
|
||||
static SemaphoreHandle_t sFrameSemaphore;
|
||||
|
||||
Reference in New Issue
Block a user