mirror of
https://github.com/karl0ss/AnotterKiosk.git
synced 2025-07-21 16:25:01 +01:00
Revert to 1.0.8 and add Hyperion
This commit is contained in:
parent
3581873b41
commit
4ba1d6e916
@ -82,6 +82,11 @@ systemctl enable kiosk-sechedule-screen.service
|
|||||||
systemctl enable schedule-reboot.service
|
systemctl enable schedule-reboot.service
|
||||||
systemctl enable setup-refresh-timer.service
|
systemctl enable setup-refresh-timer.service
|
||||||
|
|
||||||
|
# Install Hyperion
|
||||||
|
curl -sSL https://apt.hyperion-project.org/hyperion.pub.key | gpg --dearmor -o /usr/share/keyrings/hyperion.pub.gpg
|
||||||
|
echo "deb [signed-by=/usr/share/keyrings/hyperion.pub.gpg] https://apt.hyperion-project.org/ $(lsb_release -cs) main" | tee /etc/apt/sources.list.d/hyperion.list
|
||||||
|
apt update
|
||||||
|
apt install -y hyperion
|
||||||
|
|
||||||
# generate a version info/build info file
|
# generate a version info/build info file
|
||||||
echo -n "Chromium version: " >> /version-info
|
echo -n "Chromium version: " >> /version-info
|
||||||
|
22
kiosk_skeleton/etc/hyperion/hyperion.config.json
Normal file
22
kiosk_skeleton/etc/hyperion/hyperion.config.json
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"general": {
|
||||||
|
"name": "AnotterKiosk"
|
||||||
|
},
|
||||||
|
"grabber": {
|
||||||
|
"type": "framebuffer",
|
||||||
|
"device": "/dev/fb0",
|
||||||
|
"pixelformat": "rgb24"
|
||||||
|
},
|
||||||
|
"leds": [
|
||||||
|
{
|
||||||
|
"type": "ws281x",
|
||||||
|
"gpio": 18,
|
||||||
|
"dmanum": 10,
|
||||||
|
"freq": 800000,
|
||||||
|
"leds": 256,
|
||||||
|
"rewriteTime": 1000,
|
||||||
|
"rgbw": false,
|
||||||
|
"strip": "GRB"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user