1
0
Fork 0
Go to file
Michał Rudowicz 75659d8142 Events after screensaver should be ignored for a short time 2024-09-10 18:55:12 +02:00
.build.yml Initial commit 2024-09-08 13:58:38 +02:00
.gitignore Initial commit 2024-09-08 13:58:38 +02:00
COPYING Initial commit 2024-09-08 13:58:38 +02:00
README.md Do not hardcode quitting action, make in a configurable action instead 2024-09-10 17:50:10 +02:00
example_config.json Add ability to configure font settings 2024-09-10 18:27:31 +02:00
iboard.py Redraw only when something could have changed - save CPU usage 2024-09-10 16:37:34 +02:00
menu.py Events after screensaver should be ignored for a short time 2024-09-10 18:55:12 +02:00
requirements.txt Initial HTTP GET support 2024-09-08 19:26:29 +02:00
screensavers.py Redraw only when something could have changed - save CPU usage 2024-09-10 16:37:34 +02:00
tests.py Initial commit 2024-09-08 13:58:38 +02:00

README.md

menu

Simple GUI menu aimed at touchscreens that is supposed to provide quick actions for the user.

builds.sr.ht status

Configuration

Configuration is done using a JSON file. See example_config.json for details.

Available actions

MSG

Shows a message action_message for action_param number of seconds.

action_param must be an integer.

GET

Performs a GET on the action_param URL while displaying action_message.

QUIT

Quits an application.