25 lines
380 B
C
25 lines
380 B
C
/*
|
|
* Copyright 2023 NXP
|
|
* SPDX-License-Identifier: MIT
|
|
* The auto-generated can only be used on NXP devices
|
|
*/
|
|
#ifndef GUIDER_FONTS_H
|
|
#define GUIDER_FONTS_H
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#if LVGL_VERSION_MAJOR == 7
|
|
#include "lv_font/lv_font.h"
|
|
#else
|
|
#include "font/lv_font.h"
|
|
#endif
|
|
|
|
LV_FONT_DECLARE(lv_font_montserratMedium_12)
|
|
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|