Open rsora opened 2 years ago
seems like /system/bin/clrbootcount.sh
is actually executed!, it could be interesting to launch an auto-reboot script to remove my cronjob in the rpi that reboots the nook every night.
Another interesting thing that I discovered is that you can force a refresh that deletes all the ghosting with the following command:
echo -n 1 > /sys/class/graphics/fb0/epd_refresh
I need to think about having it refreshing sometimes the screen, via script or ssh from RPI.
Unfortunately, seems like setting
echo -n 1 > epd_percent
echo -n 100 > epd_delay
seems like having no particular effect.... maybe I'll tweak it more in the next weeks
following https://forum.xda-developers.com/t/tweaking-the-screen-refresh.1241419/
I'll go with Method 2 (also good to know that
/system/bin/clrbootcount.sh
is executed when the boot is completed)