Files
Mu/tools/palm/hwTestSuite/testSuiteConfig.h
2018-12-20 20:24:30 -08:00

17 lines
303 B
C

#ifndef TEST_SUITE_CONFIG_H
#define TEST_SUITE_CONFIG_H
#define SCREEN_WIDTH 160
#define SCREEN_HEIGHT 160
#define MAX_SUBPROGRAMS 20
#define TESTS_AVAILABLE 40
#define TEST_NAME_LENGTH 32
#define FONT_WIDTH 6
#define FONT_HEIGHT 8
#define FONT_SPACING 0
#define SELECTED_FONT FONT_6X8
#endif