Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
ChessSpider
/
WLED
Public
forked from
wled/WLED
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit History
Commits on Nov 18, 2025
Fix debug message for servicing wait
Show description for 54b7dfe
softhack007
authored
54b7dfe
Copy full SHA for 54b7dfe
make waitForIt() timing logic robust against millis() rollover
Show description for 4a33809
softhack007
authored
4a33809
Copy full SHA for 4a33809
fix for 0byte size files, also made reading ledmaps more efficient
Show description for 336e074
DedeHai
committed
336e074
Copy full SHA for 336e074
show minimum of 0.1KB for small files in file editor
DedeHai
committed
aaad450
Copy full SHA for aaad450
Commits on Nov 17, 2025
add ctrl+s support to file editor, also add toast instead of alert
DedeHai
committed
65c43b5
Copy full SHA for 65c43b5
image loader: allow graceful takeover after error
Show description for 271e9ac
softhack007
committed
271e9ac
Copy full SHA for 271e9ac
Commits on Nov 16, 2025
speed improvements to Aurora FX (#4926)
Show description for 8348089
DedeHai
authored
8348089
Copy full SHA for 8348089
fix for low heap situations on ESP8266
DedeHai
committed
4f96886
Copy full SHA for 4f96886
Commits on Nov 15, 2025
Fix OTA update for C3 from 0.15 (#5072)
Show description for 1948293
DedeHai
authored
1948293
Copy full SHA for 1948293
Merge pull request #5073 from DedeHai/ledmap_bugfixes
Show description for f1d708c
DedeHai
authored
f1d708c
Copy full SHA for f1d708c
Commits on Nov 14, 2025
Improved 1D support for GIF images, bugfixes, blur option by @DedeHai & @softhack007
Show description for 4f93661
DedeHai
authored
4f93661
Copy full SHA for 4f93661
replace magic number by constant
Show description for cd2dc43
softhack007
committed
cd2dc43
Copy full SHA for cd2dc43
ensure that lastFilename is always terminated properly
softhack007
committed
f95dae1
Copy full SHA for f95dae1
comment to prevent future "false improvement" attempts
softhack007
committed
6ae4b1f
Copy full SHA for 6ae4b1f
add comment to explain coordinate packing logic
softhack007
committed
fc776ee
Copy full SHA for fc776ee
Commits on Nov 13, 2025
improved lastCoordinate calculation
DedeHai
committed
79376bb
Copy full SHA for 79376bb
Commits on Nov 11, 2025
fix noScale callback, allow for more blur, removed some whitespaces
DedeHai
committed
3b14c31
Copy full SHA for 3b14c31
fix off-by-one bug, remove unnecessary 16384 restriction
DedeHai
committed
a666f07
Copy full SHA for a666f07
Commits on Nov 10, 2025
fix for "missing esp32 build flag"
Show description for bd933ff
softhack007
committed
bd933ff
Copy full SHA for bd933ff
restore missing build flag for esp32
Show description for 7addae9
softhack007
committed
7addae9
Copy full SHA for 7addae9
restore missing platform_packages references
Show description for a73a2aa
softhack007
committed
a73a2aa
Copy full SHA for a73a2aa
Commits on Nov 9, 2025
remove commented code for no-PSRAM boards
Show description for a96e880
softhack007
committed
a96e880
Copy full SHA for a96e880
debug print for decodeFrame error codes
softhack007
committed
29d2f7f
Copy full SHA for 29d2f7f
Merge pull request #4984 from wled/copilot/fix-d4f5fc55-f916-458a-9155-deb9bbff6662
Show description for 7aedf77
netmindz
authored
7aedf77
Copy full SHA for 7aedf77
revert smaller gif size limits for board without PSRAM
Show description for 1324d49
softhack007
committed
1324d49
Copy full SHA for 1324d49
small optimization: fast 2D drawing without scaling
Show description for 79a52a6
softhack007
committed
79a52a6
Copy full SHA for 79a52a6
add blur option
softhack007
committed
6581dd6
Copy full SHA for 6581dd6
error handling and robustness improvements
Show description for 4659939
softhack007
committed
4659939
Copy full SHA for 4659939
Only supports ESP32 and ESP32-S2
netmindz
committed
50d33c5
Copy full SHA for 50d33c5
match all esp32 types
netmindz
committed
c7c379f
Copy full SHA for c7c379f
Privilege checks must run before bootloader init
netmindz
committed
af8c851
Copy full SHA for af8c851
Truncated bootloader images slip through verification and get flashed
netmindz
committed
88466c7
Copy full SHA for 88466c7
Stop processing once an error is detected during bootloader upload
netmindz
committed
a36638e
Copy full SHA for a36638e
optimise fetching of bootloaderSHA256
netmindz
committed
ff93a48
Copy full SHA for ff93a48
single definition of BOOTLOADER_OFFSET
netmindz
committed
9474c29
Copy full SHA for 9474c29
Pagination
Previous
Next
You can’t perform that action at this time.