Skip to content

Commit

Permalink
Merge pull request #147 from metis-vela-unipd/master
Browse files Browse the repository at this point in the history
Change advance_y type in epd_internals.h
  • Loading branch information
vroland committed Feb 6, 2022
2 parents ed68ebd + f72d4b6 commit 24f6f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/epd_driver/include/epd_internals.h
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ typedef struct {
const EpdUnicodeInterval *intervals; ///< Valid unicode intervals for this font
uint32_t interval_count; ///< Number of unicode intervals.
bool compressed; ///< Does this font use compressed glyph bitmaps?
uint8_t advance_y; ///< Newline distance (y axis)
uint16_t advance_y; ///< Newline distance (y axis)
int ascender; ///< Maximal height of a glyph above the base line
int descender; ///< Maximal height of a glyph below the base line
} EpdFont;
Expand Down

0 comments on commit 24f6f31

Please sign in to comment.