mirror of
https://github.com/lvgl/lvgl.git
synced 2025-02-04 07:13:00 +08:00
demo(music player): use only ASCII characters (#2931)
Some compilers don't recognize • because of different encoding method (such as 936)
This commit is contained in:
parent
8315eb1ca4
commit
6e5dc1a5d8
@ -70,20 +70,20 @@ static const char * artist_list[] = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
static const char * genre_list[] = {
|
static const char * genre_list[] = {
|
||||||
"Rock • 1997",
|
"Rock - 1997",
|
||||||
"Drum'n bass • 2016",
|
"Drum'n bass - 2016",
|
||||||
"Psy trance • 2020",
|
"Psy trance - 2020",
|
||||||
"Metal • 2015",
|
"Metal - 2015",
|
||||||
"Metal • 2015",
|
"Metal - 2015",
|
||||||
"Metal • 2015",
|
"Metal - 2015",
|
||||||
"Metal • 2015",
|
"Metal - 2015",
|
||||||
"Metal • 2015",
|
"Metal - 2015",
|
||||||
"Metal • 2015",
|
"Metal - 2015",
|
||||||
"Metal • 2015",
|
"Metal - 2015",
|
||||||
"Metal • 2015",
|
"Metal - 2015",
|
||||||
"Metal • 2015",
|
"Metal - 2015",
|
||||||
"Metal • 2015",
|
"Metal - 2015",
|
||||||
"Metal • 2015",
|
"Metal - 2015",
|
||||||
};
|
};
|
||||||
|
|
||||||
static const uint32_t time_list[] = {
|
static const uint32_t time_list[] = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user