Zephyr API 3.6.99
|
Go to the source code of this file.
Macros | |
#define | PANEL_PIXEL_FORMAT_RGB_888 (0x1 << 0) |
Display pixel formats. | |
#define | PANEL_PIXEL_FORMAT_MONO01 (0x1 << 1) /* 0=Black 1=White */ |
#define | PANEL_PIXEL_FORMAT_MONO10 (0x1 << 2) /* 1=Black 0=White */ |
#define | PANEL_PIXEL_FORMAT_ARGB_8888 (0x1 << 3) |
#define | PANEL_PIXEL_FORMAT_RGB_565 (0x1 << 4) |
#define | PANEL_PIXEL_FORMAT_BGR_565 (0x1 << 5) |