mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 02:38:35 -07:00
17 lines
408 B
C
17 lines
408 B
C
// ......##############....##....##..
|
|
// ..####..##....##....##....##....##
|
|
// ##....##....##....##....##....##..
|
|
// ##..##....##....##....##....##....
|
|
// ..##....##....##....##############
|
|
// ##....##############..............
|
|
|
|
#include "images.h"
|
|
|
|
const image_t img_cc_trg_L1 = {
|
|
17,
|
|
6,
|
|
false,
|
|
13,
|
|
0,
|
|
{0x1F, 0xC9, 0x34, 0x92, 0x64, 0x92, 0x54, 0x92, 0x44, 0x93, 0xFC, 0xFE, 0x00}};
|