I have been working on modifications to the cabbiev2 theme for iPod Video and iPod Classic. The latest mod I made was to make the text of list titles draw in the color blue. It works great when a title's text length is short enough that it doesn't trigger horizontal scrolling. But when it does need to scroll, the line evolves into a blue wash because the remnant of each scrolled position is not getting erased before the new scroll position is drawn. I'm wondering if anyone else has experienced this? I assume it's a bug in my code - it seems unlikely to be a Rockbox bug as I assume others would have reported it and gotten it fixed a long time ago. Here is my line of code:
V(5,12,-,15,-)%Vs(color, 76A2D0)%s%Lt
Am I leaving something out that needs to be there?
Thanks.