mirror of
https://gitee.com/lzc56/MiaoUI.git
synced 2025-06-17 21:37:53 +00:00
10 lines
162 B
C
10 lines
162 B
C
#ifndef _IMAGE_H_
|
|
#define _IMAGE_H_
|
|
|
|
#include "stm32f10x.h"
|
|
|
|
#define logo_allArray_LEN 10
|
|
extern const unsigned char* logo_allArray[logo_allArray_LEN];
|
|
|
|
#endif
|