mirror of https://git.sr.ht/~michalr/menu
Michał Rudowicz 9913ceb564 | ||
---|---|---|
.build.yml | ||
.gitignore | ||
COPYING | ||
README.md | ||
example_config.json | ||
iboard.py | ||
menu.py | ||
requirements.txt | ||
screensavers.py | ||
tests.py |
README.md
menu
Simple GUI menu aimed at touchscreens that is supposed to provide quick actions for the user.
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.