mirror of
https://github.com/FunKey-Project/picofe-irixxxx.git
synced 2026-02-05 14:35:33 +01:00
8 lines
316 B
C
8 lines
316 B
C
|
|
extern unsigned char fontdata8x8[64*16];
|
|
extern unsigned char fontdata6x8[256][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, ...);
|
|
void basic_text_out_uyvy_nf(void *fb, int w, int x, int y, const char *text);
|