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