1
0
Fork 0
forked from len0rd/rockbox

LCD drivers: * Automatically optimise horizontal and vertical lines drawn via _drawline(), with debug message to show possible optimisations in the caller. * Get rid of the extra ICODE function declarations by putting the attribute into the definition.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17081 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2008-04-12 07:53:33 +00:00
parent 02eb1d83a7
commit 00ac809cc7
7 changed files with 140 additions and 120 deletions

View file

@ -23,5 +23,6 @@
#define LCDFN(fn) lcd_remote_ ## fn
#define FBFN(fn) fb_remote_ ## fn
#define LCDM(ma) LCD_REMOTE_ ## ma
#define LCDNAME "lcd_remote_"
#include "lcd-1bit-vert.c"