I am developing an app with the Kivy framework and I am trying to figure out how to avoid the system screen timeout.
I would like to completely disable the screen turning off (due to screen timeout) while using the app.
I checked the kivy.config module, but I didn't find any conclusive option.
https://kivy.org/doc/stable/api-kivy.config.html
Any ideas?