rt-thread/bsp/stm32f429-apollo/drivers/drv_lcd.h

15 lines
151 B
C

#ifndef __DRV_LCD_H__
#define __DRV_LCD_H__
#include <rtdevice.h>
#include "stm32f4xx_hal.h"
int rt_lcd_init(void);
#endif