Created
December 10, 2019 10:16
-
-
Save phhusson/b36755226e06f313caca41ec573b8e93 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #define SCREEN_MODE_NORMAL 0 | |
| #define SCREEN_MODE_FULL_STRETCH 1 | |
| #define SCREEN_MODE_4_3 2 | |
| #define SCREEN_MODE_16_9 3 | |
| #define SCREEN_MODE_NONLINEAR 4 | |
| #define SCREEN_MODE_NORMAL_NOSCALEUP 5 | |
| #define SCREEN_MODE_CROP_FULL 6 | |
| #define SCREEN_MODE_CROP 7 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment