Giter VIP home page Giter VIP logo

Comments (6)

jianglianfang avatar jianglianfang commented on June 30, 2024 1

It happend to me when I enbled CONFIG_FB_UPDATE with single framebuffer mode. U can try this #6397. it may help you.

from lvgl.

TimJTi avatar TimJTi commented on June 30, 2024

For completeness here is (nearly) the same spinner in LVGL V8.3.3:

LVGLv8_noproblem.mp4

from lvgl.

liyang5945 avatar liyang5945 commented on June 30, 2024

check your lv_port_disp_init function, has a lv_display_set_buffers... function call, wha't the last param? if LV_DISPLAY_RENDER_MODE_FULL or LV_DISPLAY_RENDER_MODE_DIRECT change it to LV_DISPLAY_RENDER_MODE_PARTIAL

from lvgl.

TimJTi avatar TimJTi commented on June 30, 2024

check your lv_port_disp_init function, has a lv_display_set_buffers... function call, wha't the last param? if LV_DISPLAY_RENDER_MODE_FULL or LV_DISPLAY_RENDER_MODE_DIRECT change it to LV_DISPLAY_RENDER_MODE_PARTIAL

@liyang5945 - if I change this, the display does not update at all unfortunately. The spinner is drawn once but there's then no animation of it.

from lvgl.

TimJTi avatar TimJTi commented on June 30, 2024

It happend to me when I enbled CONFIG_FB_UPDATE with single framebuffer mode. U can try this #6397. it may help you.

@jianglianfang The SAMA5D2 NuttX configurations do not set CONFIG_FB_UPDATE as it is not necessary. If I enable it, the app crashes at the FBIO_UPDATE ioctl code as the fb->vtable entries are NULL.

Since LVGL V8 works OK, in my case, it is not to do with FB_UPDATE but is likely more of a mismatch between the LVGL V9 framebuffer driver implementation and the specifics of the SAM5D2 LCDC peripheral and the NuttX driver for it :-(

from lvgl.

kisvegabor avatar kisvegabor commented on June 30, 2024

Maybe @XuNeo has some ideas.

from lvgl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.