|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
Palette definitions for AC057TC1 7-color e-ink display. More...
#include <zephyr/drivers/display.h>Go to the source code of this file.
Macros | |
AC057TC1 Color Definitions | |
The display supports 7 colors, mapped via 3-bit indices (0-6). The color palette in display_capabilities provides the ARGB8888 representation of these colors for UI rendering (e.g., with LVGL). The controller uses the index values directly when rendering; conversion from ARGB8888 to the hardware's color representation is application-specific. | |
| #define | AC057TC1_COLOR_BLACK 0x00 |
| Black color index. | |
| #define | AC057TC1_COLOR_WHITE 0x01 |
| White color index. | |
| #define | AC057TC1_COLOR_GREEN 0x02 |
| Green color index. | |
| #define | AC057TC1_COLOR_BLUE 0x03 |
| Blue color index. | |
| #define | AC057TC1_COLOR_RED 0x04 |
| Red color index. | |
| #define | AC057TC1_COLOR_YELLOW 0x05 |
| Yellow color index. | |
| #define | AC057TC1_COLOR_ORANGE 0x06 |
| Orange color index. | |
| #define | AC057TC1_COLOR_PALETTE_SIZE 7 |
| Number of colors in palette. | |
Palette definitions for AC057TC1 7-color e-ink display.