MyMPx.org

MyMPx.org (http://mympx.org/forum/)
-   General Discussion (http://mympx.org/forum/general-discussion/)
-   -   Hooray!!! Rockchip SDK! (http://mympx.org/forum/general-discussion/43348-hooray-rockchip-sdk.html)

knob 7th May 2009 2:28 pm

Re: Hooray!!! Rockchip SDK!
 
Been playing with Id3 tags.

Can now get any Id3 tag to appear at will, going to alter the display to get the tags to scroll and display more music info on screen.


Quote:

if(pMusicPlayStruct->DisplayFlag.bit.bLongFileName == 1)
{

DisplayPicture(0,109,PLAY_M_NAME_XSIZE,PLAY_M_NAME _YSIZE,NFA_PLAY_M_NAME);//blanks out filename
MusicDisplayBlock.MusicUnion.Lrc.pId3Info = (unsigned int *)(&Id3Info);
MusicPlayInfo.DispState = ID3_DISPLAY;
ID3_TAG *pId3Tag = (ID3_TAG*)(pMusicPlayStruct->MusicUnion.Lrc.pId3Info);



r.x0 = 0;
r.y0 = 111;
r.x1 = 194;
r.y1 = 142;

//LCD_DispStringInRect(&r,&r,pMusicPlayStruct->MusicUnion.Music.pLongFileName, LCD_TEXTALIGN_LEFT);//knob display actual Filename
//LCD_DispStringInRect(&r,&r,pId3Tag->id3_album, LCD_TEXTALIGN_LEFT); //knob how to get Id3 tag album

//knob how to get Id3 tags

LCD_DispStringInRect(&r,&r,pId3Tag->id3_title, LCD_TEXTALIGN_LEFT); //knob how to get Id3 tag artist

}
Would also like to get some more readable bitmapped fonts mapped to replace the system font.

timon 8th May 2009 11:30 am

Re: Hooray!!! Rockchip SDK!
 
Всем привет.
Скомпилировать прошивку и прошить плеер получилось но не проигрывается видео. В чем может быть проблемма?
Rnob fа что у тебя?

knob 9th May 2009 12:12 am

Re: Hooray!!! Rockchip SDK!
 
hi timon
I have not tested the video, I have been only looking at making the music player better, the video support is poor on these rk2606 players.
I think I could make a better music only firmware.

try the test videos :-
http://mympxplayer.org/sample-rockch...am-df1014.html


привет timon
Я не тестировал видео, я был только в поиске на то, чтобы сделать плеер лучше, видео поддержка малоимущих на эти rk2606 игроков.
Я думаю, что можно было сделать лучше музыку только прошивки.

попробуйте тест видео: --
http://mympxplayer.org/sample-rockch...am-df1014.html

Pesho 9th May 2009 1:38 am

Re: Hooray!!! Rockchip SDK!
 
Hey knob, any idea if it's possible to add a RKP selector for RK2606A instead of the tetris game?

Also, have you found out why the majority of RK26xx firmware out there are so incompatible with different screens? I think that a universal, full-featured "fail-safe" firmware is what's needed here.

knob 9th May 2009 8:44 am

Re: Hooray!!! Rockchip SDK!
 
Quote:

Hey knob, any idea if it's possible to add a RKP selector for RK2606A instead of the tetris game?
yes it should be. would be easier if we could get hold of some source from 2608 firmware that includes a game menu.

Quote:

Also, have you found out why the majority of RK26xx firmware out there are so incompatible with different screens? I think that a universal, full-featured "fail-safe" firmware is what's needed here.
yes i did, it's PowerOnLcdinit() in the display driver, I posted a bit of code already.
I also thought about this, having a diagnostic mode when the firmware boots up by say holding down one the keys and pressing buttons to tweak the display setting.

btw here is a direct link to the Rk2608 source:-
RK2608_Source

Beware ! Only try out these firmwares if your player is ALREADY DEAD or you have a working backup

Pesho 10th May 2009 9:51 am

Re: Hooray!!! Rockchip SDK!
 
Hey thanks, i wanted to see if that one contains any game selector sourcecode, but i dont have access to pudn. Is it missing or something?

As for the screen calibration - it's a great idea. Please post when you have all the code ready and commented. I'd like to see if an "exit" button can be added for the FM section...

timon 16th May 2009 8:55 am

Re: Hooray!!! Rockchip SDK!
 
Еще одно руководство по плеерам на базе Rockchip 26XX - RK26XX芯片应用介绍.ppt
http://bbs.mpnbbs.com/attachment.aspx?attachmentid=107

knob 3rd Jun 2009 11:51 am

what i have done so far..
 
If anyone is still interested this is where I am with a custom firmware for rk2606.


http://i203.photobucket.com/albums/aa99/astola/mp3.jpg

Basically I'm creating a music player for visually impaired like me!
The font is much bigger and clearer and the icons are too and the ID3 tags now scroll across if they are too big, it's starting to look much better thanks to the SDK.
I created a new bitmapped font(18x20) to completely replace the poor system (12x8) font.

Pesho 8th Jun 2009 1:05 am

Awesome! When are you gonna upload all the stuff necessary to build it?

tick 9th Jun 2009 6:46 am

Any 26xx SDK please?


All times are GMT -7. The time now is 8:38 pm.

Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2015, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0 RC 2