If you have the skills and equipment, you could replace the three LED “dropping” resistors with ones of higher value, to lower the maximum brightness.
However, might I suggest a physical solution: Place some type of neutral desity filter inside the front of the case, above the RGB LED.
In the past, I’ve used pieces of the grey/silver Mylar anti-static bags that electronic parts come in, stuck on with clear double-sided tape.
Another thought is to use one or more layers of a white self-adhesive address label cut to size, or just plain white paper with clear double-sided tape.
You could even use a piece of black electrical tape to cover the area above the LED. You would still be able to see the LED light “bleeding” through the edges of the case and reflecting off of the circuit board (especially with a white Arduboy).
It doesn’t bother me but I think a few others, besides @Pharap, have complained. I can see it possibly being a problem if you use it in a dark area (after all, “flashlight” mode makes a pretty good flashlight).
I’ve been meaning to try a bit of glossy tape from my label printer over the LED.
As @MLXXXp mentioned I am one of the others that find the LED at full brightness uncomfortable in low lighting.
I also prefer some of the other possible colours using setRGB but maybe I’m just too fussy because sometimes I just think the LED’s and audio just waste battery.
I also find the RGB LED a bit too bright I found some ribbed plastic from a printer staple cartridge that was soft enough to be cut to size with some scissors. It refracts the light nicely
Its unfortunate the setRBG is an expensive function in terms of memory - a quick change to the game to use this added 750 bytes that I simply cannot afford at the moment. To put it into context, that’s three levels!
Stay tuned…
This will change in the next release of the Arduboy2 library. I’ve refactored SetRGBled() to directly manipulate the hardware, instead of using the Arduino analogWrite() function. This drastically reduces program memory used by SetRGBled(). It still takes a bit more than digitalWriteRGB(), though.