Got what was advertised. The only thing that confuses me is the thickness of the CPB. It's pretty easy to get started with my project. I used a Raspberry Pi Zero W and the standard fbtft_device module built into Raspian (Jesse) to copy the framebuffer to the OLED. You need fbcp. Notes: This was for Retropie 4.3 rpi1_zero, I tried using the latest build (Buster at the time) but it seemed to run slower than Jesse. This screen will not display anything until the driver starts. So don't be nervous if you don't see it turn on after you plug it in. Also, it takes some time to show up when loading. My use case: // Enable SPI (interfaces), disable overlay (optional): sudo raspi-config // Set up WiFi or use a LAN cable // Make sure your version of Raspian has git // Get fbcp, compile , copy to bin:sudo git clone https://github.com/tasanakorn/rpi-fbcpsudo cd rpi-fbcpsudo mkdir buildsudo cd buildsudo cmake .sudo makesudo cp fbcp /usr/binsudo chmod + x /usr/bin/fbcp// Enter the text in /etc/rc.local (before the line: exit 0): /usr/bin/fbcp &// Create a file with the text /etc/modules-load.d/fbtft .conf:spi -bcm2835fbtft_device// Create a file with the text /etc/modprobe.d/fbtft.conf file:options fbtft_device custom name=fb_ssd1351 width=128 height=128 buswidth=8 gpios=reset:24,dc:25 speed=32000000 bgr=1 rotation= 180Your reset pin and can be different from GPIO 24 and 25, change accordingly.// (Optional) Modify /boot/config.txthdmi_force_hotplug=1hdmi_group=2hdmi_mode=87hdmi_cvt=128 1 28 60Thus will force the HDMI buffer to match the resolution of the OLED screen. Attention, this also affects the HDMI output. As a result, most displays do not support 128x128 resolution for the HDMI port. You can try setting hdmi_cvt to a more acceptable medium resolution like 320240 or 640480 if needed. // My pin setup: VCC (Power +): Any 3.3 VGND (Power -): Any GNDDIN: GPIO 10 MOSICLK: GPIO 11 CLKCS: GPIO 8 CE0DC: GPIO 24RST: GPIO 25
LAFVIN Super Starter Kit for Arduino R3 Mega2560 Mega328 Nano with Detailed Tutorial - Compatible with Arduino IDE
11 Review
GeeekPi Raspberry Pi Cluster Case with Cooling Fan and Heatsink for Pi 4 Model B, 3 Model B+ & 3/2 Model B
11 Review
Vilros Raspberry Pi 4 4GB Complete Starter Kit - Black Fan-Cooled Aluminum Case for Heavy-Duty Performance
12 Review
REXQualis Comprehensive Starter Kit with Arduino MEGA 2560 & Detailed Tutorial for Arduino IDE Compatibility
11 Review
🔧 Premium Repair Replacement Screws & Tools for MacBook Pro Retina 15"/13" - Complete Bottom Case Set
10 Review
Glarks 660 Pieces Phillips Assortment Motherboard
10 Review
36-Pack Black Rubber PC CPU/Case Fan Screws/Rivets Set for Computer
11 Review
M.2 Screw Kit: Easy Mounting for NVMe SSDs on ASUS Motherboards
19 Review