| Paramotor.epe | Loading last commit info... | |
| README.md |
PixelBlaze Scripts
A repository of various Pixelblaze scripts for different light patterns.
Please refer to the official Pixelblaze language reference for more information about the scripting langauge.
Installation
Installing the script is easy. Simply open the Pixelblaze web app on your phone or PC, create a new pattern, and copy the script from this repo and paste into the code area of the new pattern. Give it a name and you're done!
Code change requests
If you want a new script, new feature in an existing script, or notice a bug in a script, you can create an issue in this repo here.
When creating an issue, please adhere to the following guidelines:
Title
Please provide a concise summary of the issue as the title. For issues involving an existing script, the title should start with that script name. If there is an issue across multiple scripts, please create individual issues for each script. Titles should be short enough that it displays easily on a web page (think like one sentence with 6 - 12 words).
Examples of bad titles
Colors wrong
(too short, doesn't specify a script)
I keep having this problem with the paramotor script where if the Pixelblaze runs for too long it starts having bad timings and then the sequence is messed up and I have to restart the pixel blaze
(too long, script name needs to be at the beginning of the title)
Examples of good titles
Paramotor.epe: colors in pattern not matching color selected in script
New pattern for responding to audio signals
Description
This is where you enter more details and information neccessary to fully articulate the issue. Feel free to type as much as you need to clarify the issue and what is needed to resolve it. Try to type complete sentences with paragraphs spaced apart to make it easier to read.
Type
What type of issue this is. Generally speaking, issues for this repository should fall into one of three categories:
- New Feature: A new script for a pattern that doesn't already exist in the repo. For example: a light that bounces back and forth across the lights.
- Improvement: Adding new functionality or a new feature to an existing pattern script. For example: giving the user an easy way to change the color of the bouncing light in an existing script.
- Bug: Fixing functionality that is not working correctly for an existing pattern script. For example: bouncing light should go all the way to the edge on each side of the light strip, but stops just short of the left edge.
Priority
This is a required field in the issue submission form, but for this repo it will be mostly ignored. You are advised to leave it on "Normal". (Let's be honest, this repo is about scripts for making lights blink pretty colors, nothing in here is "Major" or "Critical"). Issues in this repo are not guaranteed to be resolved based on priority.