Question RP2350 screen question

Joined
Sep 27, 2025
Messages
70
Likes
45
Some friends and I are attempting to connect 20 or more .42" OLED screens to an rp2350 chip. Any advice on how to accomplish this? Thanks.
 
What display driver are you using with these, something like the SSD1315?

Most display drivers for these small OLEDs support both I2C or SPI communication. It should be reasonably possible to drive many of these displays if you use SPI mode on the driver, with a single SPI peripheral and one chip select GPIO per display. It would also be possible (but annoying) with I2C but you'd need one or more I2C multiplexers, since the I2C target address on these displays is typically not configurable.
 
Unfortunately, I do not know what driver we are using for the project as we're still brainstorming. The only thing I know is we need to fit a micro processor, battery, and screens, in a shape slightly smaller than a baseball.
 
Can you take a picture of the front and back of the screens, or link to the screens you are considering buying?

The screens themselves don’t handle the communication, they have a little driver board attached. Most of the driver boards have a jumper to change between i2c and spi mode.
 

Might not use these, but will use something similar.
 
I would recommend finding a version of this screen with the SPI connections broken out, and use SPI instead of I2C. The reasoning behind this is that the RP2040 has plenty of GPIOs to drive a ton of Chip Select pins for SPI devices, whereas using I2C will require a solution for multiplexing I2C addresses. The driver chips on these little OLEDs typically have a single fixed I2C address
 
That would be great if we can make it work. We don't have much space in this thing, and the multiplexers looked like a hassle.
 
Quick question, what are the ramifications of putting an OLED screen in cast resin? Same goes for the rest of the tech.
 
Back
Top