MachineSettingのユーザーネーム設定画面

とりあえず文字リストを表示できるように

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@161 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
yoshida_teruhisa 2007-11-13 09:29:50 +00:00
parent 3fb9f3bed2
commit 734c3d8740
3 changed files with 541 additions and 911 deletions

View File

@ -32,8 +32,7 @@ TARGET_BIN = main.srl
ROM_SPEC = main.rsf
SRCS = main.c misc.c \
MachineSetting.c setRTC.c selectLanguage.c calibrationTP.c
#setOwnerInfo.c
MachineSetting.c setRTC.c selectLanguage.c calibrationTP.c setOwnerInfo.c
include $(TWLIPL_ROOT)/build/buildtools/commondefs

View File

@ -93,7 +93,7 @@ static const u16 *const s_pStrSettingElemTbl[ SETTING_MENU_ELEMENT_NUM ][ TWL_LA
static MenuPos s_settingPos[] = {
{ TRUE, 4 * 8, 8 * 8 },
{ TRUE, 4 * 8, 10 * 8 },
{ FALSE, 4 * 8, 12 * 8 },
{ TRUE, 4 * 8, 12 * 8 },
{ TRUE, 4 * 8, 14 * 8 },
};
@ -186,8 +186,8 @@ int MachineSettingMain( void )
g_pNowProcess = SetRTCMain;
break;
case 2:
// SetOwnerInfoInit();
// g_pNowProcess = SetOwnerInfoMain;
SetOwnerInfoInit();
g_pNowProcess = SetOwnerInfoMain;
break;
case 3:
TP_CalibrationInit();

File diff suppressed because it is too large Load Diff