mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 15:48:35 -07:00
17 lines
408 B
C
17 lines
408 B
C
// ..##....##....##############......
|
|
// ##....##....##....##....##..####..
|
|
// ..##....##....##....##....##....##
|
|
// ....##....##....##....##....##..##
|
|
// ##############....##....##....##..
|
|
// ..............##############....##
|
|
|
|
#include "images.h"
|
|
|
|
const image_t img_cc_trg_R1 = {
|
|
17,
|
|
6,
|
|
false,
|
|
13,
|
|
0,
|
|
{0x49, 0xFC, 0x49, 0x25, 0x92, 0x49, 0x24, 0x92, 0x5F, 0xE4, 0x90, 0x0F, 0xE4}};
|