fastled 1.1.65__tar.gz → 1.1.67__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {fastled-1.1.65 → fastled-1.1.67}/PKG-INFO +12 -11
- {fastled-1.1.65 → fastled-1.1.67}/README.md +2 -1
- fastled-1.1.67/build_examples.py +46 -0
- {fastled-1.1.65 → fastled-1.1.67}/build_exe.py +1 -1
- {fastled-1.1.65 → fastled-1.1.67}/pyproject.toml +9 -9
- {fastled-1.1.65 → fastled-1.1.67}/src/fastled/__init__.py +1 -1
- {fastled-1.1.65 → fastled-1.1.67}/src/fastled/app.py +1 -0
- {fastled-1.1.65 → fastled-1.1.67}/src/fastled/cli.py +3 -0
- {fastled-1.1.65 → fastled-1.1.67}/src/fastled/client_server.py +14 -3
- {fastled-1.1.65 → fastled-1.1.67}/src/fastled/parse_args.py +1 -1
- {fastled-1.1.65 → fastled-1.1.67}/src/fastled/project_init.py +1 -0
- {fastled-1.1.65 → fastled-1.1.67}/src/fastled.egg-info/PKG-INFO +12 -11
- {fastled-1.1.65 → fastled-1.1.67}/src/fastled.egg-info/SOURCES.txt +1 -0
- fastled-1.1.67/src/fastled.egg-info/requires.txt +10 -0
- {fastled-1.1.65 → fastled-1.1.67}/tests/test_examples.py +0 -5
- fastled-1.1.65/src/fastled.egg-info/requires.txt +0 -10
- {fastled-1.1.65 → fastled-1.1.67}/.aiderignore +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/.github/workflows/build_multi_docker_image.yml +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/.github/workflows/lint.yml +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/.github/workflows/publish_release.yml +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/.github/workflows/test_build_exe.yml +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/.github/workflows/test_macos.yml +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/.github/workflows/test_ubuntu.yml +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/.github/workflows/test_win.yml +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/.gitignore +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/.pylintrc +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/.vscode/launch.json +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/.vscode/settings.json +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/.vscode/tasks.json +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/LICENSE +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/MANIFEST.in +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/TODO.md +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/clean +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/docs/fastled.js +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/docs/fastled.wasm +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/docs/index.css +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/docs/index.html +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/docs/index.js +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/examples/Blink/Blink.ino +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/examples/Chromancer/Chromancer.ino +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/examples/Chromancer/detail.h +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/examples/Chromancer/gary_woos_wled_port/gary_woos_wled_ledmap.h +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/examples/Chromancer/gary_woos_wled_port/presets.json +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/examples/Chromancer/gary_woos_wled_port/presets.min.json +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/examples/Chromancer/gen.py +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/examples/Chromancer/mapping.h +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/examples/Chromancer/net.h +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/examples/Chromancer/output.json +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/examples/Chromancer/ripple.h +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/examples/Chromancer/screenmap.json.h +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/examples/ColorPalette/ColorPalette.ino +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/examples/ColorTemperature/ColorTemperature.ino +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/examples/Cylon/Cylon.ino +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/examples/DemoReel100/DemoReel100.ino +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/examples/Esp32Rmt51/Esp32Rmt51.ino +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/examples/EspI2SDemo/EspI2SDemo.ino +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/examples/Fire2012/Fire2012.ino +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/examples/Fire2012WithPalette/Fire2012WithPalette.ino +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/examples/FirstLight/FirstLight.ino +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/examples/FxEngine/FxEngine.ino +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/examples/Noise/Noise.ino +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/examples/NoisePlayground/NoisePlayground.ino +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/examples/NoisePlusPalette/NoisePlusPalette.ino +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/examples/OctoWS2811/OctoWS2811.ino +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/examples/Pacifica/Pacifica.ino +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/examples/Pride2015/Pride2015.ino +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/examples/TwinkleFox/TwinkleFox.ino +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/examples/Video/Gfx2Video/Gfx2Video.ino +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/examples/WasmScreenCoords/WasmScreenCoords.ino +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/examples/Water/Water.ino +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/examples/XYMatrix/XYMatrix.ino +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/examples/wasm/wasm.ino +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/install +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/lint +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/requirements.testing.txt +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/setup.cfg +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/setup.py +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/src/fastled/assets/example.txt +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/src/fastled/compile_server.py +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/src/fastled/compile_server_impl.py +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/src/fastled/docker_manager.py +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/src/fastled/filewatcher.py +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/src/fastled/keyboard.py +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/src/fastled/live_client.py +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/src/fastled/open_browser.py +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/src/fastled/paths.py +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/src/fastled/select_sketch_directory.py +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/src/fastled/settings.py +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/src/fastled/sketch.py +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/src/fastled/spinner.py +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/src/fastled/string_diff.py +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/src/fastled/test/examples.py +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/src/fastled/types.py +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/src/fastled/util.py +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/src/fastled/web_compile.py +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/src/fastled.egg-info/dependency_links.txt +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/src/fastled.egg-info/entry_points.txt +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/src/fastled.egg-info/top_level.txt +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/test +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/tests/test_api.py +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/tests/test_bad_ino.py +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/tests/test_cli.py +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/tests/test_compile_server.py +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/tests/test_docker_linux_on_windows.py +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/tests/test_embedded_data.py +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/tests/test_filechanger.py +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/tests/test_ino/bad/bad.ino +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/tests/test_ino/embedded/data/bigdata.dat +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/tests/test_ino/embedded/wasm.ino +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/tests/test_ino/wasm/wasm.ino +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/tests/test_project_init.py +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/tests/test_server_and_client_seperatly.py +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/tests/test_webcompile.py +0 -0
- {fastled-1.1.65 → fastled-1.1.67}/upload_package.sh +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: fastled
|
3
|
-
Version: 1.1.
|
3
|
+
Version: 1.1.67
|
4
4
|
Summary: FastLED Wasm Compiler
|
5
5
|
Home-page: https://github.com/zackees/fastled-wasm
|
6
6
|
Maintainer: Zachary Vorhies
|
@@ -10,16 +10,16 @@ Classifier: Programming Language :: Python :: 3
|
|
10
10
|
Requires-Python: >=3.9
|
11
11
|
Description-Content-Type: text/markdown
|
12
12
|
License-File: LICENSE
|
13
|
-
Requires-Dist: docker
|
14
|
-
Requires-Dist: httpx
|
15
|
-
Requires-Dist: watchdog
|
16
|
-
Requires-Dist: livereload
|
17
|
-
Requires-Dist: download
|
18
|
-
Requires-Dist: filelock
|
13
|
+
Requires-Dist: docker>=7.1.0
|
14
|
+
Requires-Dist: httpx>=0.28.1
|
15
|
+
Requires-Dist: watchdog>=6.0.0
|
16
|
+
Requires-Dist: livereload>=2.7.0
|
17
|
+
Requires-Dist: download>=0.3.5
|
18
|
+
Requires-Dist: filelock>=3.16.1
|
19
19
|
Requires-Dist: disklru>=2.0.1
|
20
|
-
Requires-Dist: appdirs
|
21
|
-
Requires-Dist: rapidfuzz
|
22
|
-
Requires-Dist: progress
|
20
|
+
Requires-Dist: appdirs>=1.4.4
|
21
|
+
Requires-Dist: rapidfuzz>=3.10.1
|
22
|
+
Requires-Dist: progress>=1.6
|
23
23
|
|
24
24
|
# FastLED Wasm compiler
|
25
25
|
|
@@ -256,8 +256,9 @@ A: `delay()` will block `loop()` which blocks the main thread of the browser. Th
|
|
256
256
|
Q: How can I get the compiled size of my FastLED sketch smaller?
|
257
257
|
A: A big chunk of space is being used by unnecessary javascript `emscripten` bundling. The wasm_compiler_settings.py file in the FastLED repo can tweak this.
|
258
258
|
|
259
|
+
|
259
260
|
# Revisions
|
260
|
-
|
261
|
+
* 1.1.67 - Pinned all the minimum versions of dependencies so we don't bind to an out of date py dep: https://github.com/zackees/fastled-wasm/issues/3
|
261
262
|
* 1.1.61 - Excluded non compiling examples from the Test object as part of the api - no sense in having them if they won't compile.
|
262
263
|
* 1.1.60 - Platform executables (macos-arm/macos-x86/windows/linux-x86) now auto building with each release. Add tests.
|
263
264
|
* 1.1.52 - Add linux-arm
|
@@ -233,8 +233,9 @@ A: `delay()` will block `loop()` which blocks the main thread of the browser. Th
|
|
233
233
|
Q: How can I get the compiled size of my FastLED sketch smaller?
|
234
234
|
A: A big chunk of space is being used by unnecessary javascript `emscripten` bundling. The wasm_compiler_settings.py file in the FastLED repo can tweak this.
|
235
235
|
|
236
|
+
|
236
237
|
# Revisions
|
237
|
-
|
238
|
+
* 1.1.67 - Pinned all the minimum versions of dependencies so we don't bind to an out of date py dep: https://github.com/zackees/fastled-wasm/issues/3
|
238
239
|
* 1.1.61 - Excluded non compiling examples from the Test object as part of the api - no sense in having them if they won't compile.
|
239
240
|
* 1.1.60 - Platform executables (macos-arm/macos-x86/windows/linux-x86) now auto building with each release. Add tests.
|
240
241
|
* 1.1.52 - Add linux-arm
|
@@ -0,0 +1,46 @@
|
|
1
|
+
|
2
|
+
|
3
|
+
import os
|
4
|
+
from shutil import which, copytree, rmtree
|
5
|
+
from pathlib import Path
|
6
|
+
import subprocess
|
7
|
+
|
8
|
+
HERE = Path(__file__).parent.resolve()
|
9
|
+
DOCS = HERE / "docs"
|
10
|
+
|
11
|
+
EXAMPLES = [
|
12
|
+
"wasm",
|
13
|
+
"Chromancer",
|
14
|
+
"SdCard",
|
15
|
+
]
|
16
|
+
|
17
|
+
def _exec(cmd: str) -> None:
|
18
|
+
subprocess.run(cmd, shell=True, check=True)
|
19
|
+
|
20
|
+
def build_example(example: str) -> None:
|
21
|
+
if not which("fastled"):
|
22
|
+
raise FileNotFoundError("fastled executable not found")
|
23
|
+
src_dir = DOCS / example / "src"
|
24
|
+
_exec(f"fastled --init={example} {src_dir}")
|
25
|
+
assert src_dir.exists()
|
26
|
+
_exec(f"fastled {src_dir / example} --just-compile")
|
27
|
+
fastled_dir = src_dir / example / "fastled_js"
|
28
|
+
assert fastled_dir.exists(), f"fastled dir {fastled_dir} not found"
|
29
|
+
# now copy it to the example dir
|
30
|
+
example_dir = DOCS / example
|
31
|
+
copytree(fastled_dir, example_dir, dirs_exist_ok=True)
|
32
|
+
# now remove the src dir
|
33
|
+
rmtree(src_dir, ignore_errors=True)
|
34
|
+
print(f"Built {example} example in {example_dir}")
|
35
|
+
assert (example_dir / "fastled.wasm").exists()
|
36
|
+
|
37
|
+
|
38
|
+
def main() -> int:
|
39
|
+
|
40
|
+
for example in EXAMPLES:
|
41
|
+
build_example(example)
|
42
|
+
return 0
|
43
|
+
|
44
|
+
|
45
|
+
if __name__ == "__main__":
|
46
|
+
main()
|
@@ -11,16 +11,16 @@ keywords = ["template-python-cmd"]
|
|
11
11
|
license = { text = "BSD 3-Clause License" }
|
12
12
|
classifiers = ["Programming Language :: Python :: 3"]
|
13
13
|
dependencies = [
|
14
|
-
"docker",
|
15
|
-
"httpx",
|
16
|
-
"watchdog",
|
17
|
-
"livereload",
|
18
|
-
"download",
|
19
|
-
"filelock",
|
14
|
+
"docker>=7.1.0",
|
15
|
+
"httpx>=0.28.1",
|
16
|
+
"watchdog>=6.0.0",
|
17
|
+
"livereload>=2.7.0",
|
18
|
+
"download>=0.3.5",
|
19
|
+
"filelock>=3.16.1",
|
20
20
|
"disklru>=2.0.1",
|
21
|
-
"appdirs",
|
22
|
-
"rapidfuzz",
|
23
|
-
"progress"
|
21
|
+
"appdirs>=1.4.4",
|
22
|
+
"rapidfuzz>=3.10.1",
|
23
|
+
"progress>=1.6"
|
24
24
|
]
|
25
25
|
|
26
26
|
dynamic = ["version"]
|
@@ -2,6 +2,7 @@
|
|
2
2
|
Main entry point.
|
3
3
|
"""
|
4
4
|
|
5
|
+
import multiprocessing
|
5
6
|
import sys
|
6
7
|
|
7
8
|
from fastled.app import main as app_main
|
@@ -12,5 +13,7 @@ def main() -> int:
|
|
12
13
|
return app_main()
|
13
14
|
|
14
15
|
|
16
|
+
# Cli entry point for the pyinstaller generated exe
|
15
17
|
if __name__ == "__main__":
|
18
|
+
multiprocessing.freeze_support() # needed by pyinstaller.
|
16
19
|
sys.exit(main())
|
@@ -308,9 +308,20 @@ def run_client_server(args: argparse.Namespace) -> int:
|
|
308
308
|
build_mode: BuildMode = BuildMode.from_args(args)
|
309
309
|
|
310
310
|
if not force_compile and not looks_like_sketch_directory(directory):
|
311
|
-
|
312
|
-
|
313
|
-
)
|
311
|
+
# if there is only one directory in the sketch directory, use that
|
312
|
+
found_valid_child = False
|
313
|
+
if len(list(directory.iterdir())) == 1:
|
314
|
+
child_dir = next(directory.iterdir())
|
315
|
+
if looks_like_sketch_directory(child_dir):
|
316
|
+
found_valid_child = True
|
317
|
+
print(
|
318
|
+
f"The selected directory is not a valid FastLED sketch directory, the child directory {child_dir} looks like a sketch directory, using that instead."
|
319
|
+
)
|
320
|
+
directory = child_dir
|
321
|
+
if not found_valid_child:
|
322
|
+
print(
|
323
|
+
f"Error: {directory} is not a valid FastLED sketch directory, if you are sure it is, use --force-compile"
|
324
|
+
)
|
314
325
|
return 1
|
315
326
|
|
316
327
|
# If not explicitly using web compiler, check Docker installation
|
@@ -105,7 +105,7 @@ def parse_args() -> argparse.Namespace:
|
|
105
105
|
|
106
106
|
if args.init:
|
107
107
|
example = args.init if args.init is not True else None
|
108
|
-
args.directory = project_init(example)
|
108
|
+
args.directory = project_init(example, args.directory)
|
109
109
|
print("\nInitialized FastLED project in", args.directory)
|
110
110
|
print(f"Use 'fastled {args.directory}' to compile the project.")
|
111
111
|
sys.exit(0)
|
@@ -51,6 +51,7 @@ def project_init(
|
|
51
51
|
"""
|
52
52
|
host = host or DEFAULT_URL
|
53
53
|
outputdir = Path(outputdir) if outputdir is not None else Path("fastled")
|
54
|
+
outputdir.mkdir(exist_ok=True, parents=True)
|
54
55
|
if example == "PROMPT" or example is None:
|
55
56
|
try:
|
56
57
|
example = _prompt_for_example()
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: fastled
|
3
|
-
Version: 1.1.
|
3
|
+
Version: 1.1.67
|
4
4
|
Summary: FastLED Wasm Compiler
|
5
5
|
Home-page: https://github.com/zackees/fastled-wasm
|
6
6
|
Maintainer: Zachary Vorhies
|
@@ -10,16 +10,16 @@ Classifier: Programming Language :: Python :: 3
|
|
10
10
|
Requires-Python: >=3.9
|
11
11
|
Description-Content-Type: text/markdown
|
12
12
|
License-File: LICENSE
|
13
|
-
Requires-Dist: docker
|
14
|
-
Requires-Dist: httpx
|
15
|
-
Requires-Dist: watchdog
|
16
|
-
Requires-Dist: livereload
|
17
|
-
Requires-Dist: download
|
18
|
-
Requires-Dist: filelock
|
13
|
+
Requires-Dist: docker>=7.1.0
|
14
|
+
Requires-Dist: httpx>=0.28.1
|
15
|
+
Requires-Dist: watchdog>=6.0.0
|
16
|
+
Requires-Dist: livereload>=2.7.0
|
17
|
+
Requires-Dist: download>=0.3.5
|
18
|
+
Requires-Dist: filelock>=3.16.1
|
19
19
|
Requires-Dist: disklru>=2.0.1
|
20
|
-
Requires-Dist: appdirs
|
21
|
-
Requires-Dist: rapidfuzz
|
22
|
-
Requires-Dist: progress
|
20
|
+
Requires-Dist: appdirs>=1.4.4
|
21
|
+
Requires-Dist: rapidfuzz>=3.10.1
|
22
|
+
Requires-Dist: progress>=1.6
|
23
23
|
|
24
24
|
# FastLED Wasm compiler
|
25
25
|
|
@@ -256,8 +256,9 @@ A: `delay()` will block `loop()` which blocks the main thread of the browser. Th
|
|
256
256
|
Q: How can I get the compiled size of my FastLED sketch smaller?
|
257
257
|
A: A big chunk of space is being used by unnecessary javascript `emscripten` bundling. The wasm_compiler_settings.py file in the FastLED repo can tweak this.
|
258
258
|
|
259
|
+
|
259
260
|
# Revisions
|
260
|
-
|
261
|
+
* 1.1.67 - Pinned all the minimum versions of dependencies so we don't bind to an out of date py dep: https://github.com/zackees/fastled-wasm/issues/3
|
261
262
|
* 1.1.61 - Excluded non compiling examples from the Test object as part of the api - no sense in having them if they won't compile.
|
262
263
|
* 1.1.60 - Platform executables (macos-arm/macos-x86/windows/linux-x86) now auto building with each release. Add tests.
|
263
264
|
* 1.1.52 - Add linux-arm
|
@@ -5,17 +5,12 @@ from pathlib import Path
|
|
5
5
|
from tempfile import TemporaryDirectory
|
6
6
|
|
7
7
|
from fastled.compile_server import CompileServer
|
8
|
-
from fastled.paths import PROJECT_ROOT
|
9
8
|
from fastled.project_init import project_init
|
10
9
|
from fastled.web_compile import CompileResult
|
11
10
|
|
12
11
|
HERE = Path(__file__).parent
|
13
12
|
TEST_DIR = HERE / "test_ino" / "wasm"
|
14
13
|
|
15
|
-
_USE_LOCALHOST = False
|
16
|
-
_HOST = "http://localhost" if _USE_LOCALHOST else None
|
17
|
-
_PROJECT_ROOT = PROJECT_ROOT.resolve()
|
18
|
-
|
19
14
|
|
20
15
|
EXAMPLES = [
|
21
16
|
"Blink",
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{fastled-1.1.65 → fastled-1.1.67}/examples/Chromancer/gary_woos_wled_port/gary_woos_wled_ledmap.h
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|