diff options
author | inmarket <andrewh@inmarket.com.au> | 2018-07-08 13:51:20 +1000 |
---|---|---|
committer | inmarket <andrewh@inmarket.com.au> | 2018-07-08 13:51:20 +1000 |
commit | e61f0ae4248bdafeace54c330d488904a495c045 (patch) | |
tree | 448c5f4e99ae94fd41a99b3082b35208b2ba7c5f /demos/games/tetris | |
parent | d9258efd4dac2b7939bb11707cbbdfa135c02bf5 (diff) | |
download | uGFX-e61f0ae4248bdafeace54c330d488904a495c045.tar.gz uGFX-e61f0ae4248bdafeace54c330d488904a495c045.tar.bz2 uGFX-e61f0ae4248bdafeace54c330d488904a495c045.zip |
Added type gOrientation to replace V2.x orientation_t, and values gOrientationX replace GDISP_ROTATE_X
Diffstat (limited to 'demos/games/tetris')
-rw-r--r-- | demos/games/tetris/gfxconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/games/tetris/gfxconf.h b/demos/games/tetris/gfxconf.h index 72df36c7..779c1138 100644 --- a/demos/games/tetris/gfxconf.h +++ b/demos/games/tetris/gfxconf.h @@ -53,7 +53,7 @@ /* Comment these out if it conflicts with your hardware */ #define GDISP_NEED_CONTROL GFXON -#define GDISP_DEFAULT_ORIENTATION GDISP_ROTATE_PORTRAIT +#define GDISP_DEFAULT_ORIENTATION gOrientationPortrait #define GDISP_SCREEN_WIDTH 240 #define GDISP_SCREEN_HEIGHT 320 |