Welcome to the Rockbox Technical Forums!
... inspired by the Nucleo Theme, I have used on Winamp decades, I am about to develop a skin for the ipod classic (320x240)Here a very early draft. It holds two L/R VU meters on the bottom still not finished. At the moment, I do have issues to understand how to put the picture flow and some games into the tiling main menu? Hopefully somebody can help me further.millim
1.) I have checked the convttf.c, there is a depth of 4bit specified, that could hold multicolor? I don't know.
2.) simply draw every single character that is taken from a bitmap list. So bit mapped numbers/characters shown as bit mapped icons.
%xd(your_bitmap,%ss(0, 1, %fb))%xd(your_bitmap,%ss(1, 1, %fb))... etc...
Hmmm, noticed another bug I didn't catch - seems when the text menus are "hand-crafted" you have to explicitly tell them to scroll. Hence long file names are not fully readable in the file view as it currently stands. Will fix that for the next "release" (i.e. will have to reupload yet again).Edit -this should now be fixed with the new version uploaded. Also added icon/tiles for all the remaining menus (bar the recording one).Edit 2 - drat, making the entries in the file view scroll seems to create a strange problem whereby the background and text colours become the same so you can't read it. And furthermore, this only happens on the ipod itself, not in the simulator, so it's really tricky to test/debug. (I wonder if it's related to the long-standing bug where scrolling text on the SBS gets the background from the WPS? I can't see any reason for it in the SBS script itself).
%?if(%cs, =, 1)<%Vd(text)>%Vl(text, 100,210,150,16,3)%s%acABCDEFGHIJKLM1234567890
%we# Load Backdrop%X(BackgndWPS_16.bmp)%V(0,0,320,240,-)%?mp<%Vd(p)|%?C<%Vd(z)%Vd(a)|%Vd(z)%Vd(n)>|%Vd(p)|%?C<%Vd(z)%Vd(a)|%Vd(z)%Vd(n)>|%?C<%Vd(z)%Vd(a)|%Vd(n)%Vd(z)>># pb moved to sbs%Vl(p,35,18,250,20,1)%Vf(ffffff)%Vb(000000)%s%ac%?it<%it|%fn>%Vl(z,35,22,250,20,1)%Vf(ffffff)%Vb(000000)%s%ac%?it<%it|%fn>%Vl(z,35,45,250,20,1)%Vf(ffffff)%Vb(000000)%s%ac%ia%Vl(z,35,68,250,20,1)%Vf(ffffff)%Vb(000000)%s%ac%id
My understanding is that SBS is for the menus and WPS for the playback screen, totally isolated, but it doesn't?
The Roboto font, I cannot find, also the downloaded font package for the classic does not include the font. Also the github repos pointing to Roboto font set are empty? How can I resolve this?
Page created in 0.049 seconds with 15 queries.