18 lines
273 B
C
18 lines
273 B
C
#include "spilcd.h"
|
|
|
|
#define SCREEN_320x240
|
|
//#define SCREEN_160x128
|
|
|
|
#ifdef SCREEN_320x240
|
|
#define SCREEN_WIDTH 320
|
|
#define SCREEN_HEIGHT 240
|
|
#endif
|
|
|
|
#ifdef SCREEN_160x128
|
|
#define SCREEN_WIDTH 160
|
|
#define SCREEN_HEIGHT 128
|
|
#endif
|
|
|
|
// TODO: optional HW-specific functions
|
|
|