Go to the documentation of this file.
11 #ifndef __ASM_MACH_PXA168FB_H
12 #define __ASM_MACH_PXA168FB_H
18 #define PIN_MODE_DUMB_24 0
19 #define PIN_MODE_DUMB_18_SPI 1
20 #define PIN_MODE_DUMB_18_GPIO 2
21 #define PIN_MODE_DUMB_16_SPI 3
22 #define PIN_MODE_DUMB_16_GPIO 4
23 #define PIN_MODE_DUMB_12_SPI_GPIO 5
24 #define PIN_MODE_SMART_18_SPI 6
25 #define PIN_MODE_SMART_16_SPI 7
26 #define PIN_MODE_SMART_8_SPI_GPIO 8
29 #define DUMB_MODE_RGB565 0
30 #define DUMB_MODE_RGB565_UPPER 1
31 #define DUMB_MODE_RGB666 2
32 #define DUMB_MODE_RGB666_UPPER 3
33 #define DUMB_MODE_RGB444 4
34 #define DUMB_MODE_RGB444_UPPER 5
35 #define DUMB_MODE_RGB888 6
38 #define DEFAULT_FB_SIZE (800 * 480 * 4)
45 #define PIX_FMT_RGB565 0
46 #define PIX_FMT_BGR565 1
47 #define PIX_FMT_RGB1555 2
48 #define PIX_FMT_BGR1555 3
49 #define PIX_FMT_RGB888PACK 4
50 #define PIX_FMT_BGR888PACK 5
51 #define PIX_FMT_RGB888UNPACK 6
52 #define PIX_FMT_BGR888UNPACK 7
53 #define PIX_FMT_RGBA888 8
54 #define PIX_FMT_BGRA888 9
55 #define PIX_FMT_YUV422PACK 10
56 #define PIX_FMT_YVU422PACK 11
57 #define PIX_FMT_YUV422PLANAR 12
58 #define PIX_FMT_YVU422PLANAR 13
59 #define PIX_FMT_YUV420PLANAR 14
60 #define PIX_FMT_YVU420PLANAR 15
61 #define PIX_FMT_PSEUDOCOLOR 20
62 #define PIX_FMT_UYVY422PACK (0x1000|PIX_FMT_YUV422PACK)