Does anyone know if the adafruit R8875 display driver is compatible with the STM32F429?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-09-14 1:39 PM
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?
- Labels:
-
STM32F4 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-09-14 2:01 PM
>>..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
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-09-14 2:02 PM
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 ! :)
