1
0
Fork 0
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:
Michael Sevakis 2010-06-04 13:54:35 +00:00
parent e63e84a5df
commit 43fcc1e80b

View file

@ -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;