mirror of
https://gitee.com/lzc56/MiaoUI.git
synced 2025-08-13 12:42:53 +00:00
9 lines
111 B
C
9 lines
111 B
C
![]() |
#ifndef __HAL_DISPLAY_H
|
||
|
#define __HAL_DISPLAY_H
|
||
|
|
||
|
#include "stm32f10x.h"
|
||
|
|
||
|
void HAL_Display_Init(void);
|
||
|
|
||
|
#endif
|