Skip to content

Commit

Permalink
log output update, #2403
Browse files Browse the repository at this point in the history
  • Loading branch information
olikraus committed Sep 1, 2024
1 parent 0836414 commit 761f8c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/font/bdfconv/bdf_8x8.c
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ void bf_Generate8x8Font(bf_t *bf, int xo, int yo)
bf_AddTargetData(bf, last);
bf_AddTargetData(bf, bf->tile_h_size);
bf_AddTargetData(bf, bf->tile_v_size);
bf_Log(bf, "Generate8x8Font: Tile size width=%d height=%d", bf->tile_h_size, bf->tile_v_size);
bf_Log(bf, "Generate8x8Font: Tile multiplier horizontal size (-th) =%d, vertical size (-tv)=%d", bf->tile_h_size, bf->tile_v_size);


for( j = first; j <= last; j++ )
Expand Down
3 changes: 2 additions & 1 deletion tools/font/build/build.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ extern char *u8x8_font_names[] ;
extern const uint8_t *u8g2_font_list[] ;
extern char *u8g2_font_names[] ;

const char convert_extra_options[] = "-flip"; /* issue 2080: convert seems to flip the tga picture, again do the flip */
//const char convert_extra_options[] = "-flip"; /* issue 2080: convert seems to flip the tga picture, again do the flip */
const char convert_extra_options[] = ""; /* 1 Sep 2024: undo flip */

#ifdef BUILD2
extern void u8g2_SetupBuffer_TGA(u8g2_t *u8g2, const u8g2_cb_t *u8g2_cb);
Expand Down

0 comments on commit 761f8c2

Please sign in to comment.