| Home | Forums | Register | FAQ | Search | Today's Posts | Mark Forums Read |
|
Welcome to the misticriver forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
| Tags: h340, norbusan, remote, rwps |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Norbusan Build: RWPS
Hey all,
Trying to make a new .rwps off the most recent Ashen build of Norbusan's multi-font build. Maxwen has informed me that the multifont stuff should work in the .rwps, and it seems to be so. However, when I try this line: Quote:
The first display of the first tag (%Ia) shows up in the proper font, but every iteration after is in what I believe is font #5, used in the next customline. (including the %Ia.) It overwrites quite messily. Any suggestions? current kludge: Quote:
Quote:
Also, the first line (Track Name) is not scrolling. The font is large, but not unreasonably so. (luRS19.fnt) |
|
|||
|
If anyone wants it, here's the latest version, working around two kludges.
Does anyone know how to take a screenshot of the remote? m a r Quote:
|
|
|||
|
Quote:
%e|0|0|0|1|000000|%? lh (no space between '%?' and 'lh') When there are alternate lines in customline WPS, it may help. |
|
||||
|
Code:
%e|0|0|0|1|000000|%?lh Code:
[ code ] [/ code ] sorry had to put a space in |
|
|||
|
Final Update
A simple blank line did the job, as in my second post. It turns out that the first entry cannot scroll, so your solution would work, or any static entry (such as a symbol to indicate artist.)
I have another iteration of this screen, that includes bitmaps for the play state. As it is derived from the Clean themes, I'm calling it Clean(mf-rwps). It is better arranged. It includes a folder and a .rwps that should be put into your WPS directory. If you want to include it in any theme, edit the theme file line for rwps to point to it. eg: Code:
rwps: /.rockbox/wps/Clean(mf-rwps).rwps Thanks! m a r ps: kezza, thanks for the hint regarding code. It must be stricter than quoting. EDIT: fixed typo in .rwps in the zip file. This will fix scrolling in the artist line. If you downloaded the .rwps, please download it again. Apologies. FINAL EDIT: Final update, adds a position in track counter and resizes and repositions the progress bar. Shouldn't need any more changes. Looks good, still simple, but now there's just enough info to make it functional. POST-FINAL EDIT: Minor tweak for when you have nothing remaining in your playlist but the current track. OKAY, I HAVE TO STOP KIDDING MYSELF ABOUT FINALITY EDIT: The latest build fixed the scrolling and the alternating bugs. So I have updated to address these. There are no more kludge lines, and the 'Next Track' line will alternate between trackname and artist. See below for a jClix version. Last edited by rogue_ronin : March 31st, 2007 at 04:24 AM. Reason: Final update |
|
|||
|
Final update to the above zip file. It adds a 'position in track' counter and resizes and repositions the progress bar, which now divides the screen nicely. Shouldn't need any more changes. Looks good, still simple, but now there's just enough info to make it functional.
|
|
|||
|
hey, nice job on the rwps, but i was wondering if you can add a few things (sorry!) like, maybe a battery meter and time? iunno, just a suggestion! =)
__________________
nSpec iRiver H320: Experimental NGY Build v3.0, 2200mAh Cameron Sino, Internal USBOTG, Sennheiser CX300 |
|
|||
|
There's not a lot of room left, really. I was trying to make a screen that went well with the Clean themes, and had a big, readable font for the title and artist. I added the play button and the position counter for visual feedback, when you use the buttons, that you've made a change.
I understand the usefulness of a clock and battery meter, don't get me wrong. I just think that there's limited space and that what's on the screen should be related to what you're using the remote for -- choosing music and learning who made it is what I do. If you're using the remote to monitor the player, then the design would be very different, and likely include what you're asking for. So, I don't think I'm going to try to do that. It would have to be a complete re-write, I think. Even just re-activating the status bar, as a simpler solution, would require using different fonts and moving everything around. I'd probably have to remove some things. Writing these is not very hard. Try it! Just modify this one (after making a copy you can use as a backup. Copy both the .rwps and the folder if you want to change the images.) Most of the codes you need are here. And the Custom line codes (the %e stuff for positioning lines) is here. And an explanation of how to choose fonts is here. Keep in mind that the screen is 128 x 64 pixels, numbering from 0-127 and 0-63. And that any bitmaps you want to use must be binary (black and white, no color, no greyscale -- also called 1-bit color) and in Windows bitmap format. (If you're looking for the illusion of grey, use dithering -- alternating black and white dot patterns) They should be kept in the folder that matches the .rwps name. Honestly, it's pretty easy. Just change some stuff, unmount the iRiver, re-load the screen on your iRiver and repeat until you like it. You can't do any harm. m a r |
|
|||
|
Quote:
I fixed this but I guess the actual build from norbusan is not including this version For now insert an empty line before and it should work EDIT: oh Ashen already told you this |
|
|||
|
Actually Ashen suggested
Quote:
I might take a crack at the alternating lines again now that I've paid attention to his advice. The current line is adequate but not optimal. As to whether it is included, I don't know. I am running the most recent, but I did not try removing the blank line. If I update the rwps, I will test the blank line. kirk_hammet: I was going to tell you that you could easily add it, but I don't know if the fonts are compatible. It's not simple but it's not hard to figure out the fonts. If I get some time, I'll take a smack at it. No promises, though. m a r |
|
|||
|
jClix version and Clean update
Maxwen was right. It looks like the latest build fixed the scrolling and the alternating bugs. So I have updated the Clean version to address these. (see post #5) There are no more kludge lines, and the 'Next Track' line will alternate between trackname and artist. Much less busy now, which I like.
And I have made a jClix version (that looks exactly the same), but it is not just a simple drag-and-drop install. You do drag-and-drop the attached files from the zip into your wps directory under .rockbox, but then you must make a tiny edit to whichever jClix themes you would like to use the rwps with by editing the .cfg file. For example: open .rockbox/themes/jClix_Blue.cfg in a text editor (not Word or Wordpad or Open Office or the like -- use Notepad or something like it) and add the following lines: Code:
rwps: /.rockbox/wps/jClix(mf-rwps).rwps userfont6: /.rockbox/fonts/luRS19.fnt userfont7: /.rockbox/fonts/helvB10.fnt Then reload the theme and you should be good to go. The jClix themes seem to all use the same fonts, so this was a fairly easy .rwps to make, because jClix and Clean share 3 of them already. We just have to add the other two. Let me know what you think! m a r Last edited by rogue_ronin : March 31st, 2007 at 04:40 AM. |
|
|||
|
Quote:
__________________
nSpec iRiver H320: Experimental NGY Build v3.0, 2200mAh Cameron Sino, Internal USBOTG, Sennheiser CX300 |