I'm windows application developer and i think i can do it. I am using C# ,so I know C++ syntax.
Thanks for that SDK. I didn't buy a player yet. Is there any difference between programming of RK27xx and RK26xx? Is is possible to edit firmware to open my app on start up? and shut down device when my app closed? |
Hello, AmirNapster! Welcome to our forum :)
The two main differences between RK26xx and RK27xx CPU-based players: 1) RK27xx supports a lot of video formats natively, while for RK26xx you need to convert a video before playing it on your player. I am a RK26xx owner and this is not a problem for me. 2) A lot of (but not all) RK26xx players can launch .rkp applications, while most of RK27xx have only one built-in game "Tetris". There were some attempts to replace this built-in crap with a games/apps Launch Menu (from RK26xx). If I remember correctly, somebody has implemented the .rkp support to his RK27xx firmware, but there are a lot of different players and firmwares, and every player works only with it's firmware and don't work with other. So, if you want to create the applications for your player, choose RK26xx. For example, you have found a seller who has a nice player. How to check if the player is RK26xx-based and can launch applications, before the purchase: 1) It supports RKP games (read the description) 2) It has the Games Menu 3) It has buttons, but hasn't a touchscreen 4) It has a big (at least 2.4 inches) screen 5) It should have a MiniSD or MicroSD slot (because, at the moment, rkp applications can't read files from the flash memory) It might be hard to check all these things. If you aren't sure, provide a link to the seller's website, and I will try to help you. My player (RK26xx): Soundbreeze Mp-401 - MyMPx There are a lot of cool applications for RK26xx: Chess, port of Wolfenstein 3D game:o, Timer, SD-Card BMP image opener, FM-Radio, Music-44KHz, Calculator, BigSnake, Xonix, etc. And all these apps were created by the members of this forum! :rolleyes: Applications, useful files and other SDK-related things: http://mympx.org/forum/general-discu...ing-links.html Quote:
You can use BMP images, since they are natively supported by SDK! :rolleyes: About file browser: That is not easy to write from the scratch. But you can use the sources of SD-Card BMP image opener as a basis! :rolleyes: About MP3 decoder: Rockchip SDK supports C language (with some strange extensions). While there are a lot of C/C++ sources of MP3 decoder available (just Google), you will need to edit them somehow to compile them. |
Thanks for your complete answer
Quote:
|
Quote:
But there are a lot of RK27xx with touchscreens (but without .rkp support), similar to this player: http://img21.imageshack.us/img21/9837/rockchip27xx.jpg Touchscreen = no .rkp support That is why I don't advice to buy a Rockchip-based player with touchscreen, if you want to create applications and use them. Also, buttons are better than the touchscreen, because most of cheap players with touchscreen have a bad sensivity, so it's quite annoying to use them! :rolleyes: |
And I don't know any cheap touchscreen platforms suited for development.
|
there is support for touchscreen in SDK for RK27xx chip. But this is totally different from RKP platform, and there is not clear solution for running external executables on this player. We have to manually redirect code to our code or recompile whole firmware SDK.
As I said, there is a lot of libraries but most of them wont even fit into RK26 rkp platform memory reserved. Besides, PCM driver issue has not been solved yet. I tried to write some sort of brainwave generator in RKP format, but for some reason I couldnt initialize mixer hardware, so PCM stream wasnt heard anyway... Though mic was working... BTW. There is no native support for BMP format. This is a misunderstanding. Natively the player support 16bit pixel by pixel stream of binary (R5G6B5). BMP structure works the opposite way - starting line is the last line at the bottom. JPEG decoder will be a challenge in this buggy platform but I can't wait to see the results:cool: |
I have a 7" player with RK2729 chip. So what's the difference between 2706 and 2729?
Thanks |
Quote:
http://www.rock-chips.com/product.ph...830&height=500 |
Hi all, do anyone fixed bug with starting of RockChip Emulator? Don't works...
Already have Framework 3.5 (and sp1 for it) "Application failed to start, reinstalling may to solve problem." (I'm Russian, error message been translated) Thanks. |
Ok, problem been solved, I install Visual Studio.
May anyone tell me, where are sysconfig.h, I need it, because LCD of my player have 400x272 resolution. |
| 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