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

10 lines
133 B
C

// ......
// ......
// ##..##
// ##..##
// ..##..
#include "images.h"
const image_t img_3x5_v = {3, 5, false, 2, 0, {0x02, 0xD4}};