4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-16 09:19:24 +08:00
2017-06-08 18:36:55 +08:00

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