author | andy simpson <andrews@symbian.org> |
Tue, 12 Oct 2010 16:44:01 +0100 | |
changeset 87 | cf5d4fe2473f |
parent 80 | 86e1b70f1f94 |
child 88 | f6cd2532cd9b |
--- a/omap3530/beagle_drivers/lcd/lcd.cpp Tue Sep 21 13:31:40 2010 +0100 +++ b/omap3530/beagle_drivers/lcd/lcd.cpp Tue Oct 12 16:44:01 2010 +0100 @@ -1498,7 +1498,7 @@ iLdd->iDisplayInfo.iPixelFormat = EUidPixelFormatRGB_888; break; case 32: - iLdd->iDisplayInfo.iPixelFormat = EUidPixelFormatARGB_8888; + iLdd->iDisplayInfo.iPixelFormat = EUidPixelFormatXRGB_8888; break; default: iLdd->iDisplayInfo.iPixelFormat = EUidPixelFormatUnknown;