Watch
1
0
Fork
You've already forked menu
0
mirror of https://git.sr.ht/~michalr/menu synced 2026-09-13 02:38:11 +00:00
No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2024-09-13 21:46:03 +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
example_config.json Multiline text on buttons and messages 2024-09-10 23:07:25 +02:00
iboard.py Redraw only when something could have changed - save CPU usage 2024-09-10 16:37:34 +02:00
menu.py Have one worker thread instead of creating threads on demand 2024-09-13 21:46:03 +02:00
README.md Do not hardcode quitting action, make in a configurable action instead 2024-09-10 17:50:10 +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

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.