-
Notifications
You must be signed in to change notification settings - Fork 215
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
Comments
Do you see at least a window opened (even without content)? |
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. |
我也遇到这个问题 |
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. |
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 More info here. If it's working I'll update the README. |
I experienced it too |
Does this help? |
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)
The text was updated successfully, but these errors were encountered: