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


Ignore:
Timestamp:
2006-11-22T13:45:05Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
eb353b3
Parents:
2bc137c2
Message:

Add BGR 0888 visual for Ultra 60

File:
1 edited

Legend:

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

    r2bc137c2 rccb0cbc  
    3737
    3838#define VISUAL_INDIRECT_8       0
     39
    3940#define VISUAL_RGB_5_5_5        1
    4041#define VISUAL_RGB_5_6_5        2
     
    4344#define VISUAL_RGB_0_8_8_8      5
    4445
     46#define VISUAL_BGR_0_8_8_8      6
     47
    4548#endif
    4649
Note: See TracChangeset for help on using the changeset viewer.