| 
    Zephyr Project API
    3.4.0
    
   A Scalable Open Source RTOS 
   | 
 
Go to the source code of this file.
Macros | |
| #define | PANEL_PIXEL_FORMAT_RGB_888 (0x1 << 0) | 
| Display pixel formats.  More... | |
| #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) |