mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-12 09:18:35 -07:00
15 lines
309 B
C
15 lines
309 B
C
// ..############..
|
|
// ################
|
|
// ######..########
|
|
// ######....######
|
|
// ######......####
|
|
// ######....######
|
|
// ######..########
|
|
// ################
|
|
// ..############..
|
|
|
|
#include "images.h"
|
|
|
|
const image_t img_key_R =
|
|
{8, 9, false, 9, 0, {0x7E, 0xFF, 0xEF, 0xE7, 0xE3, 0xE7, 0xEF, 0xFF, 0x7E}};
|