mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-03 06:17:44 -04:00
font array size adaption to avoid a compiler warning in picodrive
This commit is contained in:
parent
795b71c571
commit
006478c4f3
1 changed files with 1 additions and 1 deletions
2
fonts.h
2
fonts.h
|
@ -1,6 +1,6 @@
|
|||
|
||||
extern unsigned char fontdata8x8[64*16];
|
||||
extern unsigned char fontdata6x8[256-32][8];
|
||||
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, ...);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue