dev_lcd.h 1.3 KB

123456789101112131415161718192021222324252627
  1. /***************************************************************************//**
  2. * @file dev_lcd.h
  3. * @brief LCD driver of RT-Thread RTOS for EFM32
  4. * COPYRIGHT (C) 2012, RT-Thread Development Team
  5. * @author onelife
  6. * @version 1.0
  7. *******************************************************************************
  8. * @section License
  9. * The license and distribution terms for this file may be found in the file
  10. * LICENSE in this distribution or at http://www.rt-thread.org/license/LICENSE
  11. *******************************************************************************
  12. * @section Change Logs
  13. * Date Author Notes
  14. * 2011-12-16 onelife Initial creation of address mapped method (pixel
  15. * drive) for EFM32GG_DK3750 board
  16. ******************************************************************************/
  17. #ifndef __DEV_LCD_H__
  18. #define __DEV_LCD_H__
  19. /* Includes ------------------------------------------------------------------*/
  20. /* Exported types ------------------------------------------------------------*/
  21. /* Exported constants --------------------------------------------------------*/
  22. /* Exported macro ------------------------------------------------------------*/
  23. /* Exported functions ------------------------------------------------------- */
  24. void efm32_spiLcd_init(void);
  25. #endif /* __DEV_LCD_H__ */