Changeset e0d5bc5 in mainline


Ignore:
Timestamp:
2012-08-31T16:56:07Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
96e01fbc
Parents:
054fd442
Message:

bbxm: Fix fb visual for 24bpp fb.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/arm32/src/mach/beagleboardxm/beagleboardxm.c

    r054fd442 re0d5bc5  
    119119                prop.visual = VISUAL_RGB_5_6_5_LE; break;
    120120        case 24:
    121                 prop.visual = VISUAL_RGB_8_8_8; break;
     121                prop.visual = VISUAL_BGR_8_8_8; break;
    122122        case 32:
    123123                prop.visual = VISUAL_RGB_8_8_8_0; break;
Note: See TracChangeset for help on using the changeset viewer.