Skip to content

Instantly share code, notes, and snippets.

@phhusson
Created December 10, 2019 10:16
Show Gist options
  • Select an option

  • Save phhusson/b36755226e06f313caca41ec573b8e93 to your computer and use it in GitHub Desktop.

Select an option

Save phhusson/b36755226e06f313caca41ec573b8e93 to your computer and use it in GitHub Desktop.
#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