mirror of
https://gitee.com/anod/open_agb_firm.git
synced 2025-05-07 14:24:12 +08:00
修改显示的内容,需要长列表
This commit is contained in:
parent
a1076164cb
commit
2102cb0b46
@ -92,10 +92,28 @@ const char *acf_draw(int x, int y, int width, int height, int maxwidth, u16 colo
|
||||
}
|
||||
|
||||
static const char *page[] = {
|
||||
"是这里吗?",
|
||||
"我不知道呢",
|
||||
"能再看一遍吗?",
|
||||
"原来是这样啊"
|
||||
"a ha",
|
||||
"舍不得璀璨俗世",
|
||||
"a ha",
|
||||
"躲不开痴恋的欣慰",
|
||||
"a ha",
|
||||
"找不到色相代替",
|
||||
"a ha",
|
||||
"参一生参不透这条难题",
|
||||
"吞风吻雨葬落日",
|
||||
"未曾彷徨",
|
||||
"欺山赶海践雪径",
|
||||
"也未绝望",
|
||||
"沾花把酒偏折煞",
|
||||
"世人情狂",
|
||||
"凭这两眼与百臂",
|
||||
"或千手不能防",
|
||||
"天阔阔雪漫漫",
|
||||
"风随怒航",
|
||||
"这砂滚滚水皱皱",
|
||||
"笑着浪荡",
|
||||
"贪欢一晌偏叫那",
|
||||
"女儿情长埋葬"
|
||||
};
|
||||
|
||||
static atp_error_t test_show( atp_callerdata_t data, atp_counter_t idx, atp_text_t *ptext, atp_itemval_t *pval, atp_color_t *c )
|
||||
@ -304,7 +322,7 @@ Result browseFiles(const char *const basePath, char selected[512])
|
||||
}
|
||||
|
||||
if( kDown & KEY_X ){
|
||||
atp_show( 4, test_show, NULL );
|
||||
atp_show( 22, test_show, NULL );
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user