Skip to content

enhancement: Adds IntelliTect celebration pattern - #6

Open
mszym99 wants to merge 4 commits into
mainfrom
matthew/enhancement-IntelliTectPattern
Open

enhancement: Adds IntelliTect celebration pattern#6
mszym99 wants to merge 4 commits into
mainfrom
matthew/enhancement-IntelliTectPattern

Conversation

@mszym99

@mszym99 mszym99 commented Jul 31, 2026

Copy link
Copy Markdown

Wokwi Link

Introduces a new IntelliTectPattern for celebration displays. This pattern features expanding rings of IntelliTect blue, white, and black emanating from the center of the LED strips. After the rings fully expand, the pattern transitions to a sustained pulse of solid IntelliTect blue across all strips.

Example video shows full run along with consecutive successful hit resets:

IntelliTect.Celebration.Pattern.Example.mp4

@mszym99 mszym99 added the enhancement New feature or request label Jul 31, 2026

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 9d2d5377c9

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

}
break;

case 1:

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Scope the switch cases to keep the sketch buildable

When the ESP8266 sketch is compiled as C++, this case 1 label jumps past the initialized center and ringWidth variables declared under case 0, which GCC rejects with “jump to case label crosses initialization.” Enclose each case body in braces (as the earlier implementation did) or move those declarations outside the switch; otherwise the firmware cannot be built.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant