Video plugin: Fix OSD for font_height != 8. Don't fiddle with the framebuffer directl...
commitbd08aeed538d66a466b4f32a99954f23f01d9c1f
authorJens Arnold <amiconn@rockbox.org>
Sun, 9 Nov 2008 14:08:20 +0000 (9 14:08 +0000)
committerJens Arnold <amiconn@rockbox.org>
Sun, 9 Nov 2008 14:08:20 +0000 (9 14:08 +0000)
tree72d83761a569c4f50b8819b7123473f6031bcd19
parent1d2952df8043ae5de3d7927b13422ba9f7fc35c9
Video plugin: Fix OSD for font_height != 8. Don't fiddle with the framebuffer directly, but use the standard lcd drawing functions and lcd_update_rect() (in the ISR as required). OSD now displays for 1 second (0.5 seconds for buffer debug).

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19052 a1c6a512-1295-4272-9138-f99709370657
apps/plugins/video.c