Loading...
Searching...
No Matches
st7735.h
1/*
2 * SPDX-FileCopyrightText: 2018 Koen Zandberg
3 * SPDX-FileCopyrightText: 2021 Francisco Molina
4 * SPDX-FileCopyrightText: 2023 Gunar Schorcht
5 * SPDX-License-Identifier: LGPL-2.1-only
6 */
7
8#pragma once
9
10#if !DOXYGEN /* hide from documentation */
11
30
31#include "lcd.h"
32#include "st77xx.h"
33
34#ifdef __cplusplus
35extern "C" {
36#endif
37
42#define ST7735_ROTATION_VERT ST77XX_ROTATION_VERT
43#define ST7735_ROTATION_VERT_FLIP ST77XX_ROTATION_VERT_FLIP
44#define ST7735_ROTATION_HORZ ST77XX_ROTATION_HORZ
45#define ST7735_ROTATION_HORZ_FLIP ST77XX_ROTATION_HORZ_FLIP
47
48#ifdef __cplusplus
49}
50#endif
52#endif /* !DOXYGEN */