-
Notifications
You must be signed in to change notification settings - Fork 173
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
Pwm support with web config #66
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
shows hostname in network status added udpraw protocol support
js colour picker grabs current colour
also got colour picker basically working
added flashchip and heap to admin page add "Access-Control-Allow-Origin" headers
allow-origin for colour picker page cosmetic changes to admin.html debug msg of spiffs isnt present
Update to 2.0.1
…to hostname-udpraw Conflicts: ESPixelStick.ino html/admin.html html/pixel.html html/status_e131.html html/status_net.html page_admin.h page_config_net.h page_root.h page_status_e131.h page_status_net.h
…to hostname-udpraw Conflicts: ESPixelStick.h ESPixelStick.ino html/index.html html/script.js wshandler.h
last client ip and port
merging 201+raw to my master
Moved globals to ESPixelstick.ino Moved ESPS_MODE to ESPixelstick.h Updated wshandler.h to suit removed getMacAddress - replaced with WiFi.macAddress()
setupPWM now looks at config
# Conflicts: # ESPixelStick.ino
CSS: allow left aligned labels Added []invert option (not implemented in .ino yet)
Implemented gamma for PWM Implemented inverted logic
renamed and moved gamma table revised valid_gpio based on build options
saved some ram int->uint8_t
range is 100 to 1000 Hz, no change from default 1000 if invalid also fixed minor bug with pwm_gamma checkbox in web
* hostname and udpraw support shows hostname in network status added udpraw protocol support * bounds checking and fill remaining leds with 0 * why did github desktop miss this change? * started adding direct colour control js colour picker grabs current colour * added last_clientIP and port to e131 status also got colour picker basically working * admin and same origin added flashchip and heap to admin page add "Access-Control-Allow-Origin" headers * random stuff allow-origin for colour picker page cosmetic changes to admin.html debug msg of spiffs isnt present * Initial commit of new web interface * readd udpraw support * Added flash info, freeheap last client ip and port * minor cleanups * adding colour status * move globals to Moved globals to ESPixelstick.ino Moved ESPS_MODE to ESPixelstick.h Updated wshandler.h to suit removed getMacAddress - replaced with WiFi.macAddress() * cleanup junk files * cleanout more junk
bitfields instead of bool array
bitfields instead of bool array
update from Pwm changes
Incorporate UDP raw protocol support
works for me...when will it merged? |
its floating
I plan on merging it once #65 is fixed. That's the only thing holding up 3.0, I just haven't had time to work on the code lately. |
Cool ! Thankfully the conflicts look trivial. |
Closed
Added a gamma graph at /gamma.html renamed GAMMA_2811 to GAMMA_TABLE cleaned up printing of gamma values on /gamma
If (input >128) output = 255 else output = 0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Features:
Web config under device section
Map any Dmx channel to a PWM gpio output
Coexists with both serial and pixel mode
Selectively enable each gpio pin with optional inverted logic.
Conditional compile flag if you don't want to include this.