forums.ps2dev.org Forum Index forums.ps2dev.org
Homebrew PS2, PSP & PS3 Development Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

telnet client and menu screen

 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development
View previous topic :: View next topic  
Author Message
frodemed



Joined: 05 Aug 2005
Posts: 8

PostPosted: Fri Dec 16, 2005 8:12 pm    Post subject: telnet client and menu screen Reply with quote

I am working on a telnet client. My plan is to implement full terminal emulation, but I am not sure if the pspDebugScreenPrintf is sufficient.

Another thing that I am trying to implement is a menu screen to appear by pressing select. And the terminal emulation screen should reappear by exiting the menu. Can anyone explain to me how I can alternate between two screens?

I'm gratefull for any help :)
Back to top
View user's profile Send private message
TyRaNiD



Joined: 18 Jan 2004
Posts: 918

PostPosted: Sat Dec 17, 2005 3:05 am    Post subject: Reply with quote

The sdk debug print functions only have the ability to do basic text printing, move the cursor, change background and forground colours etc., more advanced stuff like text scrolling would have to be manually implemented. It is probably fast enough to redraw the screen every frame so just maintain some sort of buffer of text for your screen and change it depending on how you want it to look (i.e. switch to a menu like display when in the menu).
Back to top
View user's profile Send private message
frodemed



Joined: 05 Aug 2005
Posts: 8

PostPosted: Sat Dec 17, 2005 6:22 am    Post subject: Reply with quote

TyRaNiD wrote:
The sdk debug print functions only have the ability to do basic text printing, move the cursor, change background and forground colours etc., more advanced stuff like text scrolling would have to be manually implemented. It is probably fast enough to redraw the screen every frame so just maintain some sort of buffer of text for your screen and change it depending on how you want it to look (i.e. switch to a menu like display when in the menu).

Ok. thanks I'l try that out.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development All times are GMT + 10 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group