You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
273 B

  1. #include "spilcd.h"
  2. #define SCREEN_320x240
  3. //#define SCREEN_160x128
  4. #ifdef SCREEN_320x240
  5. #define SCREEN_WIDTH 320
  6. #define SCREEN_HEIGHT 240
  7. #endif
  8. #ifdef SCREEN_160x128
  9. #define SCREEN_WIDTH 160
  10. #define SCREEN_HEIGHT 128
  11. #endif
  12. // TODO: optional HW-specific functions