I am an absolute beginner programming libnds.
How can I draw a picture on the subscreen?
Here is my code so far. It only shows a picture on the top screen.
#include <nds.h>
#include <stdio.h>
#include "drunkenlogo.h"
#include "hey_typ.h"
int main(void)
{
// set the mode for 2 text layers and ...
Search found 1 match
- Wed Mar 23, 2011 12:29 am
- Forum: DS/DSi Development
- Topic: How to draw backgrounds in sub screen
- Replies: 1
- Views: 4082