mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-16 04:24:45 -07:00
Update apps
This commit is contained in:
25
applications/external/wiiec/gfx/img_cc_Joy.c
vendored
Normal file
25
applications/external/wiiec/gfx/img_cc_Joy.c
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
// ................##................
|
||||
// ............##########............
|
||||
// ....############..############....
|
||||
// ....######..............######....
|
||||
// ....####..................####....
|
||||
// ....##......................##....
|
||||
// ..####......................####..
|
||||
// ..####......................####..
|
||||
// ####..........................####
|
||||
// ..####......................####..
|
||||
// ..####......................####..
|
||||
// ....##......................##....
|
||||
// ....####..................####....
|
||||
// ....######..............######....
|
||||
// ....############..############....
|
||||
// ............##########............
|
||||
// ................##................
|
||||
|
||||
#include "images.h"
|
||||
|
||||
const image_t img_cc_Joy = {17, 17, false, 37, 0, {0x00, 0x80, 0x01, 0xF0, 0x0F, 0xDF, 0x87, 0x01,
|
||||
0xC3, 0x00, 0x61, 0x00, 0x11, 0x80, 0x0C, 0xC0,
|
||||
0x06, 0xC0, 0x01, 0xB0, 0x01, 0x98, 0x00, 0xC4,
|
||||
0x00, 0x43, 0x00, 0x61, 0xC0, 0x70, 0xFD, 0xF8,
|
||||
0x07, 0xC0, 0x00, 0x80, 0x00}};
|
||||
Reference in New Issue
Block a user