Changeset 30885b9 in mainline for kernel/arch/mips32/src/mips32.c


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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/mips32/src/mips32.c

    r646b996 r30885b9  
    142142                .y = 480,
    143143                .scan = 1920,
    144                 .visual = VISUAL_BGR_8_8_8,
     144                .visual = VISUAL_RGB_8_8_8,
    145145        };
    146146        fb_init(&gxemul_prop);
Note: See TracChangeset for help on using the changeset viewer.