Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
9b384b4b
Commit
9b384b4b
authored
Aug 05, 2015
by
devsaurus
Browse files
fix u8g->ucg prefix
parent
0f1a1685
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/ucglib/ucg_font.c
View file @
9b384b4b
...
...
@@ -325,7 +325,7 @@ size_t ucg_font_GetSize(const void *font_arg)
}
/*========================================================================*/
/* u
8
g interface, font access */
/* u
c
g interface, font access */
uint8_t
ucg_GetFontBBXWidth
(
ucg_t
*
ucg
)
{
...
...
@@ -339,8 +339,8 @@ uint8_t ucg_GetFontBBXHeight(ucg_t *ucg)
return
ucg
->
font_info
.
max_char_height
;
/* new font info structure */
}
int8_t
u
8
g_GetFontBBXOffX
(
ucg_t
*
ucg
)
UCG_NOINLINE
;
int8_t
u
8
g_GetFontBBXOffX
(
ucg_t
*
ucg
)
int8_t
u
c
g_GetFontBBXOffX
(
ucg_t
*
ucg
)
UCG_NOINLINE
;
int8_t
u
c
g_GetFontBBXOffX
(
ucg_t
*
ucg
)
{
// OBSOLETE return ucg_font_GetBBXOffX(ucg->font);
return
ucg
->
font_info
.
x_offset
;
/* new font info structure */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment