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

Could it enhance the means of compile #21

Open
HR1025 opened this issue Oct 27, 2022 · 0 comments
Open

Could it enhance the means of compile #21

HR1025 opened this issue Oct 27, 2022 · 0 comments

Comments

@HR1025
Copy link

HR1025 commented Oct 27, 2022

For now, lv_port_pc_vscode use the mean of Makefile to compile the simulator project.

I think there are two additional scenarios to consider:

  • Support compile options : to support the scenario for example I change the way of drivers (not use SDL but wayland)
  • git sub module not use Makefile to build project (for example https://github.com/lvgl/lv_drivers)

I think may be use if-else condition to support compile options, and use a smooth way to choose sources file instead of SRCS := $(shell find $(SRC_DIR) -type f -name '*.c' -not -path '*/\.*') .

And May be Support the Cmake mean to compile.

This is a very good project, it gives me a good feeling. I believe this is a good example to understand LVGL, and there is a possibility we may modify this project as a demo to explore LVGL and enjoy it.

(If think it useful, may be If I think it is meaningful, maybe I can improve it. Update code to keep consistent with https://github.com/lvgl/lv_port_pc_eclipse, modify Makefile and Support Cmake, and probably add a additional driver way wayland).

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

1 participant