Search found 4 matches

by Wolfgange
Sun Jul 22, 2018 5:36 pm
Forum: Announcements
Topic: We proudly present devkitPro pacman :)
Replies: 2
Views: 24659

Re: We proudly present devkitPro pacman :)

Nice job with this! I'm not running an Ubuntu based distro, but I was still able to get it up and running by extracting the deb and running `postinst`.
by Wolfgange
Wed Jul 10, 2013 2:17 am
Forum: DS/DSi Development
Topic: Garbage on top of screen when dissplaying text on background
Replies: 5
Views: 15136

Garbage on top of screen when dissplaying text on background

Another newb question.. I am currently using the 16-bit libnds example as a basis and am trying to display text and the png background image on the same screen (in this example it is the top sceen). I am having a similar issue as this post: http://devkitpro.org/viewtopic.php?f=6&t=3222&hilit...
by Wolfgange
Mon Jul 08, 2013 1:35 pm
Forum: DS/DSi Development
Topic: Newb question, how to display text at x y location
Replies: 2
Views: 8517

Newb question, how to display text at x y location

Does anyone know the simplest way to display consol text at the x y location of a variable? Currently I use iprintf("\x1b[9;9HRandom Text"); to show "Random Text" at 9,9. How can I display it at the location of variable lets say locationx and locationy?