Skip to content

Commit

Permalink
fix def conf
Browse files Browse the repository at this point in the history
  • Loading branch information
neonman63 authored Oct 11, 2024
1 parent 246c876 commit d290013
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lv_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -373,10 +373,10 @@ extern uint32_t custom_tick_get(void);
/*Optionally declare custom fonts here.
*You can use these fonts as default font too and they will be available globally.
*E.g. #define LV_FONT_CUSTOM_DECLARE LV_FONT_DECLARE(my_font_1) LV_FONT_DECLARE(my_font_2)*/
#define LV_FONT_CUSTOM_DECLARE
#define LV_FONT_CUSTOM_DECLARE LV_FONT_DECLARE(notosans_12) LV_FONT_DECLARE(notosans_16) LV_FONT_DECLARE(notosans_20)

/*Always set a default font*/
#define LV_FONT_DEFAULT &lv_font_montserrat_16
#define LV_FONT_DEFAULT &lv_font_notosans_16

/*Enable handling large font and/or fonts with a lot of characters.
*The limit depends on the font size, font face and bpp.
Expand Down

0 comments on commit d290013

Please sign in to comment.