The    LED Magic Light    states that the color-changing LED is not an LED in the package, but three LEDs and a small computer to drive them. The LEDs consist of red, green and blue LEDs, each of which can be controlled by a microcontroller. Since the two legs that provide power on the LED are connected to the microcontroller instead of the LED components, current limiting resistors are not required.

  

The microcontroller can turn each color on or off, so if the red LED is lit, the output of the color LED is red. When the blue LED is lit, it is blue. If both the blue and red LEDs are lit, the color changing LED is purple (called magenta). Similarly, red and green are combined to give a yellow color, and blue and green give a cyan color.

  

Although the color change LED uses the six colors mentioned above, it slowly changes from one to the other. This is still done using three basic red, green and blue elements. If the red LED is combined with the blue LED, but the blue LED is only driven at 50% of its normal brightness, a half color between red and magenta is produced.

  

When the red LED remains on, if the blue LED is slow from 0% brightness to 100% brightness, the color will gradually change from red to magenta.

 

If the standard LED turns on and off very quickly, say 100 times per second, it looks like it is constantly opening up. If the LED is on for the same amount of time as it is turned off, it will last 50% of the time and 50% of full brightness.

  

The same method can be achieved using three LED elements inside the color-changing LED. This means that any number of red, green and blue can be combined to produce the desired color. Look again at the change from red to magenta. If the blue LED starts to turn off, turn it on and off with a uniform amount and then turn it on and the color will change as needed.

  

Ninghai Haohua Company  is a manufacturer that designs and produces various types of LED magic lights. LED Magic Light has complete specifications and beautiful styles. The goods are exported to Europe, the United States, Australia and other countries and regions.

  

Learn more about LED color changing lights,   LED Magic Light    , please pay attention to us, thank you!

https://www.nhhx.net/

LED Magic Light - How Does The LED Light Change Color?的更多相关文章

  1. [LED]如何配置LCD背光和LED,调试方法

    [DESCRIPTION] 如何配置LCD背光和LED,调试方法 [SOLUTION]LCD背光和LED配置文件alps/custom/<proj name>lk/cust_leds.ca ...

  2. CSUOJ 1008 Horcrux

    Description A Horcrux is an object in which a Dark wizard or witch has hidden a fragment of his or h ...

  3. CSU1008: Horcrux

    Description A Horcrux is an object in which a Dark wizard or witch has hidden a fragment of his or h ...

  4. Switch The LED Holiday Light To Illuminate The Cheerful Holidays

    I like how LED holiday lights add a little magic to the holidays. Want an easy way to reduce your va ...

  5. LED Candle Light Factory-LED Candle Light: Full Of Romance

    LED candle lights are beautiful and can add elegance and romance to any space. These candles make th ...

  6. LED Mood Light Factory-Smart Mood Light: Control System Principle

    Intelligent devices have become more and more widespread in our lives. Intelligent scene lights are ...

  7. LED Holiday Light - Holiday Lighting Maintenance Guide

    If you are experiencing problems with LED holiday lighting, the following guides will provide advice ...

  8. LED Holiday Light - Color Creation Of LED Christmas Lights

    In the long and interesting history of Christmas lights, nothing is brighter than light-emitting dio ...

  9. LED Decorative Light Manufacturer - LED Neon Rope: 5 Advantages

    In the past 100 years, lighting has come a long way. Nowadays, the decorative LED lighting design ca ...

随机推荐

  1. JavaScript - request封装

    request封装--微信小程序使用async,await ES5 参考代码 var request = function(param){ var _this = this; $.ajax({ typ ...

  2. Connections in Galaxy War ZOJ - 3261 离线操作+逆序并查集 并查集删边

    #include<iostream> #include<cstring> #include<stdio.h> #include<map> #includ ...

  3. 【H5适配 笔记1】rem适配

    设备像素比(dpr)= 物理像素(手机渲染像素.分辨率)/设备独立像素(手机所显示元素的大小) 视口(viewport) 布局视口(获取浏览器布局视口高度,包括内边距,但不包括垂直滚动条.边框和外边距 ...

  4. ACM-ICPC 2018 徐州赛区网络预赛 Ryuji doesn't want to study

    简单数学变换+线段树 简单数据结构签到题不解释 本来应该贴板子的,鉴于最近写代码太少了,而且由于要用两个线段树,平时板子都是一个的.以及板子在队友那.就当熟悉写代码,自己写了一下. #include ...

  5. 关于springboot连接数据库失败时,系统报错 MySQL:The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents .....

    起初在遇到这个问题时,当然知道是怎么回事,但因为是新手,也不知道怎么处理... 百度了下,发现网上很多攻城狮们都是在mysql的命令行界面处理. 先输入命令:show variables like ' ...

  6. 【翻译】Facebook全面推出Watch Party,可多人线上同看直播视频

    今天, Facebook全面推出Watch Party——多人共同观看直播功能,用户可以同时查看和评论同一视频. Watch Party先前已在群组中推出,并且正在测试其他类型的帐户.但现在任何个人资 ...

  7. swagger文档使用

    https://www.cnblogs.com/suizhikuo/p/9397417.html

  8. bootstrap之表格自适应 table-responsive

    <div class=table-responsive"> <table class="table"> <thead> <tr& ...

  9. python 音频可视化

    代码整理好放在 github 上了: https://github.com/darkchii/visualize bilibili 演示视频:https://www.bilibili.com/vide ...

  10. 关于gets读入因为缓冲区出现的问题

    今天被一个同学丢了代码求debug 然后发现bug挺有意思的,稍微记录一下 首先我们读入的东西都会被丢进缓冲区等待接收,比如abc\n,如果你使用scanf读入的话,它在读入到\n的时候就会提取它需要 ...