feat: add new characters

This commit is contained in:
源文雨
2024-04-29 15:54:48 +09:00
parent 4e05eb71be
commit 837e1a03af
9 changed files with 6 additions and 3 deletions

6
c302.h
View File

@@ -25,9 +25,11 @@ static const char* urls[] = {
"https://bocchi.rocks/assets/img/page/character/hitori/main.png", // 後藤ひとり
"https://bocchi.rocks/assets/img/page/character/nijika/main.png", // 伊地知虹夏
"https://bocchi.rocks/assets/img/page/character/ryo/main.png", // 山田リョウ
"https://bocchi.rocks/assets/img/page/character/ikuyo/main.png" // 喜多郁代
"https://bocchi.rocks/assets/img/page/character/ikuyo/main.png", // 喜多郁代
"https://orthrossoft.jp/assets/images/character/whole_body-yui.png", // 片桐ユイ
"https://orthrossoft.jp/assets/images/character/whole_body-yaeka.png" // 片桐ヤエカ
};
static const uint16_t urlsl[] = {62, 62, 59, 61};
static const uint16_t urlsl[] = {62, 62, 59, 61, 65, 67};
#endif