Files
Mu/include/silkscreen.h

9 lines
114 B
C

#ifndef SILKSCREEN_H
#define SILKSCREEN_H
#include <stdint.h>
extern const uint16_t silkscreen160x60[];
#endif