mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 00:28:36 -07:00
17 lines
408 B
C
17 lines
408 B
C
// ......############..####..####..##
|
|
// ..######..####..####..####..####..
|
|
// ######..####..####..####..####..##
|
|
// ####..####..####..####..####..####
|
|
// ##..####..####..##################
|
|
// ..####..############..............
|
|
|
|
#include "images.h"
|
|
|
|
const image_t img_cc_trg_L3 = {
|
|
17,
|
|
6,
|
|
false,
|
|
13,
|
|
0,
|
|
{0x1F, 0xB6, 0xBB, 0x6D, 0xBB, 0x6D, 0xBB, 0x6D, 0xBB, 0x6F, 0xFB, 0x7E, 0x00}};
|