apps/graphics/pdcurses: Fix a typo in a function name
This commit is contained in:
parent
000b52c668
commit
7081f33ec3
@ -369,14 +369,14 @@ static inline void PDC_set_bg(FAR struct pdc_fbstate_s *fbstate,
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Name: PDC_render_gyph
|
* Name: PDC_render_glyph
|
||||||
*
|
*
|
||||||
* Description:
|
* Description:
|
||||||
* Render the font into the glyph memory using the foreground RGB color.
|
* Render the font into the glyph memory using the foreground RGB color.
|
||||||
*
|
*
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
static inline void PDC_render_gyph(FAR struct pdc_fbstate_s *fbstate,
|
static inline void PDC_render_glyph(FAR struct pdc_fbstate_s *fbstate,
|
||||||
FAR const struct nx_fontbitmap_s *fbm,
|
FAR const struct nx_fontbitmap_s *fbm,
|
||||||
FAR uint8_t *fbstart, short fg)
|
FAR uint8_t *fbstart, short fg)
|
||||||
{
|
{
|
||||||
@ -515,7 +515,7 @@ static void PDC_putc(FAR struct pdc_fbstate_s *fbstate, int row, int col,
|
|||||||
{
|
{
|
||||||
/* Yes.. render the glyph */
|
/* Yes.. render the glyph */
|
||||||
|
|
||||||
PDC_render_gyph(fbstate, fbm, dest, fg);
|
PDC_render_glyph(fbstate, fbm, dest, fg);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Apply more attributes */
|
/* Apply more attributes */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user