drv_lcd.h 280 B

123456789101112131415
  1. /*
  2. * Copyright (c) 2006-2018, RT-Thread Development Team
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. *
  6. * Change Logs:
  7. * Date Author Notes
  8. * 2019-03-07 ZYH first version
  9. */
  10. #ifndef DRV_LCD_H__
  11. #define DRV_LCD_H__
  12. int rt_hw_lcd_init(void);
  13. #endif