Project

General

Profile

Revision 261

stuff

View differences:

graph.h
1 1
#ifndef GRAPH_H_INCLUDED
2 2
#define GRAPH_H_INCLUDED
3 3

  
4
// Graphics modes
5
#define INDEXED_1024_768        0x105
6
#define DIRECT_640_480_888      0x110
7
#define DIRECT_800_600_888      0x115
8
#define DIRECT_1024_768_888     0x118
9
#define DIRECT_1280_1024_565    0x11A
10
#define DIRECT_1280_1024_888    0x11B
11
#define LINEAR_FRAME_BUFFER_MD  BIT(14)
12

  
4 13
// Colors in RBG (8 bit)
5 14
#define GRAPH_BLACK               0x000000
6 15
#define GRAPH_WHITE               0xFFFFFF

Also available in: Unified diff