Throttle framerate a little more

This commit is contained in:
jacqueline
2023-08-24 19:17:56 +10:00
parent 58854bc55d
commit 394e3e9466
+1 -1
View File
@@ -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;