so its safe¿?
Yes, I'm now speaking with yellows8, and I just tested his code, and it didn't brick my old3DS, so I guess it was just extremely bad luck
Edit: yes, you can power off
Last edited by Sono,
so its safe¿?
can u do something like to do a special notification with a custom-choice led¿?Yes, I'm now speaking with yellows8, and I just tested his code, and it didn't brick my old3DS, so I guess it was just extremely bad luck
can u do something like to do a special notification with a custom-choice led¿?
idk how i dont know programming Im learningWell, this is an RGB LED, so it can display 2^24 possible colors, so you can program it as you want! You have 32 pattern slots for each color, and you can set smoothing and speed, so I guess it's good enough![]()


In 3DS mode? 'cause it doesn't die in DS/DSi mode.Any way to make it not die when you close and open your ds?
It stops when you shut it and open (put it in sleep mode I guess)In 3DS mode? 'cause it doesn't die in DS/DSi mode.
Probably because the Home Menu clears the pattern when opening the lid, just like when you have a notification.It stops when you shut it and open (put it in sleep mode I guess)

Got a way to compile this?
This wouldn't risk an I2C firmware wipeout? MCU brick is unrecoverable even with Hardmod.
It doesnt for me; shutting and opening my o3DS xL doesnt clear it
EDIT: The fading in white is really funny; it paused when I put in my PIN![]()
In x86, there's a [kernel-level] cli instruction that'll disable interrupts. If there's an ARM equivalent, you could possibly use it to protect against bricks.

red = math.modf(math.sin(0.00202683548*Timer.getTime(rnbw_timer) + 0) * 127 + 128)
green = math.modf(math.sin(0.00202683548*Timer.getTime(rnbw_timer) + 2.0943951) * 127 + 128)
blue = math.modf(math.sin(0.00202683548*Timer.getTime(rnbw_timer) + 4.1887902) * 127 + 128)

Oops, I read it but I'm blind xP