Quote:
Originally Posted by sheep_wizard
There is a issue where the screen will sometimes randomly freeze and you need to reboot.
|
On a Clara HD or something else?
The Clara HD issues are mostly limited to rota 0 @ 8bpp, which is neither the default rotation nor the default bitdepth.
For the Libra 2/Clara 2E/Nia, you might want to try throwing a
fbink_wakeup_epdc (which is only available on master right now) before every refresh attempt (or on every user input, which is what Nickel does with a ~5s debounce).
I'm still debating whether folding that hack inside "implicit" refresh calls via an FBInkConfig field, but testing this is tedious, so I haven't bothered so far.