Skip to main content
Associate
September 14, 2023
Question

Is the adafruit R8875 display driver compatible with STM32F429?

  • September 14, 2023
  • 2 replies
  • 1176 views

I am considering purchasing this for an MP3 player project that I was assigned to but I can't find anything definitive online to make me think that it is interfaceable with this microcontroller as all the examples and videos are done with Arduino. I also don't know if touchGFX generated code for my discovery kit would properly work on any display that I have connected through the driver. Does anyone have any experience with this component?

This topic has been closed for replies.

2 replies

Tesla DeLorean
Guru
September 14, 2023

>>..are done with Arduino

Look at the driver / library source, make a determination if you can port them to equivalent interface(s) on the STM32

Correct,. the discovery board code/drivers probably not going to work. Board itself has very few resources left as most pins committed to SDRAM and SCREEN

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
AScha.3
Super User
September 14, 2023

Hi, forget working example.

I made a player, MP3 , flac, wav, on F411, F401 and now H743 . but with ST7735 TFT, lib from Arduino, mp3 and flac lib from git . just my hobby, about 700 hours now. Sound is great.

good luck !  :)

 

"If you feel a post has answered your question, please click ""Accept as Solution""."