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

wayland can't redraw, touch doesn't work #234

Open
colorhacker opened this issue Aug 18, 2022 · 2 comments
Open

wayland can't redraw, touch doesn't work #234

colorhacker opened this issue Aug 18, 2022 · 2 comments
Labels

Comments

@colorhacker
Copy link

colorhacker commented Aug 18, 2022

i cloned the latest version of lgvl and this driver directly. of course, the compilation will report:
lv_mem_alloc, lv_mem_free, lv_memset_00 are wrong, this problem should be a version matching problem. I'll fix it after editing. Here is the code:

int main(void)
{
    lv_init();
    lv_wayland_init();

	lv_disp_t *disp = lv_wayland_create_window(1280, 800, "Window Title", NULL);
	//lv_wayland_window_set_fullscreen(disp, true);
    lv_demo_widgets();
	while (1) {
		lv_wayland_timer_handler();
		usleep(5000);
	}
    return 0;
}

trying the readme code under wayland has no effect.

after the demo page appears, there is no response. i thought it was because there was no touch event, but the data could be printed out, but the page was stuck.

@colorhacker
Copy link
Author

colorhacker commented Sep 29, 2022 via email

@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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant