1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-28 07:03:00 +08:00

font: add LV_ATTRIBUTE_LARGE_CONST for bitmap

This commit is contained in:
Gabor Kiss-Vamosi 2019-05-31 16:42:14 +02:00
parent 23e7e4e8e2
commit 2dfaef4668

View File

@ -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 "!" */