[stmf4-ltdc] added 3 spaces
This commit is contained in:
parent
3c9b07d776
commit
4b8f5e613b
@ -173,7 +173,7 @@ void ltdc_setup_windowing(
|
||||
* (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) & 0x07E0) << ( 8-5))/63)<<8 \
|
||||
| ((((rgb888) & 0x001F) << ( 8-0))/31)<<0 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user