Hi!
Some months ago, seemingly out of the blue, the eink of my K4NT stated to fade. The first page will look only a little faded, but each page turn will make it look worse, with really noticeable ghosting even though the page refresh is set to happen at each turn. I've found that the higher the temperature, the worse and faster this process is.
Looking online, someone suggested in a similar case to stick it in the freezer. I tried it and voila, as long as the kindle is cold the screen looks ok. Also, as a workaround I looked into some scripts on this page and concocted a simple script to be launched by KUAL that triggers multiple refreshes when I press the page turn button. This helps with the contrast, each refresh making the text "bolder", for lack of a better term. FWIW, this script just repeats 3 times
From all of this I suspect that the screen is ok, since it looks that it's still capable of "delivering" the contrast. Do you have any thoughts on what might be the problem?
Some months ago, seemingly out of the blue, the eink of my K4NT stated to fade. The first page will look only a little faded, but each page turn will make it look worse, with really noticeable ghosting even though the page refresh is set to happen at each turn. I've found that the higher the temperature, the worse and faster this process is.
Looking online, someone suggested in a similar case to stick it in the freezer. I tried it and voila, as long as the kindle is cold the screen looks ok. Also, as a workaround I looked into some scripts on this page and concocted a simple script to be launched by KUAL that triggers multiple refreshes when I press the page turn button. This helps with the contrast, each refresh making the text "bolder", for lack of a better term. FWIW, this script just repeats 3 times
Code:
dd if=/dev/urandom of=/dev/fb0 bs=1 count=2;
usleep 100000;
echo 2 > /proc/eink_fb/update_display;
From all of this I suspect that the screen is ok, since it looks that it's still capable of "delivering" the contrast. Do you have any thoughts on what might be the problem?