Conversation
25f38b6 to
ede65f0
Compare
ede65f0 to
dae6dbd
Compare
f7bd469 to
3cde003
Compare
3cde003 to
a967ba7
Compare
a967ba7 to
940107f
Compare
1c7c5e2 to
6e16bf9
Compare
6e16bf9 to
1a42df1
Compare
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
1a42df1 to
c3f9228
Compare
|
Let's merge and fix possible regressions! |
|
Hi @FASTSHIFT thanks for adding LVGL 8 support! I have a question: Should we insert From lvgldemo.c: /* Handle LVGL tasks */
while (1)
{
uint32_t idle;
idle = lv_timer_handler();
/* Minimum sleep of 1ms */
idle = idle ? idle : 1;
usleep(idle * 1000);
// Inserted this: Increment LVGL Tick Count by 1 millisecond
lv_tick_inc(1);
}Before Adding Also the LVGL Log shows: After Adding I'm not sure if my parameter to Thanks for looking into this :-) |
|
@lupyuen CONFIG_LV_TICK_CUSTOM=y
CONFIG_LV_TICK_CUSTOM_INCLUDE="port/lv_port_tick.h" |
|
@FASTSHIFT thank you so much! LVGL on PinePhone works great now, it feels very responsive: Demo on YouTube (Compare with the previous laggy demo) I have documented the settings here: "LVGL Calls Our Driver" Thanks again! :-) |
Summary
Related discussion: #1322
defconfig update: apache/nuttx#7268
Impact
Apps based on LVGL v7 will not work.
Testing
Daily test.