Loading...
Searching...
No Matches
st7735.h
1/*
2 * Copyright (C) 2018 Koen Zandberg
3 * 2021 Francisco Molina
4 * 2023 Gunar Schorcht
5 *
6 * This file is subject to the terms and conditions of the GNU Lesser
7 * General Public License v2.1. See the file LICENSE in the top level
8 * directory for more details.
9 */
10
11#if !DOXYGEN /* hide from documentation */
12
32#ifndef ST7735_H
33#define ST7735_H
34
35#include "lcd.h"
36#include "st77xx.h"
37
38#ifdef __cplusplus
39extern "C" {
40#endif
41
46#define ST7735_ROTATION_VERT ST77XX_ROTATION_VERT
47#define ST7735_ROTATION_VERT_FLIP ST77XX_ROTATION_VERT_FLIP
48#define ST7735_ROTATION_HORZ ST77XX_ROTATION_HORZ
49#define ST7735_ROTATION_HORZ_FLIP ST77XX_ROTATION_HORZ_FLIP
52#ifdef __cplusplus
53}
54#endif
55#endif /* ST7735_H */
57#endif /* !DOXYGEN */