Loading...
Searching...
No Matches
st7735_params.h
1/*
2 * Copyright (C) 2018 Koen Zandberg <koen@bergzand.net>
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 */
29
30#include "board.h"
31#include "lcd.h"
32#include "st7735.h"
33
34#ifdef __cplusplus
35extern "C" {
36#endif
37
38#ifdef __cplusplus
39}
40#endif
41
43#endif /* DOXYGEN */