Skip to content

Commit

Permalink
Adding Pixel Magic Tool to WLED
Browse files Browse the repository at this point in the history
  • Loading branch information
ajotanc committed Jun 13, 2023
1 parent 670461c commit b4f08fa
Show file tree
Hide file tree
Showing 10 changed files with 6,006 additions and 3,340 deletions.
2 changes: 2 additions & 0 deletions tools/cdata.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,8 @@ writeHtmlGzipped("wled00/data/index.htm", "wled00/html_ui.h", 'index');
writeHtmlGzipped("wled00/data/simple.htm", "wled00/html_simple.h", 'simple');
writeHtmlGzipped("wled00/data/pixart/pixart.htm", "wled00/html_pixart.h", 'pixart');
writeHtmlGzipped("wled00/data/cpal/cpal.htm", "wled00/html_cpal.h", 'cpal');
writeHtmlGzipped("wled00/data/pxmagic/pxmagic.htm", "wled00/html_pxmagic.h", 'pxmagic');

/*
writeChunks(
"wled00/data",
Expand Down
Loading

0 comments on commit b4f08fa

Please sign in to comment.