forked from len0rd/rockbox
test_gfx preprocessing needs to be rearranged a little different so mylcd defaults to core graphics unless greylib is being tested.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26544 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e63e84a5df
commit
43fcc1e80b
1 changed files with 7 additions and 4 deletions
|
@ -16,13 +16,16 @@
|
|||
* KIND, either express or implied.
|
||||
*
|
||||
****************************************************************************/
|
||||
#include "plugin.h"
|
||||
#include "lib/grey.h"
|
||||
#include "lib/helper.h"
|
||||
#include "lib/mylcd.h"
|
||||
|
||||
//#define TEST_GREYLIB /* Uncomment for testing greylib instead of core gfx */
|
||||
|
||||
#include "plugin.h"
|
||||
#ifdef TEST_GREYLIB /* otherwise, mylcd defaults to core gfx */
|
||||
#include "lib/grey.h"
|
||||
#endif
|
||||
#include "lib/helper.h"
|
||||
#include "lib/mylcd.h"
|
||||
|
||||
#ifdef TEST_GREYLIB
|
||||
GREY_INFO_STRUCT
|
||||
static unsigned char *gbuf;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue