lv_port_linux icon indicating copy to clipboard operation
lv_port_linux copied to clipboard

LVGL configured to work with a standard Linux framebuffer

Results 12 lv_port_linux issues
Sort by recently updated
recently updated
newest added

Hi, Packing lvgl for buildroot would be really nice and I'm thinking of having a go at it. This would be the right repo use as the source for that?...

i wanna run littlevgl on /dev/fb1 but i have no idea where to start also, the tutorial isnt helpful at all, its 4 years old

Is it possible to use the keyboard/mouse when running this demo? Currently this does not seem to be the case. Adding rudimentary keyboard support might not be too hard as...

stale

When I compile the LVGL by gcc, everything is OK. But when I compile it with arm-ostl-linux-gnueabi-gcc for my STM32MP157-DK2,compilation terminated. `fatal error: lvgl/lvgl.h: No such file or directory #include...

stale

Below is the original background of Sticky Notes ![Yellow-Sticky-Note-PNG-HD-Image](https://user-images.githubusercontent.com/1295065/190565474-635bb2f8-08a7-42ae-83fd-bf3605f0c107.png) The shadow of border is wrong using the latest source repository. void lv_example_sticky_notes(void) { LV_IMG_DECLARE(img_sticky_notes_png); lv_obj_t *central = lv_scr_act(); lv_obj_set_style_bg_opa(central, LV_OPA_TRANSP,...

Introduce `LV_VIDEO_CARD` variable to let users specify different video device via environment variable, instead of recompiling the demo. Add DRM/KMS and SDL2 backend support, so users can test different backends....

First of all great project, I'm quite new to the embedded graphics stack and this project compiles and works out of the box on my laptop so that's great and...