forked from len0rd/rockbox
only for bitmaps
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4763 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3430c5d6e6
commit
38567bab2b
1 changed files with 4 additions and 0 deletions
|
|
@ -18,6 +18,8 @@
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
#include "plugin.h"
|
#include "plugin.h"
|
||||||
|
|
||||||
|
#ifdef HAVE_LCD_BITMAP
|
||||||
|
|
||||||
#define PAD_HEIGHT 10
|
#define PAD_HEIGHT 10
|
||||||
#define PAD_WIDTH 2
|
#define PAD_WIDTH 2
|
||||||
|
|
||||||
|
|
@ -311,3 +313,5 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
|
||||||
|
|
||||||
return PLUGIN_OK;
|
return PLUGIN_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif /* HAVE_LCD_BITMAP */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue