dev_lcd.h 805 B

12345678910111213141516171819202122
  1. /*
  2. * Copyright (c) 2006-2022, RT-Thread Development Team
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. *
  6. * Change Logs:
  7. * Date Author Notes
  8. * 2011-12-16 onelife Initial creation of address mapped method (pixel
  9. * drive) for EFM32GG_DK3750 board
  10. */
  11. #ifndef __DEV_LCD_H__
  12. #define __DEV_LCD_H__
  13. /* Includes ------------------------------------------------------------------*/
  14. /* Exported types ------------------------------------------------------------*/
  15. /* Exported constants --------------------------------------------------------*/
  16. /* Exported macro ------------------------------------------------------------*/
  17. /* Exported functions ------------------------------------------------------- */
  18. void efm32_spiLcd_init(void);
  19. #endif /* __DEV_LCD_H__ */