|
Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
|
Public API for AC057TC1 7-color e-ink display. More...
#include <zephyr/drivers/display.h>Go to the source code of this file.
Macros | |
| #define | PIXEL_FORMAT_L_4 (PIXEL_FORMAT_PRIV_START << 0) |
| AC057TC1 private pixel format. | |
| #define | AC057TC1_BITS_PER_PIXEL 4 |
| Bits per pixel for AC057TC1 format. | |
| #define | AC057TC1_PACK_PIXELS(pixel1, pixel2) |
| Pack two AC057TC1 pixels into a single byte. | |
| #define | AC057TC1_BUFFER_SIZE(width, height) |
| Calculate buffer size needed for AC057TC1 framebuffer. | |
AC057TC1 Color Definitions | |
| #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. | |
Public API for AC057TC1 7-color e-ink display.