mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-21 04:33:31 +08:00
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
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|