/* * Copyright (C) 2018 Koen Zandberg * 2023 Gunar Schorcht * * 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_st77xx * @{ * * @file * @brief Internal definitions that are common for all ST77xx controllers * * @author Koen Zandberg * @author Gunar Schorcht * * @} */ #ifndef ST77XX_INTERNAL_H #define ST77XX_INTERNAL_H #ifdef __cplusplus extern "C" { #endif #include "lcd_internal.h" #ifdef __cplusplus } #endif #endif /* ST77XX_INTERNAL_H */