mirror of
https://github.com/m5stack/meshtastic-device-ui.git
synced 2026-05-20 11:51:03 -07:00
12 lines
299 B
C
12 lines
299 B
C
#ifndef EEZ_LVGL_UI_FONTS_H
|
|
#define EEZ_LVGL_UI_FONTS_H
|
|
|
|
#include "lvgl.h"
|
|
|
|
extern const lv_font_t ui_font_montserrat_12;
|
|
extern const lv_font_t ui_font_montserrat_14;
|
|
extern const lv_font_t ui_font_montserrat_16;
|
|
extern const lv_font_t ui_font_montserrat_20;
|
|
|
|
|
|
#endif /*EEZ_LVGL_UI_FONTS_H*/ |