-
Hi. I want to write some LVGL code. Is there a way to have a simulated/emulated display driver available so I can see and test the result directly on my computer? |
Beta Was this translation helpful? Give feedback.
Answered by
kartben
Jul 13, 2025
Replies: 1 comment
-
Yup, just target the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
AdelQraft
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yup, just target the
native_sim
board target, it comes with an SDL-based display driver which also supports touch events.