mirror of
https://gitee.com/lzc56/MiaoUI.git
synced 2025-08-14 13:12:52 +00:00
9 lines
99 B
C
9 lines
99 B
C
![]() |
#ifndef _IMAGE_H_
|
||
|
#define _IMAGE_H_
|
||
|
|
||
|
#include "stm32f10x.h"
|
||
|
|
||
|
extern const uint8_t logo1[];
|
||
|
|
||
|
#endif
|