Replies: 2 comments 1 reply
-
We might actually need to implement a VirtIO driver for this[1], sadly the presentation was ran on baremetal. |
Beta Was this translation helpful? Give feedback.
1 reply
-
@Rochet2, since we are already (viciously) using the Unikraft Discord server for discussions, meetings, brainstorming and jokes (mostly bad, we do what we can), we will close the Discussions tab. We will do this on Friday, March 31, 2023. Please move any discussions or questions on the Unikraft Discord server. See you all there! 🤝 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have built and run lvgl that produces an image buffer, but how can I draw the generated image to the screen for KVM/qemu?
In one of the presentation videos I saw an example of lvgl used to draw graphics, but I could not find the example code.
Here is that presentation https://www.youtube.com/watch?v=RMffUqK2XQw&t=1570s
Cannot see any libraries for this in unikraft libs, so currently trying to just access a frame buffer.
Calling
open()
on/dev/fb
or/dev/fb0
results inEACCESS
, so currently trying to see if there is some setting I need in order to enable frame buffer access.Beta Was this translation helpful? Give feedback.
All reactions