maria258
Member level 2
- Joined
- Feb 10, 2011
- Messages
- 42
- Helped
- 2
- Reputation
- 4
- Reaction score
- 2
- Trophy points
- 1,288
- Activity points
- 1,577
I am using mplab hitech pic16f877a, and am trying to compile these:
1. void PutLogo(const char * logo)
2. void PutMessage(static char *Message)
3. PutMessage(( char*)"\x16\x38\x18Graphic demo.");
Is there any other way to change these around so that the compiler can build this program without errors? I tried to find an alternative using the maual but couldnt understand what to do.
thanks
Maria
1. void PutLogo(const char * logo)
2. void PutMessage(static char *Message)
3. PutMessage(( char*)"\x16\x38\x18Graphic demo.");
Is there any other way to change these around so that the compiler can build this program without errors? I tried to find an alternative using the maual but couldnt understand what to do.
thanks
Maria