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:
parent
02eb1d83a7
commit
00ac809cc7
7 changed files with 140 additions and 120 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue