fix HD51 mix-up letterbox<->panscan

Origin commit data
------------------
Branch: master
Commit: f10ab46056
Author: GetAway <get-away@t-online.de>
Date: 2018-04-26 (Thu, 26 Apr 2018)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
GetAway
2018-04-26 09:09:24 +02:00
committed by Frankenstone
parent bacab9ec47
commit 51e387d6cb

View File

@@ -73,8 +73,12 @@ typedef enum {
} DISPLAY_AR;
typedef enum {
DISPLAY_AR_MODE_PANSCAN = 0,
DISPLAY_AR_MODE_LETTERBOX,
/* FIX for HD51 mix-up of letterbox / panscan
Standard is 1. PANSCAN 2. LETTERBOX
If next drivers are correct please revert
this and pzapit.cpp */
DISPLAY_AR_MODE_LETTERBOX = 0,
DISPLAY_AR_MODE_PANSCAN,
DISPLAY_AR_MODE_NONE,
DISPLAY_AR_MODE_PANSCAN2
} DISPLAY_AR_MODE;