issue #275
This commit is contained in:
parent
1be7420608
commit
5ff9f074b8
|
@ -120,4 +120,6 @@ https://github.com/olikraus/u8g2 ChangeLog
|
|||
2017-xx-xx v2.16.x
|
||||
* Fonts u8g2_font_unifont_t_korean1, u8g2_font_unifont_t_korean2 (issue 266)
|
||||
* Added support for 64128N ST7565 based display (issue 292)
|
||||
* Added extended fonts (_te, unicodes 32-701, issue 284)
|
||||
* Added support for MAX7219 (issue 280)
|
||||
|
|
@ -209,8 +209,8 @@ uint8_t u8g2_GetFontBBXHeight(u8g2_t *u8g2)
|
|||
return u8g2->font_info.max_char_height; /* new font info structure */
|
||||
}
|
||||
|
||||
int8_t u8g_GetFontBBXOffX(u8g2_t *u8g2) U8G2_NOINLINE;
|
||||
int8_t u8g_GetFontBBXOffX(u8g2_t *u8g2)
|
||||
int8_t u8g2_GetFontBBXOffX(u8g2_t *u8g2) U8G2_NOINLINE;
|
||||
int8_t u8g2_GetFontBBXOffX(u8g2_t *u8g2)
|
||||
{
|
||||
return u8g2->font_info.x_offset; /* new font info structure */
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue