Skip to content

Commit

Permalink
🐛Make lvgl init with dark theme (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
unwieldycat authored Nov 3, 2023
1 parent 818adfa commit d907985
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/liblvgl/lv_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,8 @@ typedef void * lv_font_user_data_t;
#define LV_THEME_DEFAULT_FONT_SUBTITLE &lv_font_montserrat_10
#define LV_THEME_DEFAULT_FONT_TITLE &lv_font_montserrat_30

#define CONFIG_LV_THEME_DEFAULT_DARK 1

/*=================
* Text settings
*=================*/
Expand Down

0 comments on commit d907985

Please sign in to comment.