More actions
No edit summary |
m (Text replacement - "Category:Homebrew utility applications on 3DS" to "") |
||
(12 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox 3DS | {{Infobox 3DS Homebrews | ||
| title = ctr-led-brary | |title=ctr-led-brary | ||
| image = | |image=Ctrledbrary2.png | ||
| type = Utilities | |description=Small 3DS library to play patterns with the RGB notification LED. | ||
| version = alpha | |author=mariohackandglitch | ||
| | |lastupdated=2017/10/14 | ||
| | |type=Utilities | ||
| website = https://gbatemp.net/threads/release-ctr-led-brary-c-library-to-control-the-leds.486620/ | |version=alpha | ||
|license=Mixed | |||
| source = https://github.com/mariohackandglitch/ctr-led-brary | |download=https://dlhb.gamebrew.org/3dshomebrews/ctrledbrary.7z | ||
|website=https://gbatemp.net/threads/release-ctr-led-brary-c-library-to-control-the-leds.486620/ | |||
|source=https://github.com/mariohackandglitch/ctr-led-brary | |||
}} | }} | ||
ctr-led-brary is a small c++ library to play patterns with the 3DS RGB notification LED. This is only meant for developers, not an standalone homebrew application. | ctr-led-brary is a small c++ library to play patterns with the 3DS RGB notification LED. This is only meant for developers, not an standalone homebrew application. | ||
Line 34: | Line 35: | ||
==Credits== | ==Credits== | ||
MarcusD | MarcusD - Notification LED research. | ||
PabloMK7 | PabloMK7 - Creation of the library. | ||
All the people involved in ctrulib. | All the people involved in ctrulib. | ||
==External links== | |||
* GitHub - https://github.com/mariohackandglitch/ctr-led-brary | |||
* GBAtemp - https://gbatemp.net/threads/release-ctr-led-brary-c-library-to-control-the-leds.486620 |
Latest revision as of 05:53, 6 Mayıs 2024
ctr-led-brary | |
---|---|
General | |
Author | mariohackandglitch |
Type | Utilities |
Version | alpha |
License | Mixed |
Last Updated | 2017/10/14 |
Links | |
Download | |
Website | |
Source | |
ctr-led-brary is a small c++ library to play patterns with the 3DS RGB notification LED. This is only meant for developers, not an standalone homebrew application.
The 3DS notification led is a RGB256 led which can (theorically) display 2^24 different colors (including black). This library allows to play patterns using the ptm sysmodule.
Features
- Generate different types of color patterns, including constant, linear and sinusoidal.
- Set the pattern and loop delay and smoothing values.
- Play and Stop the generated color patterns with the Notification LED.
Installation
Download contains an example shown in the demo video in 3DSX format and source.
User guide
You can find all the documentation on how to use the library and the example from the GitHub page.
Media
Example homebrew (PabloMK7)
Practical implementation (PabloMK7)
Credits
MarcusD - Notification LED research.
PabloMK7 - Creation of the library.
All the people involved in ctrulib.