1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-28 07:03: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:
Man, Jianting (Meco) 2021-12-21 04:39:00 -05:00 committed by GitHub
parent 8315eb1ca4
commit 6e5dc1a5d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,20 +70,20 @@ static const char * artist_list[] = {
};
static const char * genre_list[] = {
"Rock 1997",
"Drum'n bass 2016",
"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",
"Rock - 1997",
"Drum'n bass - 2016",
"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",
};
static const uint32_t time_list[] = {