-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
TV Simulator Effect #1548
TV Simulator Effect #1548
Conversation
based on "Fake TV Light for Engineers" by Phillip Burgess https://learn.adafruit.com/fake-tv-light-for-engineers/arduino-sketch
...from my 1st attempt with "Phoney TV" - but this one did not look good.
This effect looks quite realistic when viewing through a window or room door indeed :) |
I think this is great! Thanks for this! One question - it only displays 1 color on the segment - where real tv (and the fake tv itself) is multiple colors. Does it make sense to have some more colors among the segment? |
Hi @Aircoookie , Hi @poblabs , As "color-source" I used the pictures from here: https://thecolorsofmotion.com/films A python script does read the pixels and converts the 8-bit RGB color to a 2-byte value (5/6/5 bits for RGB). This is basically it. The brightness needs to be adjusted depending on how mach pixels the LED-strip has. |
Thanks for the explanation! I actually own the proper fake tv device and can't wait to check this out - would much rather have the control WLED offers! |
Hi @Aircoookie , I looked at your define - this disables only the effect code, but does not prevent the tv_colors.h from being included. |
Hello everyone, I'm not skilled in programming/compiling, is there anyone that can help me to find a .bin file witch include the TV simulator effect? |
@beltracri The TV Sim Effect is now built in. |
|
@beltracri I'm sure Aircookie posted a bin somewhere but then again, it depends what board you want it for. |
D1 mini, ok, I'll try to search |
@beltracri Just popped one onto WeTransfer for you - https://we.tl/t-81hBmKXj85 |
Really great!!! Many thanks! |
@beltracri You're welcome. |
Many thanks... |
You should be able to, yes. |
I did it... Works like a charm!!! |
@beltracri Excellent! 😁 👍 |
Hi @Aircoookie,
there had been wishes for an TV-effect for a long time and I looked at various solutions with NeoPixels ...
(e.g. #938 opened by fribse)
The most of them looked quite ugly ...
...but then I stumbled upon the version from Adafruit: https://learn.adafruit.com/fake-tv-light-for-engineers
This one was way better and I adapted it to work with WLED.
It's based on color-scans from real movies - thus it does look way more realistic :-)
...greetings from Berlin,
Ralf