Golem642 / CtrRGBPAT2

LED customisation for 3DS
https://db.universal-team.net/3ds/ctrrgbpat2
MIT License
7 stars 1 forks source link
3ds customization devkitpro homebrew led libctru

CtrRGBPAT2

This 3DS application allows the LED color to be changed. In order for this to work, Luma CFW (custom firmware) needs to be installed. Thanks to CPunch for the original project !

Features

Customize the LED color and pattern for when you receive notifications! Why keep the default blue when you can have a cool-looking purple for example 😎 You can customize the LED for every type of notification (there are more than you think...) Everything is simple and made so you cannot possibly screw something up (unless you really wanted to)

Upcoming

QnA

Q : My console crashes on boot after the patch !

Q : When will [insert feature] will be available ?

Q : What does the two unknown patterns do ?

Building

After some research I determined that this is made for devkitpro for Windows. I don't know how CPunch managed to make this work but I had to make a lot of changes. The compilation process is very weird but I didn't want to change anything to avoid breaking the currently "working" setup.

I might modify the setup in the future to make things more consistent and working everywhere.

eclipse-3ds-template

This template is basically a fork of TricksterGuy's 3ds-template which is essentially a fork of two other templates, which I'm not going to ramble on about.

Modifications:

1) Supports eclipse now. 2) Eclipse also has build targets.

To set up in eclipse:

Open eclipse and import a project into the workspace. Select the root of the folder (or select the ZIP of this repository). You must have devkitPro installed to /opt/devkitPro and thus devkitARM installed to /opt/devkitPro/devkitARM.

Atop this, you also need buildtools.

As a result, all build targets and includes should be added. If you'd like auto-corrections on libraries other than ctrulib.

To set up for elsewhere (or Windows.)

Modify the eclipse environment variables, C includes, and C++ includes to be where your install of devkitPro and CTRUlib is.