#Raspberry Pi Displays
1 messages · Page 1 of 1 (latest)
Are we counting SPI/I2C displays?
IDK - @ocean path just said "How many displays can a RPI drive??
Olivia, we need details on your question :O
Ahh... Yeah, I2C is probably the best option there, since they don't need to be high resolution to show a small piece of an image, and high res of HDMI displays at a small scale would be lost
Yeah.... Maybe you could do that with your 50-camera 3D scanner to display all your images that were taken - LOL
XD
I think Olivia was talking about 1 image spread out, not a bunch of images spread out on a bunch of displays XD
That's exactly what I mean
:D
So yeah, I2C, you could have a bunch of 128x32 or 128x64 displays that each get their own little image to display
what's the max resolution and framerate?
i was thinking about the viability of a jacket with a bunch of screens stiched into it (since there aren't any flexiscreens that would bend well)
as like an idea to show say a message or an image that could change
protest art, etc
I think the highest I2C displays I've seen are like 256x256? Not sure about frame rate... As for how big of an overall image; that depends on your controller, how much RAM it has, storage... Displaying that many images from one MCU might be too much
That's what I thought you meant to do
YAY
One point for me
LOL
lol
If you have a 4x4 grid of 128x64 I2C displays, that's an effective resolution of 512x256
How about a Beaglebone or something??
As a controller
would that be the max? 16 displays like that?
Yeah, Beaglebone, Pi, or multiple MCUs... I have no idea how many I2C displays can be driven together
I'm honestly not sure how many you could do at once. The bigger you get, the more issues you can have -- there's the memory required to drive all displays, power, I2C address space...
i guess it wil have to be something I need to learn and experiement with
@cosmic talon says "Depends on the type of display interface. It could drive a hundred if they're simple I2C ones, for example."
Yeah, you might want to start with like, 4 displays and then grow from there
I2C address space should be the main issue right? i don't imagine having 4gb of ram on a pi is going to be an issue right?
If you're using a Pi, yeah, I2C addresses and power are the 2 things I'd worry about
sounds like a plan! thans!
You're welcome :D
ah power....
it would need a separate power supply at some point~ i see.
where can I learn more about I2C and driving displays?
Here's some links
thanks!
The second one is an SPI link, but still about displays
You're welcome! No problem


