custom fonts and further UI reworks
This commit is contained in:
26
components/user_fonts/user_fonts.h
Normal file
26
components/user_fonts/user_fonts.h
Normal file
@@ -0,0 +1,26 @@
|
||||
#ifndef USER_FONTS_H
|
||||
#define USER_FONTS_H
|
||||
|
||||
#include "lvgl.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/* DSEG14 Classic Bold Italic — segmented display digits only (0-9 : ; , .) */
|
||||
extern const lv_font_t DSEG14C_BI_32px;
|
||||
extern const lv_font_t DSEG14C_BI_40px;
|
||||
extern const lv_font_t DSEG14C_BI_50px;
|
||||
|
||||
/* Inziu Iosevka Slab CC — monospace, Latin range 0-254 */
|
||||
extern const lv_font_t InziuIosevka_Slab_CC_12px;
|
||||
extern const lv_font_t InziuIosevka_Slab_CC_16px;
|
||||
extern const lv_font_t InziuIosevka_Slab_CC_20px;
|
||||
extern const lv_font_t InziuIosevka_Slab_CC_24px;
|
||||
extern const lv_font_t InziuIosevka_Slab_CC_32px;
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user