mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-12 15:38:36 -07:00
29 lines
487 B
C
29 lines
487 B
C
// ......##############..##..##..##..
|
|
// ..####..##..##..##..##..##..##..##
|
|
// ####..##..##..##..##..##..##..##..
|
|
// ##..##..##..##..##..##..##..##..##
|
|
// ..##..##..##..##..################
|
|
// ##..##..############..............
|
|
|
|
#include "images.h"
|
|
|
|
const image_t img_cc_trg_L2 = {
|
|
17,
|
|
6,
|
|
true,
|
|
12,
|
|
0x01,
|
|
{// orig:13, comp:7.69%
|
|
0x1F,
|
|
0xD5,
|
|
0x35,
|
|
0x55,
|
|
0x75,
|
|
0x01,
|
|
0x04,
|
|
0x55,
|
|
0x57,
|
|
0xFD,
|
|
0x7E,
|
|
0x00}};
|