update (re-generate) lv_font_unscii_8

This commit is contained in:
Gabor Kiss-Vamosi
2019-10-03 05:48:38 +02:00
parent 5e7edc30be
commit 6d52976a16

View File

@@ -1,4 +1,4 @@
#include "../../lvgl.h" #include "lvgl/lvgl.h"
/******************************************************************************* /*******************************************************************************
* Size: 8 px * Size: 8 px
@@ -311,7 +311,7 @@ static LV_ATTRIBUTE_LARGE_CONST const uint8_t gylph_bitmap[] = {
* GLYPH DESCRIPTION * GLYPH DESCRIPTION
*--------------------*/ *--------------------*/
static lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = { static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = {
{.bitmap_index = 0, .adv_w = 0, .box_h = 0, .box_w = 0, .ofs_x = 0, .ofs_y = 0} /* id = 0 reserved */, {.bitmap_index = 0, .adv_w = 0, .box_h = 0, .box_w = 0, .ofs_x = 0, .ofs_y = 0} /* id = 0 reserved */,
{.bitmap_index = 0, .adv_w = 128, .box_h = 0, .box_w = 0, .ofs_x = 0, .ofs_y = 0}, {.bitmap_index = 0, .adv_w = 128, .box_h = 0, .box_w = 0, .ofs_x = 0, .ofs_y = 0},
{.bitmap_index = 0, .adv_w = 128, .box_h = 7, .box_w = 1, .ofs_x = 3, .ofs_y = -1}, {.bitmap_index = 0, .adv_w = 128, .box_h = 7, .box_w = 1, .ofs_x = 3, .ofs_y = -1},
@@ -460,4 +460,3 @@ lv_font_t lv_font_unscii_8 = {
}; };
#endif /*#if LV_FONT_UNSCII_8*/ #endif /*#if LV_FONT_UNSCII_8*/