/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/common_components/light_driver/ |
D | light_driver.c | 138 esp_err_t light_driver_set_rgb(uint8_t red, uint8_t green, uint8_t blue) in light_driver_set_rgb() argument 148 ret = iot_led_set_channel(CHANNEL_ID_BLUE, blue, 0); in light_driver_set_rgb() 161 uint8_t *red, uint8_t *green, uint8_t *blue) in light_driver_hsv2rgb() argument 173 *blue = P; in light_driver_hsv2rgb() 179 *blue = P; in light_driver_hsv2rgb() 185 *blue = T; in light_driver_hsv2rgb() 191 *blue = value; in light_driver_hsv2rgb() 197 *blue = value; in light_driver_hsv2rgb() 203 *blue = Q; in light_driver_hsv2rgb() 212 *blue = *blue * 255 / 100; in light_driver_hsv2rgb() [all …]
|
/hal_espressif-3.6.0/examples/protocols/http_server/restful_server/front/web-demo/src/views/ |
D | Light.vue | 6 …<v-responsive :style="{ background: `rgb(${red}, ${green}, ${blue})` }" height="300px"></v-respons… 23 <v-slider v-model="blue" :max="255" label="B"></v-slider> 26 <v-text-field v-model="blue" class="mt-0" type="number"></v-text-field> 43 return { red: 160, green: 160, blue: 160 }; 51 blue: this.blue
|
/hal_espressif-3.6.0/docs/_static/diagrams/spi/ |
D | spi_master_freq_tv.plt | 24 f1(-1, x) lw 3lc rgb "blue" title "IOMUX",\ 25 for [i=0:9] f1(i, x) with lines lw 3 lc rgb "blue" notitle,\ 28 "tv.csv" using 1:2 with circles notitle fill solid fc rgb "blue", \ 29 "tv.csv" using 1:4 with circles notitle fc rgb "blue",\
|
/hal_espressif-3.6.0/examples/peripherals/rmt/led_strip/main/ |
D | led_strip_main.c | 78 uint32_t blue = 0; in app_main() local 104 led_strip_hsv2rgb(hue, 100, 100, &red, &green, &blue); in app_main() 106 ESP_ERROR_CHECK(strip->set_pixel(strip, j, red, green, blue)); in app_main()
|
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/common_components/light_driver/include/ |
D | light_driver.h | 141 esp_err_t light_driver_set_rgb(uint8_t red, uint8_t green, uint8_t blue); 142 esp_err_t light_driver_breath_start(uint8_t red, uint8_t green, uint8_t blue); 144 esp_err_t light_driver_blink_start(uint8_t red, uint8_t green, uint8_t blue);
|
/hal_espressif-3.6.0/examples/protocols/http_server/restful_server/main/ |
D | rest_server.c | 134 int blue = cJSON_GetObjectItem(root, "blue")->valueint; in light_brightness_post_handler() local 135 ESP_LOGI(REST_TAG, "Light control: red = %d, green = %d, blue = %d", red, green, blue); in light_brightness_post_handler()
|
/hal_espressif-3.6.0/examples/common_components/led_strip/ |
D | led_strip_rmt_ws2812.c | 98 …t ws2812_set_pixel(led_strip_t *strip, uint32_t index, uint32_t red, uint32_t green, uint32_t blue) in ws2812_set_pixel() argument 107 ws2812->buffer[start + 2] = blue & 0xFF; in ws2812_set_pixel()
|
/hal_espressif-3.6.0/examples/peripherals/sigmadelta/ |
D | README.md | 58 …B LED already installed. GPIO4 is driving blue color of the LED. The brightening and dimming effec…
|
/hal_espressif-3.6.0/examples/common_components/led_strip/include/ |
D | led_strip.h | 53 …rr_t (*set_pixel)(led_strip_t *strip, uint32_t index, uint32_t red, uint32_t green, uint32_t blue);
|
/hal_espressif-3.6.0/docs/_static/diagrams/twai/ |
D | state_transition.diag | 23 recovering -> stopped [folded, thick, color = blue, fontsize = 14, label = "H"];
|
/hal_espressif-3.6.0/examples/mesh/manual_networking/ |
D | README.md | 9 …reprents root; the yellow reprents layer 2; the red reprents layer 3; the blue reprents layer 4; t…
|
/hal_espressif-3.6.0/examples/mesh/internal_communication/ |
D | README.md | 22 The pink reprents root; the yellow reprents layer 2; the red reprents layer 3; the blue reprents la…
|
/hal_espressif-3.6.0/docs/en/api-guides/ |
D | wireshark-user-guide.rst | 157 Click *Filter*, the top left blue button in the picture below. The *display filter* dialogue box wi… 190 …ture below, enter two MAC addresses as the filters and click *Apply* (the blue arrow). In this cas… 221 Click the top left blue button to start or resume packet capture.
|
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/aligenie_demo/main/ |
D | Kconfig.projbuild | 45 int "Light blue pin GPIO number"
|
/hal_espressif-3.6.0/examples/protocols/http_server/restful_server/ |
D | README.md | 15 | `/api/v1/light/brightness` | `POST` | { <br />red:160,<br />green:160,<br />blue:160<br />} | Use… 129 I (137485) esp-rest: Light control: red = 50, green = 85, blue = 28
|
/hal_espressif-3.6.0/.gitlab/ci/dependencies/ |
D | README.md | 92 All `label` nodes are in green, `pattern` nodes are in cyan, `rule` nodes are in blue
|
/hal_espressif-3.6.0/docs/en/hw-reference/esp32/ |
D | get-started-wrover-kit-v2.rst | 113 RGB Red, green and blue (RGB) light emitting diodes (LEDs), can be controlled by pu…
|
D | get-started-wrover-kit-v3.rst | 116 RGB LED Red, green and blue (RGB) light emitting diodes (LEDs), can be controlled by pu…
|
D | get-started-wrover-kit.rst | 123 …- Red, green and blue (RGB) light emitting diodes (LEDs), can be controlled by pulse width modulat…
|
/hal_espressif-3.6.0/docs/en/api-guides/esp-ble-mesh/ |
D | ble-mesh-faq.rst | 274 …ess approach. And supposing there are 10 devices, i.e., five devices with blue lights and five dev… 276 …- Method 1: 5 blue lights can subscribe to a group address, 5 red lights subscribe to another one.… 278 …- Method 2: 5 blue lights can subscribe to a virtual address, 5 red lights subscribe to another on…
|
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/ |
D | twai.rst | 235 …d mask will be interpreted under Single Filter Mode (Note: The yellow and blue fields represent st… 241 …mask will be interpreted under **Dual Filter Mode** (Note: The yellow and blue fields represent st…
|