[stmf4-ltdc] added 3 spaces

This commit is contained in:
Oliver Meier 2014-12-12 10:59:59 +01:00 committed by Piotr Esden-Tempski
parent 3c9b07d776
commit 4b8f5e613b

View File

@ -173,7 +173,7 @@ void ltdc_setup_windowing(
* (simulate the ltdc color conversion) * (simulate the ltdc color conversion)
*/ */
#define ltdc_get_rgb888_from_rgb565(rgb888) ( \ #define ltdc_get_rgb888_from_rgb565(rgb888) ( \
((((rgb888) & 0xF800) >> (11-8))/31)<<16 \ ((((rgb888) & 0xF800) >> (11-8))/31)<<16 \
| ((((rgb888) & 0x07E0) << ( 8-5))/63)<<8 \ | ((((rgb888) & 0x07E0) << ( 8-5))/63)<<8 \
| ((((rgb888) & 0x001F) << ( 8-0))/31)<<0 \ | ((((rgb888) & 0x001F) << ( 8-0))/31)<<0 \