Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update LVGL and lv_driver version to release/v8.3. Remove archived lv_examples (lv_demos). #26

Merged
merged 5 commits into from
Oct 4, 2023

Conversation

ONLYA
Copy link
Contributor

@ONLYA ONLYA commented Aug 25, 2023

lv_examples repo is currently archived and all example codes have been moved to LVGL demo code.
The SDL support is updated in the latest released version.

This build was tested under Ubuntu 23.04.

Copy link
Member

@kisvegabor kisvegabor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm sorry, somehow I missed this PR.

Makefile Outdated
Comment on lines 32 to 33
INC := -I./ui/simulator/inc/ -I./ -I./lvgl/ -I/usr/include/freetype2 -L/usr/local/lib
LDLIBS := -lSDL2 -lm -lfreetype -lavformat -lavcodec -lavutil -lswscale -lm -lz -lpthread
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On Linux it's really easy to install these libraries but on Windows it can be a real challenge. There I think we should only SDL by default.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have committed the changes to comment those flags and update the README document to instruct how to do it.

… can tweak it.

Updated Readme.md for instructions.
@kisvegabor
Copy link
Member

Very nice! Thank you!

@kisvegabor kisvegabor merged commit 550674e into lvgl:master Oct 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants