Skip to content

Commit

Permalink
Custom Palette Creator
Browse files Browse the repository at this point in the history
  • Loading branch information
werkstrom committed Apr 8, 2023
1 parent d17a41f commit 8f5373f
Show file tree
Hide file tree
Showing 2 changed files with 427 additions and 0 deletions.
1 change: 1 addition & 0 deletions tools/cdata.js
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ function writeChunks(srcDir, specs, resultFile) {
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');
/*
writeChunks(
"wled00/data",
Expand Down
Loading

0 comments on commit 8f5373f

Please sign in to comment.