mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 14:58:36 -07:00
25 lines
443 B
C
25 lines
443 B
C
// ......############################
|
|
// ..################################
|
|
// ##################################
|
|
// ##################################
|
|
// ##################################
|
|
// ####################..............
|
|
|
|
#include "images.h"
|
|
|
|
const image_t img_cc_trg_L4 = {
|
|
17,
|
|
6,
|
|
true,
|
|
8,
|
|
0x01,
|
|
{// orig:13, comp:38.46%
|
|
0x1F,
|
|
0xFF,
|
|
0xBF,
|
|
0x01,
|
|
0x08,
|
|
0xFF,
|
|
0xFE,
|
|
0x00}};
|