mirror of
https://gitee.com/lzc56/MiaoUI.git
synced 2025-08-15 21:52:52 +00:00
8 lines
138 B
C
8 lines
138 B
C
![]() |
#ifndef _IMAGE_H_
|
||
|
#define _IMAGE_H_
|
||
|
|
||
|
#define logo_allArray_LEN 10
|
||
|
extern const unsigned char* logo_allArray[logo_allArray_LEN];
|
||
|
|
||
|
#endif
|