Recent content by razieliyo

  1. R

    Homebrew Selecting the screen to print text or pixels.

    Maybe I didn't explain very well. Thanks for the help really! I'm studying that guide like if it were my bible.
  2. R

    Homebrew Selecting the screen to print text or pixels.

    I think you didn't understand me. The question was, how to select what screen to use, but I think I've found something that helps me. lcdMainOnBottom(); to select the bottom screen. Anyway, that explanation was good for clearing concepts for me, so thanks!
  3. R

    Homebrew Selecting the screen to print text or pixels.

    Well, I'm just starting with NDS homebrew programming. I'm reading a few tutorials and I compiled a simple example I found over there: CODE#include #include int main(void) { ÂÂÂÂint i; ÂÂÂÂconsoleDemoInit(); ÂÂÂÂvideoSetMode(MODE_FB0); ÂÂÂÂvramSetBankA(VRAM_A_LCD); ÂÂÂÂprintf("Hello...