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 

colored printf text

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



Joined: 19 Jan 2007
Posts: 25

PostPosted: Sat Feb 17, 2007 1:58 pm    Post subject: colored printf text Reply with quote

is there anyway to color the text the psp outputs? if so how?
Back to top
View user's profile Send private message
MrMr[iCE]



Joined: 03 Oct 2005
Posts: 43

PostPosted: Sat Feb 24, 2007 9:20 pm    Post subject: Reply with quote

youll have to be more specific...if you mean the text printed to the pc console via psplink, then yes, if you know how to work with ansi escape codes, like this:
Code:

// output to psplink console, move cursor up one before printing the text
printf("\033[1Alook ma, only one line!\n");

google for 'ansi escape codes' and you should find a few docs that list the different ansi control commands.

if you mean pspDebugScreenPrintf, have a look in pspdebug.h, theres a few functions that control text and background color, cursor position, etc.


Last edited by MrMr[iCE] on Sun Feb 25, 2007 12:44 am; edited 1 time in total
Back to top
View user's profile Send private message
harleyg



Joined: 05 Oct 2005
Posts: 123

PostPosted: Sun Feb 25, 2007 12:38 am    Post subject: Reply with quote

pspDebugScreenSetTextColor() will work with pspDebugScreenPrintf().

Last edited by harleyg on Sun Feb 25, 2007 12:42 am; edited 1 time in total
Back to top
View user's profile Send private message
MrMr[iCE]



Joined: 03 Oct 2005
Posts: 43

PostPosted: Sun Feb 25, 2007 12:40 am    Post subject: Reply with quote

oops ya..psp, not sce. good catch =)
Back to top
View user's profile Send private message
fergie4000



Joined: 19 Jan 2007
Posts: 25

PostPosted: Sun Feb 25, 2007 11:57 pm    Post subject: Reply with quote

thanks harleyg
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