The screen will almost certainly be initialised before the desktop starts. I'd expect it to need USB for touch input t the Pi.
What actually matters is whether or not your application needs Wayland or an X server to be running. That depends on the libraries you're using and other factors.
Try booting your Pi to command line then running your porgram from there without starting the desktop.
There are ways of running an X server withoth the full desktop, the simplest beingbut a degree of fettling is required because of modern security settings. I've no idea what the wayland equivalent is.
What actually matters is whether or not your application needs Wayland or an X server to be running. That depends on the libraries you're using and other factors.
Try booting your Pi to command line then running your porgram from there without starting the desktop.
There are ways of running an X server withoth the full desktop, the simplest being
Code:
startx some-program
Statistics: Posted by thagrol — Thu May 09, 2024 5:24 pm