It's a pain in the ass to write a custom printf function (it's a very boring task). Do you know if there's some source code available that does this (with the font defined as consts in C (not in a separate file that I have to load))?
David "Carsten" <[EMAIL PROTECTED]> wrote in message news:111749@palm-dev-forum... > > > > > But do you know how to print messages from such an ARM callback? > > > > David > > > > Quite easy ! > > Just write your custom printf routine - just supply a pointer to the current > screen, the screenformat (or just keep your app in 8bpp mode) > (using the *userDataP reference) and make your own printf code in your > ARM routine. (ofcourse you need an own font for that too .. but any fixed f.e. > 8x8 font will do the job) > (I made some custom printf-like display in 68K so I don't have to deal with > WinDrawChar/s etc ... which made it more easy for implementing some quick > register dumps... f.e. move.l d7,d0 bsr hex32_out ) > > > Regards, > Carsten. > > > > > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
