2022-04-05 19:34:30 +08:00
|
|
|
/*
|
|
|
|
* 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
|
2012-02-20 12:35:01 +08:00
|
|
|
* 2011-12-16 onelife Initial creation of address mapped method (pixel
|
2022-04-05 19:34:30 +08:00
|
|
|
* drive) for EFM32GG_DK3750 board
|
|
|
|
*/
|
|
|
|
|
2011-12-27 15:44:29 +08:00
|
|
|
#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__ */
|