Tim Hardisty
Tim Hardisty
> Have you experimented with the setting in your setup? @de-nordic I am still trying to get MCUboot to work for my NuttX-based custom board and app, but it just...
> ping [@TimJTi](https://github.com/TimJTi) @acassis - documentation is on my to-do. I can't easily do a default config since my board is out-of-tree and custom. Documentation is too much of a...
> [@TimJTi](https://github.com/TimJTi) as you can see in the image the logo is displayed upside down. It should be nice to include a option in the menuconfig to rotate to logo...
@acassis My arch LCDC peripheral has image rotation already, supported by NuttX. I wonder if most processors with LCD support have this, even if not (yet) provided by NuttX drivers?
@acassis - and if someone wants a rotated logo and the driver doesn't offer rotation, they can create a "custom" logo file and pre-rotate the image.
@liamHowatt - it is not immediately clear from a quick look at the PR's you linked to *why* this was done? If it's for a "good" reason, what is the...
@FASTSHIFT @liamHowatt Thanks for the link - I can see why LV_LOG_USER is more appropriate within LVGL's NuttX drivers but perhaps the implementation is flawed? As said, enabling LV_USE_LOG when...
> You can consult deepwiki about this issue https://deepwiki.com/lvgl/lvgl, It seems that `lv_timer_handler` is not cyclically called. Thanks for taking the trouble to comment @FASTSHIFT - I assume you are...
I rather suspect NuttX's CONFIG_RR_INTERVAL is the culprit - it defaults to 200ms so is likely a big clue and should be 0: I thought priority scheduling was the default,...
Apparently we can: see [here](https://docs.lvgl.io/master/details/main-modules/display/resolution.html). ` void lv_display_set_resolution(lv_display_t *disp, int32_t hor_res, int32_t ver_res)`