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#pragma once
12
13#if !DOXYGEN /* hide from documentation */
14
33
34#include "lcd.h"
35#include "st77xx.h"
36
37#ifdef __cplusplus
38extern "C" {
39#endif
40
45#define ST7735_ROTATION_VERT ST77XX_ROTATION_VERT
46#define ST7735_ROTATION_VERT_FLIP ST77XX_ROTATION_VERT_FLIP
47#define ST7735_ROTATION_HORZ ST77XX_ROTATION_HORZ
48#define ST7735_ROTATION_HORZ_FLIP ST77XX_ROTATION_HORZ_FLIP
50
51#ifdef __cplusplus
52}
53#endif
55#endif /* !DOXYGEN */