Throttle framerate a little more

custom
jacqueline 2 years ago
parent 58854bc55d
commit 394e3e9466
  1. 2
      src/ui/lvgl_task.cpp

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

Loading…
Cancel
Save