diff options
| -rw-r--r-- | firmware/font.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/font.c b/firmware/font.c index 5dd080b..8b63b80 100644 --- a/firmware/font.c +++ b/firmware/font.c @@ -208,8 +208,8 @@ static int glyph_bytes( struct font *pf, int width ) /* Load memory font */ static struct font* font_load_in_memory(struct font* pf, - int32_t noffset, - int32_t nwidth ) + int32_t nwidth, + int32_t noffset ) { int i; /* variable font data*/ |