4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-19 13:23:30 +08:00

23 lines
805 B
C
Raw Normal View History

/*
* Copyright (c) 2006-2022, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
2021-03-27 15:16:57 +08:00
* Date Author Notes
* 2011-12-16 onelife Initial creation of address mapped method (pixel
* drive) for EFM32GG_DK3750 board
*/
#ifndef __DEV_LCD_H__
#define __DEV_LCD_H__
/* Includes ------------------------------------------------------------------*/
/* Exported types ------------------------------------------------------------*/
/* Exported constants --------------------------------------------------------*/
/* Exported macro ------------------------------------------------------------*/
/* Exported functions ------------------------------------------------------- */
void efm32_spiLcd_init(void);
#endif /* __DEV_LCD_H__ */