Liam Howatt

Results 250 comments of Liam Howatt

Nice, I think this is a good fix. I think the scrollbar should have all the same styling capabilities in the dropdown as anywhere else. I wonder if there's any...

Closing because it was fixed by #7271 courtesy of @AndreCostaaa. As mentioned there, `lv_dropdown_set_selected` could get an `anim_en` parameter in another PR if the breaking change is ok.

Is the version you're on older or newer than 417415f (#7100)? It was added then (October 26).

> are you suggesting me to check with v9.3.0-dev ? Yes > Any suggestions to use compressed fonts for my use-case? What for? See the docs: https://docs.lvgl.io/master/details/main-components/font.html#compressed-fonts

Thanks for sending code to reproduce. I could not reproduce the problem in the simulator unfortunately. It's interesting that there was no issue in v8.3.9. If I were to guess,...

Is it an SPI display? Really not sure at all, but if you have control over `lcd_send_data`, try adding a 1 ms delay before de-asserting the CS pin.

If changing the color format fixed it then my suggestion is probably not the right solution. If you do try though, actually add a 1 ms delay before _and_ after...

Sorry, I'm trying to verify the fix. Should it be possible in `lv_example_textarea_1` to select text in the textarea with this fix? I can't seem to get the text to...

#7324 is merged now. This should be unblocked.