Partyarti777

Results 3 comments of Partyarti777

add a clear frame function in /usr/bin/photoframe.sh example: clear_framebuffer() { printf "\033[2J" > /dev/tty1 } and add it in the start function before omxplayer line clear_framebuffer omxplayer --no-keys "$IMAGE" &...

@avanc I use it on my setup. Works for me. Black screen after video, instead of last picture.

Hey, This helped me out, I went into nano **/usr/bin/photoframe.sh** and commented out these lines: ``` #SLIDESHOW_DELAY=10 #SHUFFLE=false #SHOW_FILENAME=false #SHOW_VIDEOS=true #SMARTFIT=30 ``` After that, I was able to adjust the...