This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#10461 - Support for custom drawing of styled/scrolled text in plugins.
Attached to Project:
Rockbox
Opened by Andrew Mahone (Unhelpful) - Friday, 24 July 2009, 06:55 GMT+2
Last edited by Thomas Martitz (kugel.) - Monday, 14 September 2009, 17:48 GMT+2
Opened by Andrew Mahone (Unhelpful) - Friday, 24 July 2009, 06:55 GMT+2
Last edited by Thomas Martitz (kugel.) - Monday, 14 September 2009, 17:48 GMT+2
|
DetailsAdd support for two new scroll styles, STYLE_NODRAW and STYLE_CUSTOM, with STYLE_CUSTOM causing the draw to be done via a hook (set with lcd_set_style_hook). lcd_puts_stroll_style_offset also returns a struct scrollinfo pointer. This may be used in conjunction with STYLE_NODRAW to redraw the scrolling text in a plugin which draws other graphics to the same part of the screen, by drawing the text using the offset in the struct scrollinfo after the background graphics have been drawn. My latest patch from
Support for core text scrolling in PictureFlow plugin to follow . |
This task depends upon
FS#4817 - Remove duplicated scrolling code in the LCD drivers.
View Dependency Graph
View Dependency Graph