Files
2018-10-25 21:06:14 -05:00

35 lines
2.4 KiB
C

#ifndef _AQUA_H_
#define _AQUA_H_
/* This file defines the Aqua image to be displayed on exception screen.
* Image source: https://bbs.nga.cn/read.php?tid=13716268
* Processed and generated using aqua.ipynb in helpers directory.
*/
#define AQUA_WIDTH 40
#define AQUA_HEIGHT 20
static uint8_t aqua[] = {
0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,3,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,11,11,11,11,11,11,11,0,0,0,0,0,0,0,0,0,0,0,0,8,11,11,11,11,6,11,11,15,11,0,0,0,0,
0,0,0,0,0,0,11,11,11,6,14,15,4,11,11,15,0,0,11,11,0,0,0,0,0,11,11,11,12,12,15,15,15,6,8,11,11,3,11,11,
0,0,0,0,0,11,11,11,4,15,15,15,15,15,7,1,11,7,3,11,0,0,0,0,0,11,11,15,14,15,15,15,15,15,6,7,11,9,11,11,
0,0,0,0,11,11,11,12,15,15,0,14,15,15,15,7,11,11,1,0,0,0,0,0,11,11,6,15,15,15,9,15,15,15,15,7,8,14,15,15,
0,0,0,7,11,11,12,6,12,1,9,14,15,15,15,8,15,15,15,15,0,0,0,11,11,11,11,12,15,15,15,15,15,4,15,15,15,12,12,4,
0,0,0,11,11,11,12,14,15,15,15,15,15,4,6,15,15,3,10,12,0,0,0,11,11,15,11,15,4,12,15,15,15,0,6,15,15,10,8,6,
0,0,0,11,11,11,11,11,15,12,14,15,15,7,4,15,15,10,3,15,0,0,0,11,11,11,11,11,15,14,12,15,15,15,6,15,15,3,15,15,
0,0,0,11,11,11,11,11,15,12,12,12,15,15,6,15,15,11,15,15,0,0,0,11,11,11,6,12,12,15,12,15,15,14,15,15,15,8,2,14,
0,0,0,11,11,11,6,12,15,15,15,15,15,15,15,15,15,3,10,6,0,0,9,11,11,11,11,12,14,15,0,0,15,15,15,15,15,3,3,6,
0,0,3,11,11,11,11,11,12,15,9,9,15,15,15,15,15,3,3,15,0,3,3,11,11,11,9,7,7,0,9,7,15,15,15,15,15,15,15,15,
11,11,3,11,11,11,11,4,14,15,14,15,15,15,15,15,15,15,12,15,11,11,3,11,8,11,11,11,6,15,15,15,15,15,15,15,15,4,15,15,
11,11,3,9,11,11,11,11,11,12,12,14,15,15,15,4,11,4,15,15,11,11,3,6,11,3,11,11,11,9,3,11,15,11,11,15,8,15,15,15,
11,11,1,14,11,11,9,11,11,11,11,11,11,11,11,7,15,9,0,0,11,11,15,0,3,11,11,11,11,11,11,11,11,11,11,14,15,3,11,11,
8,0,15,15,11,11,11,11,11,11,11,3,12,14,15,15,11,1,3,11,11,15,15,15,11,4,11,11,8,11,11,3,11,15,15,15,11,11,3,11,
11,15,15,15,11,11,11,11,11,11,11,0,11,3,14,11,11,11,11,11,11,8,15,15,11,0,11,11,11,11,11,11,11,11,11,11,1,11,3,9,
11,3,15,11,11,0,11,11,0,1,3,11,11,11,11,11,11,11,11,8,11,11,11,11,11,0,8,11,3,0,0,0,0,0,0,0,0,11,11,11,
11,11,11,11,11,0,0,11,11,9,0,0,0,0,0,0,0,0,11,11,11,11,11,3,11,0,0,11,11,0,0,0,0,0,0,0,0,0,0,11,
11,11,11,11,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,11,11,11,11,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
};
#endif