Ignore:
Timestamp:
2009-07-31T19:11:54Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a405563
Parents:
646b996
Message:

RGB conversion functions should work with a well-defined pixel format.

File:
1 edited

Legend:

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

    r646b996 r30885b9  
    137137                .y = 480,
    138138                .scan = 2560,
    139                 .visual = VISUAL_RGB_8_8_8_0,
     139                .visual = VISUAL_BGR_0_8_8_8,
    140140        };
    141141        prop.addr = icp_get_fb_address();
Note: See TracChangeset for help on using the changeset viewer.