Fix OLED display scroll speed being painfully slow + junk on ease in/out

This commit is contained in:
Ben V. Brown
2023-06-19 17:12:51 +10:00
parent 9b5d155d31
commit 691abd5caa
4 changed files with 15 additions and 13 deletions

View File

@@ -123,7 +123,7 @@ extern uint32_t SystemCoreClock;
#define INCLUDE_vTaskDelete 0
#define INCLUDE_vTaskCleanUpResources 0
#define INCLUDE_vTaskSuspend 0
#define INCLUDE_vTaskDelayUntil 0
#define INCLUDE_vTaskDelayUntil 1
#define INCLUDE_vTaskDelay 1
#define INCLUDE_xTaskGetSchedulerState 1
#define INCLUDE_uxTaskGetStackHighWaterMark 1