lcd.h 280 B

1234567891011121314151617
  1. /*
  2. * Copyright (c) 2006-2021, RT-Thread Development Team
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. *
  6. * Change Logs:
  7. * Date Author Notes
  8. * 2008-03-29 Yi.Qiu
  9. */
  10. #ifndef __LCD_H__
  11. #define __LCD_H__
  12. #include <rtthread.h>
  13. void rt_hw_lcd_init(void);
  14. #endif