-
Notifications
You must be signed in to change notification settings - Fork 61
Expand file tree
/
Copy pathgui_conf.json
More file actions
30 lines (30 loc) · 742 Bytes
/
gui_conf.json
File metadata and controls
30 lines (30 loc) · 742 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"COLORS": {
"BACKGROUND": "#000000",
"BORDER": "#05ff00",
"GAMEPAD": "#141494",
"GAMEPAD_FILL": "#eeeeee",
"SELECTED_TEXT": "#00ff55",
"SELECTED_TEXT_BACKGROUND": "#2d0fff",
"TEXT": "#05ff00"
},
"LOCK": {
"auto_lock_seconds": 0,
"enabled": false,
"pin_hash": ""
},
"PATHS": {
"IMAGEBROWSER_START": "/root/Raspyjack/img/",
"SCREENSAVER_GIF": "/root/Raspyjack/img/screensaver/default.gif"
},
"PINS": {
"KEY1_PIN": 21,
"KEY2_PIN": 20,
"KEY3_PIN": 16,
"KEY_DOWN_PIN": 19,
"KEY_LEFT_PIN": 5,
"KEY_PRESS_PIN": 13,
"KEY_RIGHT_PIN": 26,
"KEY_UP_PIN": 6
}
}