Skip to content

Commit

Permalink
Fuxture generator: add width and height for Matrices, length for cubes
Browse files Browse the repository at this point in the history
LedModFixtureGen
- Add separate Cubes group (using length parameter)
- Add width and height to Matrices group
- new functions rebuildMatrix and rebuildCube
- part 0: init group variables (width, height, length)
- split Matrices in Matrices and Cubes
- use width, height and length as parameters in filenames
  • Loading branch information
ewoudwijma committed May 24, 2024
1 parent 239ea10 commit b6384dc
Show file tree
Hide file tree
Showing 3 changed files with 149 additions and 77 deletions.
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ lib_deps =
build_flags =
; -D APP=StarBase
-D PIOENV=$PIOENV
-D VERSION=24052310 ; Date and time (GMT!), update at every commit!!
-D VERSION=24052415 ; Date and time (GMT!), update at every commit!!
-D CONFIG_ASYNC_TCP_USE_WDT=0
-D LFS_THREADSAFE ; enables use of semaphores in LittleFS driver
-D STARBASE_DEVMODE
Expand Down
3 changes: 1 addition & 2 deletions src/App/LedModEffects.h
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,7 @@ class LedModEffects:public SysModule {
options.add("Mirror WIP");
options.add("Reverse WIP");
// options.add("Kaleidoscope WIP");
return true;
}
return true; }
case f_ChangeFun:

if (rowNr == UINT8_MAX) rowNr = 0; // in case fx without a rowNr
Expand Down
Loading

0 comments on commit b6384dc

Please sign in to comment.