mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 04:48:35 -07:00
28 lines
477 B
C
28 lines
477 B
C
// ############################......
|
|
// ################################..
|
|
// ##################################
|
|
// ##################################
|
|
// ##################################
|
|
// ..............####################
|
|
|
|
#include "images.h"
|
|
|
|
const image_t img_cc_trg_R4 = {
|
|
17,
|
|
6,
|
|
true,
|
|
11,
|
|
0x00,
|
|
{// orig:13, comp:15.38%
|
|
0xFF,
|
|
0xFC,
|
|
0x7F,
|
|
0xFF,
|
|
0xBF,
|
|
0x00,
|
|
0x05,
|
|
0xFF,
|
|
0xF8,
|
|
0x0F,
|
|
0xFC}};
|