15 lines
151 B
C
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
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|