Changeset 19490ce in mainline for kernel/genarch/include/fb/visuals.h


Ignore:
Timestamp:
2009-08-03T21:06:35Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9035c5a
Parents:
dd2cfa7
Message:

Fix 16bpp modes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/genarch/include/fb/visuals.h

    rdd2cfa7 r19490ce  
    3838typedef enum {
    3939        VISUAL_INDIRECT_8,
    40         VISUAL_BGR_5_5_5,
    41         VISUAL_BGR_5_6_5,
     40        VISUAL_RGB_5_5_5_LE,
     41        VISUAL_RGB_5_5_5_BE,
     42        VISUAL_RGB_5_6_5_LE,
     43        VISUAL_RGB_5_6_5_BE,
    4244        VISUAL_BGR_8_8_8,
    4345        VISUAL_BGR_0_8_8_8,
Note: See TracChangeset for help on using the changeset viewer.