Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WS2812 real-time Leds panel as Berry app #22788

Merged
merged 1 commit into from
Jan 8, 2025

Conversation

s-hadinger
Copy link
Collaborator

Description:

Experimental feature

Adds an optional panel that mirrors on the WebUI the colors displayed on the Leds strip in real-time.

Example with a simple strip with 25 Leds with Pixels 25 and Scheme 12:
Leds_25_px_1D

Example with a matrix 16x8 with Pixels 256,0,8,0 and Scheme 12:
Leds_128_px_2D

It is enabled by clicking on "[Load Leds Panel]" in the "Tools" menu. This button is only available on ESP32/C3/S2/S3... only (no ESP8266), and when is GPIO WS2812 - 1 is configured.

When you press this button, a Berry .bec file is downloaded from http://ota.tasmota.com/tapp/leds_panel.bec, until next restart.

image

Note: the memory footprint is 17KB RAM when loading the panel, of 9KB if webserver_async is already solidified, for example if #define USE_BERRY_DEBUG is enabled.

Flash size impact: +120 bytes

Checklist:

  • The pull request is done against the latest development branch
  • Only relevant files were touched
  • Only one feature/fix was added per PR and the code change compiles without warnings
  • The code change is tested and works with Tasmota core ESP8266 V.2.7.8
  • The code change is tested and works with Tasmota core ESP32 V.3.1.0.241206
  • I accept the CLA.

NOTE: The code change must pass CI tests. Your PR cannot be merged unless tests pass

@s-hadinger s-hadinger merged commit d3da193 into arendst:development Jan 8, 2025
59 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant