'Change color when printing using libnds for the nds, programing in C

I'm developing a game for a nintendo emulator using the libnds library from devkitpro and I'm trying to change the color of the text when printing.

I initialize the console variable with consoleDemoInit() and then I try modifying several values but get nothing or an unwanted result.

I'd be thankful if anyone could help me.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source