I need to draw raw pixel data to the Nintendo DS\'s \"sub\" screen, such as if I was drawing to the main sc开发者_Python百科reen in \"framebuffer\" mode or \"Extended Rotation\" mode. How can I do thi
So I\'ve been starting DS programming, and I notice that to draw a pixel the c开发者_如何转开发olor must be a RGB(0, 31, 0). Is there any way to change that to something like RGB(0, 255, 0)?If you hav