Video plugin: Fix OSD for font_height != 8. Don't fiddle with the framebuffer directl...
commitc634e1c55461316ffe3809d0ca837fbec5e799f0
authoramiconn <amiconn@a1c6a512-1295-4272-9138-f99709370657>
Sun, 9 Nov 2008 14:08:20 +0000 (9 14:08 +0000)
committeramiconn <amiconn@a1c6a512-1295-4272-9138-f99709370657>
Sun, 9 Nov 2008 14:08:20 +0000 (9 14:08 +0000)
tree72d83761a569c4f50b8819b7123473f6031bcd19
parent12a771ac4707eadf42972587c5918f8875313b72
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