It is a python script for playing videos on 12864 over SPI sockets
Adafruit_GPIO.SPI Adafruit_SSD1306
Configure your 128464 by following this tutorial: https://learn.adafruit.com/ssd1306-oled-displays-with-raspberry-pi-and-beaglebone-black/usage?view=all
Install additional modules
sudo apt-get install python-pip
sudo apt-get install python-pygame
sudo pip install opencv-python
Edit the script. Replace the ports to yours
# Ports used for fthe Display. You may have to change them to yours
RST = 25
DC = 24
# Play BadApple.zip
# sudo python player.py file_path
sudo python player.py BadApple.zip
I provided a m file for matlab for converting videos while you can also convert any videos with opencv
MIT