ili9341_internal.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2018 Koen Zandberg
3  *
4  * This file is subject to the terms and conditions of the GNU Lesser
5  * General Public License v2.1. See the file LICENSE in the top level
6  * directory for more details.
7  */
8 
21 #ifndef ILI9341_INTERNAL_H
22 #define ILI9341_INTERNAL_H
23 
24 #ifdef __cplusplus
25 extern "C" {
26 #endif
27 
28 #include "lcd_internal.h"
29 
30 #ifdef __cplusplus
31 }
32 #endif
33 
34 #endif /* ILI9341_INTERNAL_H */
Device driver implementation for the lcd display controller.