Don't bypass fbdepth when starting KOReader @ 8bpp (#5841)

* [Kobo/reMarkable] Don't skip fbdepth when launching KOReader @ 8bpp

I'm not quite sure how that can happen unless you really want to, but
apparently it did on @Frenzie's H2O ;p
This commit is contained in:
NiLuJe
2020-02-11 00:08:38 +01:00
committed by GitHub
parent 8ffb9aff64
commit e49198cef8
2 changed files with 2 additions and 0 deletions

View File

@@ -154,6 +154,7 @@ ORIG_FB_BPP="$(./fbdepth -g)"
echo "Original fb bitdepth is set @ ${ORIG_FB_BPP}bpp" >>crash.log 2>&1
# Sanity check...
case "${ORIG_FB_BPP}" in
8) ;;
16) ;;
32) ;;
*)

View File

@@ -85,6 +85,7 @@ echo "Original fb settings: bitdepth = ${ORIG_FB_BPP}, rotation = ${ORIG_FB_ROTA
# Sanity check...
case "${ORIG_FB_BPP}" in
8) ;;
16) ;;
32) ;;
*)