• Welcome to SCdev.org. Please log in.

Welcome to the new SCdev forums!

Switch screens & Save Settings For Patch mode

Started by maxamaxam, May 07, 2007, 11:11:17 AM

Previous topic - Next topic

maxamaxam

Hello,

I downloaded the new operating system V 2.0 sp1 today and now my upper and lower screens have switched. I cannot tap folders and options with my stylus anymore becouse they are shown on the upper screen.

Can anyone help me switching the screens back??

onekelly

max, welcome to scdev!

Easy fix, just press L+A and you can swap back and forth.

maxamaxam

Okay, thanks a lot, I thought it would be simple but I just couldnt figure it out

maxamaxam

Can this setting be saved or must I switch every time I start?

onekelly

yes you can save the setting either in global.ini by changing the setting:

; 1.2 FileSelectSubScreen = [0|1] (Default = 1)

; Defines which screen is used to display FileBrowser.
; 0 = touchscreen (lower screen)
; 1 = normal screen (upper screen)

; 't'@'C'‹'Š'X'g'E'B'“'h'E‚ð•\ަ‚·‚é'p'l'‹‚ð''C'“‚Æ'T'u‚©‚ç‘I‘ð‚µ‚Ü‚·B
; 0='^'b'`'p'l'‹(‰º‰æ"Ê), 1=’Êí‰æ"Ê(ã‰æ"Ê)

FileSelectSubScreen=1 [; 1.2 FileSelectSubScreen = [0|1] (Default = 1)

; Defines which screen is used to display FileBrowser.
; 0 = touchscreen (lower screen)
; 1 = normal screen (upper screen)

; 't'@'C'‹'Š'X'g'E'B'“'h'E‚ð•\ަ‚·‚é'p'l'‹‚ð''C'“‚Æ'T'u‚©‚ç‘I‘ð‚µ‚Ü‚·B
; 0='^'b'`'p'l'‹(‰º‰æ"Ê), 1=’Êí‰æ"Ê(ã‰æ"Ê)

FileSelectSubScreen=1 <---- change this to a 0

and then you will boot up every time to the lower screen.

maxamaxam