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

needs update to be able to run on new lvgl master #118

Open
uraich opened this issue Mar 6, 2023 · 6 comments
Open

needs update to be able to run on new lvgl master #118

uraich opened this issue Mar 6, 2023 · 6 comments

Comments

@uraich
Copy link

uraich commented Mar 6, 2023

Does not compile any more because of changes to the SDL driver

@kisvegabor
Copy link
Member

Updated!

@uraich
Copy link
Author

uraich commented Mar 8, 2023

There is still a problem:
I did:
git clone --recursive https://github.com/lvgl/lv_port_pc_eclipse.git
cd lv_port_pc_eclipse.git

mkdir build
cd build
cmake ..
and get this:
image
It seems to work using make instead of cmake but it says that this build method is deprecated.
I wanted to use the simulator to compare my Python version of lv_example_label_4 with the C version. Unfortunately the C version also does not work any longer:
image

@kisvegabor
Copy link
Member

kisvegabor commented Mar 8, 2023

I've fixed the CMake error. Now looking into lv_example_label_4.

@kisvegabor
Copy link
Member

I've fixed the example too.

It's workaround now because lv_canvas supports only native color formats (RGB) now. Later it should support any color format again.

@uraich
Copy link
Author

uraich commented Mar 8, 2023

Thanks!
Working now.

@stale
Copy link

stale bot commented Apr 20, 2023

This issue or pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Apr 20, 2023
@stale stale bot removed the stale label Nov 5, 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

No branches or pull requests

2 participants