Quote:
Originally Posted by cellaris
By the way @pazos, since v2020-08-1-40 I have noticed that the screen blinks several times when a book is opened from the PocketBook home screen. And it only happens when the screen refresh is set to KOReader on every page step (or less than 5 page steps). It happens on both the PB Touch HD 3 and the Inkpad 3. In your previous test compilation this did not happen.
(This does not happen if you open the books from KOReader).
|
Kind of a weird issue. It seems that
https://github.com/koreader/koreader...evice.lua#L107 gets promoted to a full screen update with these settings. Try to change 'partial' to 'full' and see if that fixes most of the "blinks". It should flash once.
BTW, the test build was based on a workaround. The code merged is much better and was contributed by ezdiy. Anyways I cannot spot differences on the code that can explain that behaviour (other than the trick above).
Also @Cellaris, you might want to help us trying the changes in
https://github.com/koreader/koreader-base/pull/1171, since they are intended to improve ghosting and you might end ditching the screen refresh after each page.