drv_lcd.h 151 B

1234567891011121314
  1. #ifndef __DRV_LCD_H__
  2. #define __DRV_LCD_H__
  3. #include <rtdevice.h>
  4. #include "stm32f4xx_hal.h"
  5. int rt_lcd_init(void);
  6. #endif