Question

I'm trying to determine the color depth of the screen to convert some images to RGB565 if necessary.

Any help is appreciated.

Thanks

Était-ce utile?

La solution

try getWindowManager().getDefaultDisplay().getPixelFormat(). See getPixelFormat(), PixelFormat

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top