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 #if !DOXYGEN /* hide from documentation */
28 #ifndef ST7735_PARAMS_H
29 #define ST7735_PARAMS_H
30 
31 #include "board.h"
32 #include "lcd.h"
33 #include "st7735.h"
34 
35 #ifdef __cplusplus
36 extern "C" {
37 #endif
38 
39 #ifdef __cplusplus
40 }
41 #endif
42 
43 #endif /* ST7735_PARAMS_H */
45 #endif /* DOXYGEN */