mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-26 03:39:58 -07:00
23 lines
453 B
C
23 lines
453 B
C
// ##################
|
|
// ##################
|
|
// ####..........####
|
|
// ####..........####
|
|
// ####..##..........
|
|
// ####......########
|
|
// ####......##....##
|
|
// ####......##......
|
|
// ####......########
|
|
// ####............##
|
|
// ########..##....##
|
|
// ########..########
|
|
|
|
#include "images.h"
|
|
|
|
const image_t img_csLogo_Small = {
|
|
9,
|
|
12,
|
|
false,
|
|
14,
|
|
0,
|
|
{0xFF, 0xFF, 0xF0, 0x78, 0x3D, 0x06, 0x3F, 0x13, 0x88, 0xC7, 0xE0, 0x7D, 0x3E, 0xF0}};
|