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

build in windows using cygwin but no gui display #109

Open
xiazp opened this issue Jul 28, 2022 · 7 comments
Open

build in windows using cygwin but no gui display #109

xiazp opened this issue Jul 28, 2022 · 7 comments

Comments

@xiazp
Copy link

xiazp commented Jul 28, 2022

E:\project\lvgl\lv_port_pc_eclipse\cmake-build-debug\bin\main.exe
[Warn] (0.000, +0) lv_init: Memory integrity checks are enabled via LV_USE_ASSERT_MEM_INTEGRITY which makes LVGL much slower (in lv_obj.c line #160)
[Warn] (0.000, +0) lv_init: Object sanity checks are enabled via LV_USE_ASSERT_OBJ which makes LVGL much slower (in lv_obj.c line #164)
[Warn] (0.000, +0) lv_init: Style sanity checks are enabled that uses more RAM (in lv_obj.c line #168)

@kisvegabor
Copy link
Member

Do you see at least a window opened (even without content)?

@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
@djcdei
Copy link

djcdei commented Sep 9, 2023

我也遇到这个问题

@stale stale bot removed the stale label Sep 9, 2023
@ArdaSenyurek
Copy link

I'm experiencing the same problem. I'm running on RPI4. I cloned lv_port_linux rep and built it as stated in its readme.md. I do sudo ./main inside bin folder but nothing shows up. Not even a window. I tried original main.c as well as some other lv_get_started functions inside the main loop but problem persists.

@kisvegabor
Copy link
Member

Do you have the UI (i.e. windows) of the Raspberry's OS running too? If so it overwrites what you draw into the frame buffer.

If this is the case press Ctrl + Alt + F1 to switch to command line mode and try running the LVGL app from there.

More info here. If it's working I'll update the README.

@loulansuiye
Copy link

loulansuiye commented Jun 21, 2024

I'm experiencing the same problem. I'm running on RPI4. I cloned lv_port_linux rep and built it as stated in its readme.md. I do sudo ./main inside bin folder but nothing shows up. Not even a window. I tried original main.c as well as some other lv_get_started functions inside the main loop but problem persists.

I experienced it too

@kisvegabor
Copy link
Member

Does this help?

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

5 participants