Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
ed2208-gca.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2026 The Zephyr Project Contributors
3 * SPDX-License-Identifier: Apache-2.0
4 */
5
11
12#ifndef ZEPHYR_INCLUDE_DRIVERS_DISPLAY_ED2208_GCA_H_
13#define ZEPHYR_INCLUDE_DRIVERS_DISPLAY_ED2208_GCA_H_
14
23
25
26#ifdef __cplusplus
27extern "C" {
28#endif
29
34#define ED2208_GCA_COLOR_BLACK 0x00
35#define ED2208_GCA_COLOR_WHITE 0x01
36#define ED2208_GCA_COLOR_YELLOW 0x02
37#define ED2208_GCA_COLOR_RED 0x03
38#define ED2208_GCA_COLOR_BLUE 0x05
39#define ED2208_GCA_COLOR_GREEN 0x06
41
42#ifdef __cplusplus
43}
44#endif
45
49
50#endif /* ZEPHYR_INCLUDE_DRIVERS_DISPLAY_ED2208_GCA_H_ */
Main header file for display driver API.