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_Y1 = {7, 7, false, 7, 0, {0xFF, 0xFF, 0x5E, 0x3F, 0x7D, 0xFF, 0x80}};
|