chipKIT® Development Platform

Inspired by Arduino™

New LED Multiplexing library

Created Fri, 18 Sep 2015 17:27:32 +0000 by majenko


majenko

Fri, 18 Sep 2015 17:27:32 +0000

I have knocked up a new LED multiplexing library that is nice and flexible.

It uses the Task Manager for its operation, so it doesn't tie up any timers - that way it won't conflict with anything else.

It supports up to 16x16 matrices, though it's easy to expand it to handle more if needed.

It deals with displaying of numeric values on 7-segment displays.

It's nice and flexible - you add your own anode/cathode pin definitions, digit LED mappings, etc. Pins can be active HIGH or active LOW.

  • [url]https://github.com/MajenkoLibraries/MUX[/url]