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:
parent
23e7e4e8e2
commit
2dfaef4668
@ -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 "!" */
|
||||
|
Loading…
x
Reference in New Issue
Block a user