On our CFA 910 the script that runs the demo slideshow changes some parameters in /sys/class/graphics/fb0. Can anyone explain what these parameters do? What sort of effect do they have on the eInk display? What are valid values?
Also is there any way to get the screen to flash black then white? I'm writing an application in GTK using Cairo and it looks pretty good but there is some slight ghosting. I also see an outline of the charachters before they are filled in, but I might be able to find a way to fix that with GTK. I thought my code wasn't repainting the screen mulitple times, but it looks like it might be.
This is the contens of slideshow.sh
Also is there any way to get the screen to flash black then white? I'm writing an application in GTK using Cairo and it looks pretty good but there is some slight ghosting. I also see an outline of the charachters before they are filled in, but I might be able to find a way to fix that with GTK. I thought my code wasn't repainting the screen mulitple times, but it looks like it might be.
This is the contens of slideshow.sh
Code:
echo 0 >> /sys/class/graphics/fb0/update_mode
echo 100 >> /sys/class/graphics/fb0/defio_delay
eog -s /home/root/slides
echo 1 >> /sys/class/graphics/fb0/update_mode
echo 25 >> /sys/class/graphics/fb0/defio_delay
Looking for additional LCD resources? Check out our LCD blog for the latest developments in LCD technology.