My lv_conf.h: #define LV_TICK_CUSTOM 1 #if LV_TICK_CUSTOM #define LV_TICK_CUSTOM_INCLUDE "esp_timer.h" /*Header for the system time function*/ #define LV_TICK_CUSTOM_SYS_TIME_EXPR (esp_timer_get_time() / 1000LL) /*Expression evaluating to current system time in ms*/ #endif /...
lv_tick_inc function is available only when default (non-custom) timer implementation is used. This patch fixes building the bindings in that case. fix: gate tick_inc function by feature custom_timer … 18cd09a C47D requested a review from AlixANNERAUD January 22, 2025 01:13 Collaborat...
C47D merged 1 commit into lvgl:master from elrafoon:custom-timer Jan 22, 2025 +6 −1 Conversation 2 Commits 1 Checks 1 Files changed 3 fix: gate tick_inc function by feature custom_timer 18cd09a Sign in for the full log view Rust on: pull_request 2 build Annotations 2 ...