-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce mapping virtual leds to physical leds + small things
index.js: - change innerHTML to innerText - button: like others: initCap(id) and use .label to overwrite (instead of default value) AppModLeds - split into .h and .cpp - split into Physical and Virtual Leds !! - add LedsV class for mapping physical and virtual - adjust effects to support P and V (WIP) - rename ledFixes!! (will be renamed again ! WIP) - use fun callback to calculate mapping main.cpp - change order so leds is shown first in UI (default) SysModFiles - change initButton to reflect refactor - JsonRDWS: add lookFor array of values in callback functions (x,y,z for leds) - JsonRDWS: not lazy anymore as whole file must be scanned for leds (to map them) - JsonRDWS: add funList, objectStack, uint16CollectList - JsonRDWS: next: implement array parsing - JsonRDWS: check: add fun callback
- Loading branch information
1 parent
389138d
commit d023d8d
Showing
16 changed files
with
1,405 additions
and
1,010 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.