From 2dfaef466804e0af3c525b503d0897338521ba18 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Fri, 31 May 2019 16:42:14 +0200 Subject: [PATCH] font: add LV_ATTRIBUTE_LARGE_CONST for bitmap --- src/lv_fonts/lvgl_sample.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lv_fonts/lvgl_sample.c b/src/lv_fonts/lvgl_sample.c index 8d0a0ce7d..b68751d20 100644 --- a/src/lv_fonts/lvgl_sample.c +++ b/src/lv_fonts/lvgl_sample.c @@ -11,7 +11,7 @@ *----------------*/ /*Store the image of the glyphs*/ -static const uint8_t gylph_bitmap[] = { +static LV_ATTRIBUTE_LARGE_CONST const uint8_t gylph_bitmap[] = { /* U+20 " " */ /* U+21 "!" */