Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
ac057tc1.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2026 Fabian Blatz <fabianblatz@gmail.com>
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
12
13#ifndef ZEPHYR_INCLUDE_DRIVERS_DISPLAY_AC057TC1_H_
14#define ZEPHYR_INCLUDE_DRIVERS_DISPLAY_AC057TC1_H_
15
24
26
27#ifdef __cplusplus
28extern "C" {
29#endif
30
35#define AC057TC1_COLOR_BLACK 0x00
36#define AC057TC1_COLOR_WHITE 0x01
37#define AC057TC1_COLOR_GREEN 0x02
38#define AC057TC1_COLOR_BLUE 0x03
39#define AC057TC1_COLOR_RED 0x04
40#define AC057TC1_COLOR_YELLOW 0x05
41#define AC057TC1_COLOR_ORANGE 0x06
43
44#ifdef __cplusplus
45}
46#endif
47
51
52#endif /* ZEPHYR_INCLUDE_DRIVERS_DISPLAY_AC057TC1_H_ */
Main header file for display driver API.