Project

General

Profile

Revision 128

controller implemented

View differences:

graphics_macros.h
22 22
#define INDEXED_1024_768        0x105
23 23
#define DIRECT_640_480          0x110
24 24
#define DIRECT_800_600          0x115
25
#define DIRECT_1280_1024        0x11A
26
#define DIRECT_1152_864         0x14C
25
#define DIRECT_1280_1024_565    0x11A
26
#define DIRECT_1280_1024_888    0x11B
27 27
#define LINEAR_FRAME_BUFFER_MD  BIT(14)
28 28

  
29 29
#endif /* end of include guard: GRAPHICS_MACROS_H_INCLUDED */

Also available in: Unified diff