-
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.
effect startPos / endPos as coord3D and use to make subsets of physleds
general - use UINT8_MAX and UINT16_MAX instead of own defines index.css - canvas has black border - table has box-shadow (as border-radius alone does not work) index.js - coord3D: add change event to x,y,z input nodes - sendvalue: add "value" property, add support for coord3D AppLedsV: fixtureProjectAndMap: - default y and z to 0 (not 1) - only process if physical led within startPos and endPos boundaries - 2D-2D: use start and endpos to calc virtual coordinate and bucket - other dimensions: to do! (WIP) AppModLeds: - fxStart and End chFun: assign ledsV.start/endPos - move dimensions and nrOfLeds to table SysModUI: processJson: - add vector to freeze for loop - value handling: refactor and allow for coord3D, add setValue<JsonObject> for coord3D SysModWeb - wsEvent: add 💀 for multipart messages (WIP)
- Loading branch information
Showing
23 changed files
with
1,601 additions
and
1,553 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
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
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.