9 Commits

Author SHA1 Message Date
Gregor Copoix
7a83e60683 added x11 support for lowlevel display support
the x11 driver has been added to the lv_library repository.
Now both variants (SDL/X11) can be selected in the Makefile. Additional fixes here have been applied.

select X11 by default
2023-11-06 14:51:50 +01:00
Xiaosheng An
47f95e396c Only keep SDL2 support. Left the other flags commented so that people can tweak it.
Updated Readme.md for instructions.
2023-10-03 12:59:02 +01:00
Xiaosheng An
b255c84632 Add image & video examples 2023-09-07 20:49:35 +01:00
Philippe Coval
6de75e62a5 build: Add install rule
PROJECT has been introduced to avoid collision
with other configuration builds (ie: fbdev)

Relate-to: https://github.com/lvgl/lvgl/issues/2534
Signed-off-by: Philippe Coval <philippe.coval@huawei.com>
2021-09-07 08:58:22 +02:00
Philippe Coval
d0929d489a build: Support bitbake
LDFLAGS can be defined from outside

This will fix observed issues:

    Subprocess output:arm-poky-linux-musleabi-strip:
    /.../demo: file format not recognized

    ERROR: lvgl-0.0.0-r012 do_package_qa:
    QA Issue: File /usr/lib/lvgl/bin/demo in package lvgl
    doesn't have GNU_HASH (didn't pass LDFLAGS?) [ldflags]

Relate-to: https://github.com/lvgl/lvgl/issues/2534
Signed-off-by: Philippe Coval <philippe.coval@huawei.com>
2021-09-06 17:47:42 +02:00
Igor Janjatovic
b030974480 fix LV_BUILD_TEST compilation warnings 2021-06-13 12:15:35 +02:00
andrew
b194ac1d90 Added include to override example for custom ui lv_conf.h 2020-11-13 12:32:37 +00:00
andrew
1a8dfe6983 Remove debug from Makefile 2020-11-13 11:38:43 +00:00
andrew
31f81abe80 Initial commit 2020-11-13 10:21:36 +00:00