mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-06 15:18:05 -04:00
fonts: add uyvy function
This commit is contained in:
parent
9227a7770e
commit
3e1124f989
2 changed files with 41 additions and 0 deletions
1
fonts.h
1
fonts.h
|
@ -4,3 +4,4 @@ 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, ...);
|
||||
void basic_text_out_uyvy_nf(void *fb, int w, int x, int y, const char *text);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue