mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-21 05:51:45 +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:
committed by
GitHub
parent
8315eb1ca4
commit
6e5dc1a5d8
+14
-14
@@ -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[] = {
|
||||
|
||||
Reference in New Issue
Block a user