We recently ported our application from PXA320 / WinCE 6.0 to iMX6 / WinEC7. We realized that there are small differences in contrast for the two systems even though the display is the same. The contrast is slightly worse on the newer system (iMX6 / WinEC7). See attached images for comparison.
Is there a way to increase the contrast?
Just an idea: try to change registry
HKLM\system\gdi\cleartypesettings\enabled
After changing following registry entries the contrast is better:
HKEY_LOCAL_MACHINE\SYSTEM\GDI\ClearTypeSettings
"Enabled"=dword:1
;Gamma adjustment (value range 1000...2200)
[HKEY_LOCAL_MACHINE\System\GDI\Gamma]
"Gamma Value"=dword:1000
Thank you for your help.