您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

18 行
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