Changeset 30885b9 in mainline for kernel/arch/arm32/src


Ignore:
Timestamp:
2009-07-31T19:11:54Z (16 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.

Location:
kernel/arch/arm32/src/mach
Files:
2 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();
  • kernel/arch/arm32/src/mach/testarm/testarm.c

    r646b996 r30885b9  
    8686                .y = 480,
    8787                .scan = 1920,
    88                 .visual = VISUAL_BGR_8_8_8,
     88                .visual = VISUAL_RGB_8_8_8,
    8989        };
    9090        fb_init(&prop);
Note: See TracChangeset for help on using the changeset viewer.