mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-12 15:08:36 -07:00
12 lines
199 B
C
12 lines
199 B
C
// ..######..
|
|
// ##......##
|
|
// ........##
|
|
// ....####..
|
|
// ........##
|
|
// ##......##
|
|
// ..######..
|
|
|
|
#include "images.h"
|
|
|
|
const image_t img_5x7_3 = {5, 7, false, 5, 0, {0x74, 0x42, 0x60, 0xC5, 0xC0}};
|