add resize and set bakclight and volume

This commit is contained in:
tpietrus
2023-03-16 10:08:25 +01:00
parent e45cdf1ccd
commit 0a56e2e6cf
8 changed files with 28 additions and 3 deletions

View File

@@ -7,8 +7,8 @@ SELFDIR=`dirname \`realpath ${0}\``
#BOOT_CMD="boot.cmd"
#OUTPUT_NAME="boot.scr"
cp -r board/miyoo/boot/ "${BINARIES_DIR}"
cp -r board/miyoo/main/ "${BINARIES_DIR}"
cp -r board/miyoo/boot "${BINARIES_DIR}"
cp -r board/miyoo/main "${BINARIES_DIR}"
#cd "${BINARIES_DIR}"
#"${MKIMAGE}" -f boot/${BOOT_CMD} ${OUTPUT_NAME}
#rm boot/${BOOT_CMD}