[BOARD] update st7789sfb video driver long initialization fix

This commit is contained in:
Apaczer
2023-05-16 22:37:26 +02:00
committed by GitHub
parent 35c6f8e7d1
commit 2aaffcfa27
2 changed files with 4 additions and 5 deletions

View File

@@ -118,9 +118,6 @@ fi
# run boot logo animation
if (!(grep -q BOOT_LOGO\=\0 "${HOME}/options.cfg")); then
${BOOTLOGO} >> "${LOGS}" 2>&1
#st7789s video driver long initialization fix
elif (lsmod | grep -q st7789s); then
sleep 1
fi
# can't unmount boot because 'daemon' runs from it - but it's mounted read-only