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

10 lines
133 B
C

// ##....
// ##..##
// ######
// ....##
// ....##
#include "images.h"
const image_t img_3x5_4 = {3, 5, false, 2, 0, {0x97, 0x92}};