mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-04 22:47:44 -04:00
6 lines
241 B
C
6 lines
241 B
C
|
|
extern unsigned char fontdata8x8[64*16];
|
|
extern unsigned char fontdata6x8[256-32][8];
|
|
|
|
void basic_text_out16_nf(void *fb, int w, int x, int y, const char *text);
|
|
void basic_text_out16(void *fb, int w, int x, int y, const char *texto, ...);
|