選択できるのは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