Files
Momentum-Firmware/applications/external/wiiec/gfx/img_5x7_4.c
2023-05-02 17:53:54 +01:00

12 lines
199 B
C

// ##........
// ##........
// ##....##..
// ##....##..
// ##########
// ......##..
// ......##..
#include "images.h"
const image_t img_5x7_4 = {5, 7, false, 5, 0, {0x84, 0x25, 0x2F, 0x88, 0x40}};