mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-29 04:09:58 -07:00
26 lines
301 B
C
26 lines
301 B
C
// ####..##
|
|
// ##..####
|
|
// ####..##
|
|
// ##..####
|
|
// ####..##
|
|
// ##..####
|
|
// ####..##
|
|
// ##..####
|
|
// ####..##
|
|
// ##..####
|
|
// ####..##
|
|
|
|
#include "images.h"
|
|
|
|
const image_t img_cc_Cable = {
|
|
4,
|
|
11,
|
|
true,
|
|
4,
|
|
0x00,
|
|
{// orig:6, comp:33.33%
|
|
0x00,
|
|
0x05,
|
|
0xDB,
|
|
0xD0}};
|