I'm using a 3.5" lcd touchscreen that is connected to my RPi 2 Model B through an SPI interface.
I'm currently using notro's fbtft drivers to drive the screen and it works fine.
However, I need it to be able to play videos smoothly but it keeps turning out choppy. For example, I tested it with a short video of a seaside with waves crashing but the waves look like they're afraid of the sand with the way they're inching closer second by second .___.
I've tried mplayer (-vo fbdev2:/dev/fb1) and omxplayer with fbcp. I've also tried increasing the speed and fps of the screen itself by editing the dtoverlay in /boot/config.txt. Are there any other ways to improve video playback that I can try?
