basic graphics stack

everything is defined in graphics.js it is curently very basic et poorly performing but png/jpg files can be displayed
This commit is contained in:
Marc
2022-02-01 23:24:00 +01:00
parent 80e8d184ab
commit a6dbee234c
7 changed files with 459 additions and 22 deletions
+5
View File
@@ -5,6 +5,11 @@ then echo "Please run as root"
exit
fi
if [ ! -d rootfs\ overrides/chibrax/node_modules ]
then
echo "please run npmi.sh"
exit 1
fi
CHIBRAX_MOUNT_POINT="/tmp/chibraxMountPoint"