air icon indicating copy to clipboard operation
air copied to clipboard

description of the architecture of this program

Open Szybet opened this issue 2 years ago • 0 comments

Hello I'm thinking of replacing the current xorg implementation on InkBox OS with this program. To do that I would need to know how this program works. Reading the lua code doesn't help me... Could you in detail describe how and what it's doing? maybe a video of running this program? Some details I would like to know:

  • What / How it's outputting things on the screen? Just putting it in framebuffer?
  • Touch is managed by xorg, right?
  • Is it restarting the input drivers?...
        echo 1-0024 | sudo tee /sys/bus/i2c/drivers/cyttsp5/unbind
	sleep 1
        echo 1-0024 | sudo tee /sys/bus/i2c/drivers/cyttsp5/bind
  • Are there any problems with apps crashing? Something like that?

Thanks!

Szybet avatar Feb 24 '24 12:02 Szybet