Finished the menu demo

This commit is contained in:
Bo⋆˚✿˖° 2025-09-23 12:40:47 +02:00
parent fc2af7031e
commit 1be6e12b54
Signed by: FreedTapestry21
GPG key ID: 5E19D8C7E935C480
5 changed files with 643 additions and 51 deletions

13
config.json Normal file
View file

@ -0,0 +1,13 @@
{
"debug": 1,
"logging": 1,
"loglevel": 4,
"logfile": "petcard.log",
"display": "SSD1306",
"controls": {
"up": "0",
"down": "3",
"select": "1",
"back": "2"
}
}