mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-12 16:38:36 -07:00
17 lines
408 B
C
17 lines
408 B
C
// ..##..##..##..##############......
|
|
// ##..##..##..##..##..##..##..####..
|
|
// ..##..##..##..##..##..##..##..####
|
|
// ##..##..##..##..##..##..##..##..##
|
|
// ################..##..##..##..##..
|
|
// ..............############..##..##
|
|
|
|
#include "images.h"
|
|
|
|
const image_t img_cc_trg_R2 = {
|
|
17,
|
|
6,
|
|
false,
|
|
13,
|
|
0,
|
|
{0x55, 0xFC, 0x55, 0x55, 0x95, 0x55, 0x75, 0x55, 0x5F, 0xF5, 0x50, 0x0F, 0xD4}};
|