Arduino LED display Compatibility with Raspberry Pi

userHead Lise.Gomes 2023-01-30 21:29:41 762 Views2 Replies

 

Hi,


I'm working on a project with Raspberry Pi 4B and I need a LED matrix display. 

I saw this flexible RGB LED matrix DFR0597 that has 7x71 RGB LED and it would be perfect.
I know that it is compatible with Arduino Uno, Leonardo and Mega2560 but I can't find anything about Raspberry Pi compatibility.
I am pretty new to this, could someone tell me whether it is compatible or not ? 

Here is the link to the specifications :
https://wiki.dfrobot.com/Flexible%20RGB%20LED%20Matrix%207x71-DFR0597 

Thanks,

2023-01-31 23:49:22

Thank you for your reply, I think my best option here is to keep looking for another led display as I'm not sure how to write my own driver.

userHeadPic Lise.Gomes
2023-01-31 09:54:35

Hi

Sorry, I'm afraid that it does not officially support Raspberry Pi.

The MCU it uses is STC 8F2K32S2, you can try to write your own driver according to its datasheet if you want to use it on Raspberry Pi.

Hope it can answer your question.

userHeadPic Tonny12138