MP3 Example for mikromedia XMEGA not working in microC Pro

General discussion on mikroC PRO for AVR.
Post Reply
Author
Message
sanuzr
Posts: 4
Joined: 07 Jul 2014 13:09

MP3 Example for mikromedia XMEGA not working in microC Pro

#1 Post by sanuzr » 09 Jan 2016 16:52

Hello,

I am new to mikromedia and got a new development board for XMEGA. I tried uploading the .hex file provided with the Examples and could able to run most of the Application except the MP3 Example, which I need the most. Can anybody guess what I am missing ? Is there any setting to be done to run the MP3 Player example. I am getting only a blank screen on the 320x240TFT.

Thanks in Advance.

User avatar
Aleksandar.Mitrovic
mikroElektronika team
Posts: 1697
Joined: 11 Mar 2015 12:48

Re: MP3 Example for mikromedia XMEGA not working in microC P

#2 Post by Aleksandar.Mitrovic » 11 Jan 2016 15:19

Hi,

Can you please tell me do you have mikromedia board for XMEGA with the black frame TFT?

If that is the case. The problem can be in the TFT initialization.

Take a look in the code please.
The TFT_Init(320, 240) is for the old TFT screen (with gray frame).
To use it with the new one you should change it to the TFT_Init_ILI9341_8bit(320, 240).

Best regards,
Aleksandar

Post Reply

Return to “mikroC PRO for AVR General”