mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-12 15:48:35 -07:00
12 lines
243 B
C
12 lines
243 B
C
// ##############
|
|
// ####..########
|
|
// ####..########
|
|
// ####....######
|
|
// ####..##..####
|
|
// ######....####
|
|
// ##############
|
|
|
|
#include "images.h"
|
|
|
|
const image_t img_cc_btn_B1 = {7, 7, false, 7, 0, {0xFF, 0xBF, 0x7E, 0x7D, 0x7C, 0xFF, 0x80}};
|