/* * Copyright (C) 2018 Koen Zandberg * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_ili9341 * @{ * * @file * @brief Device driver implementation for the ili9341 display controller * * @author Koen Zandberg * * @} */ #ifndef ILI9341_INTERNAL_H #define ILI9341_INTERNAL_H #ifdef __cplusplus extern "C" { #endif #include "lcd_internal.h" #ifdef __cplusplus } #endif #endif /* ILI9341_INTERNAL_H */