mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 07:08:35 -07:00
12 lines
243 B
C
12 lines
243 B
C
// ##############
|
|
// ######..######
|
|
// ####..##..####
|
|
// ####......####
|
|
// ####..##..####
|
|
// ##############
|
|
// ##############
|
|
|
|
#include "images.h"
|
|
|
|
const image_t img_cc_btn_A1 = {7, 7, false, 7, 0, {0xFF, 0xDF, 0x5E, 0x3D, 0x7F, 0xFF, 0x80}};
|