Project

General

Profile

Revision 212

now working

View differences:

graph_macros.h
20 20

  
21 21
// Graphics modes
22 22
#define INDEXED_1024_768        0x105
23
#define DIRECT_640_480          0x110
24
#define DIRECT_800_600          0x115
23
#define DIRECT_640_480_888      0x110
24
#define DIRECT_800_600_888      0x115
25
#define DIRECT_1024_768_888     0x118
25 26
#define DIRECT_1280_1024_565    0x11A
26 27
#define DIRECT_1280_1024_888    0x11B
27 28
#define LINEAR_FRAME_BUFFER_MD  BIT(14)

Also available in: Unified diff