Welcome to the Rockbox Technical Forums!
%pv Current volume in decibels (dB). Can also be used in a conditional: %?pv[Mute|...|0 dB|Above 0 dB]
I don't understand what you mean by "insted i see only the pictures in a bigger gap" but I can answer this:"(no image/unload existing image)"Unless something has changed recently, rockbox will *NOT* unload an existing image if the conditional says "No image". Â Think of the conditional not as loading an object to be displayed, but instead as painting an image on the screen. Â If the conditional tells it to paint image1, it will. Â If, later it tells it to paint no image, it will do that as well, leaving image1 up on the screen.It's been a while since I have done images, so I may be wrong and/or could be remembering wrong, but the solution, if I am right, is to create a "blank" image and paint it instead of what you are doing now.
Page created in 0.093 seconds with 15 queries.