Liam Howatt

Results 102 comments of Liam Howatt

Updated to match #6083. See discussion for context.

The current way to use LittleFS with LVLG is to download the LittleFS source code separately, configure it, and add it to your build configuration for your LVGL application. LittleFS...

In case anyone wants to use the other UARTs, I was able to get uart1 working. It got mapped to `/dev/ttyS1` for me. You can check with `dmesg | grep...

New PR open #6186. It adds a test, docs, and moved some things around.

@KaruroChori could you please share your "meson.build" file?

Hey team! Thanks Gabor! It's great to be here! About me: my education is in engineering and my professional experience and hobbies are in firmware. I'm based in Ontario, Canada....

Hi, your default display is not set for some reason. Did you create one? If so, did you use `lv_sdl_window_create` or `lv_windows_create_display`?

Also, since you appear to have a debugging environment, could you please check to see if you reach this line and whether the returned timer is NULL? Thanks! https://github.com/lvgl/lvgl/blob/eb62ddf4ea8e84ea76cc89d932ce20f0066b8618/src/display/lv_display.c#L95

Strange. I am going to use Windows soon and will look at this. You seem comfortable with debugging. I welcome you to investigate the issue if you want.