Overview
- Object ID : 2707 (2013-04-10)
- Author : Drew Walton | added by Archiver
- Content : Code
- Microcontroller : Propeller 1
- Language : SPIN
- Category : Display
- Licence : Other
Content
This is a charlieplexing object for using a few pins on the propeller to control a lot of LEDs. The number of LEDs controlled ranges between 6 LEDs using 3 pins to 756 LEDs using 28 pins (though I have not tested that many). The number of LEDs can be determined by the following formula:
pins * pins - pins = LEDs that can be controlled
A demo is included.