Search found 8 matches
- Wed Sep 13, 2006 7:48 pm
- Forum: General Discussion
- Topic: I am Selling a 1.50 PSP on eBay
- Replies: 1
- Views: 2476
- Sat Dec 24, 2005 7:04 am
- Forum: PSP Development
- Topic: pspDebugScreenPrintf and scrolling
- Replies: 3
- Views: 1676
scrolling
I actually thought about using an array and reprinting the whole array each time a scrolling is needed, but didn't think it was fast enough.
However, I will try it out now :) Thanks!
However, I will try it out now :) Thanks!
- Fri Dec 23, 2005 8:32 am
- Forum: PSP Development
- Topic: pspDebugScreenPrintf and scrolling
- Replies: 3
- Views: 1676
pspDebugScreenPrintf and scrolling
Is it possible (sure it is) to enable scrolling when using pspDebugScreenPrintf? I thought that it might be possible to move the content of VRAM "backwards" when the bottom of the screen is reached.
This might be a stupid and bad idea, but any feedback is appreciated.
This might be a stupid and bad idea, but any feedback is appreciated.
- Sat Dec 17, 2005 6:22 am
- Forum: PSP Development
- Topic: telnet client and menu screen
- Replies: 2
- Views: 1410
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 s...
- Fri Dec 16, 2005 8:12 pm
- Forum: PSP Development
- Topic: telnet client and menu screen
- Replies: 2
- Views: 1410
telnet client and menu screen
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 m...
- Tue Aug 30, 2005 8:55 pm
- Forum: PSP Development
- Topic: swap buttons and custom backgrounds
- Replies: 3
- Views: 2473
swap buttons and custom backgrounds
I've tried to find out how the apps that swap the X and O buttons and change psp backgrounds work.
Is it so that this two things are so trivial that I should be able to figure it out :)
Is it so that this two things are so trivial that I should be able to figure it out :)
- Sun Aug 07, 2005 12:56 am
- Forum: General Discussion
- Topic: ssh client
- Replies: 5
- Views: 4182
- Fri Aug 05, 2005 10:45 pm
- Forum: General Discussion
- Topic: ssh client
- Replies: 5
- Views: 4182
ssh client
I have limited knowledge when it comes to porting software to PSP.
But I would like to see an ssh client to PSP. How hard would it be to port ie. openssh to PSP?
But I would like to see an ssh client to PSP. How hard would it be to port ie. openssh to PSP?