/Zephyr-latest/doc/_static/css/ |
D | dark.css | 2 * Copyright (c) 2019-2020, Juan Linietsky, Ariel Manzur and the Godot community 4 * SPDX-License-Identifier: CC-BY-3.0 10 --body-color: rgba(255, 255, 255, 0.85); 11 --content-wrap-background-color: #202326; 12 --content-background-color: #2e3236; 14 --logo-opacity: 0.85; 15 --navbar-background-color: #25282b; 16 --navbar-background-color-hover: #333639; 17 --navbar-background-color-active: #111417; 18 --navbar-current-background-color: #333639; [all …]
|
D | light.css | 2 * Copyright (c) 2019-2020, Juan Linietsky, Ariel Manzur and the Godot community 4 * SPDX-License-Identifier: CC-BY-3.0 10 --body-color: #404040; 11 --content-wrap-background-color: #efefef; 12 --content-background-color: #fcfcfc; 13 --logo-opacity: 1.0; 14 --navbar-background-color: #333f67; 15 --navbar-background-color-hover: #29355c; 16 --navbar-background-color-active: #212d51; 17 --navbar-current-background-color: #212d51; [all …]
|
D | custom.css | 2 * Copyright (c) 2019-2020, Juan Linietsky, Ariel Manzur and the Godot community 4 * SPDX-License-Identifier: CC-BY-3.0 12 …--system-font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto… 13 …--header-font-family: Seravek, 'Gill Sans Nova', Ubuntu, Calibri, 'DejaVu Sans', source-sans-pro, … 30 .rst-content .toctree-wrapper p.caption, 31 .rst-versions { 32 font-family: var(--system-font-family); 42 .rst-content .toctree-wrapper p.caption { 43 /* Use a lighter font for headers (Semi-Bold instead of Bold) */ 44 font-weight: 600; [all …]
|
D | gcs.css | 3 * SPDX-License-Identifier: Apache-2.0 8 .gs-webResult .gs-snippet, 9 .gs-fileFormatType, 10 .gs-spelling, 11 .gsc-refinementHeader, 12 .gsc-result-info, 13 .gsc-orderby-label { 14 color: var(--body-color) !important; 17 .gsc-control-cse { 20 font-family: inherit !important; [all …]
|
/Zephyr-latest/doc/_doxygen/ |
D | doxygen-awesome-zephyr.css | 3 * SPDX-License-Identifier: Apache-2.0 6 /* This file contains color customizations that follow Zephyr's branding */ 9 --primary-color: #af7fe4; 10 --primary-dark-color: #7929d2; 11 --primary-light-color: #cb99f6; 12 --primary-lighter-color: #dfc8fa; 13 --primary-lightest-color: #efe4fc; 15 --side-nav-background: #333f67; 16 --side-nav-foreground: #c3e3ff; 18 --searchbar-background: var(--page-background-color); [all …]
|
D | doxygen-awesome.css | 4 https://github.com/jothepro/doxygen-awesome-css 8 Copyright (c) 2021 - 2023 jothepro 31 …/* primary theme color. This will affect the entire websites color scheme: links, arrows, labels, … 32 --primary-color: #1779c4; 33 --primary-dark-color: #335c80; 34 --primary-light-color: #70b1e9; 37 --page-background-color: #ffffff; 38 --page-foreground-color: #2f4153; 39 --page-secondary-foreground-color: #6f7e8e; 41 /* color for all separators on the website: hr, borders, ... */ [all …]
|
/Zephyr-latest/doc/_extensions/zephyr/doxytooltip/static/ |
D | doxytooltip.css | 1 .tippy-box[data-theme~='doxytooltip'] { 5 …--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New'… 6 --primary-color: var(--navbar-heading-color); 7 --param-color: var(--code-literal-color); 8 --border-radius-small: 4px; 9 --border-radius-medium: 6px; 10 --border-radius-large: 8px; 12 background-color: var(--content-wrap-background-color); 13 color: var(--body-color); 16 .tippy-box[data-theme~='doxytooltip'][data-placement^='top']>.tippy-arrow::before { [all …]
|
/Zephyr-latest/doc/_extensions/zephyr/domain/static/css/ |
D | board-catalog.css | 3 * SPDX-License-Identifier: Apache-2.0 10 .filter-form { 12 flex-wrap: wrap; 14 margin-bottom: 20px; 17 .filter-form input, 18 .filter-form select { 20 font-family: var(--system-font-family); 21 font-size: 14px; 22 border-radius: 50px; 24 background-color: var(--input-background-color); [all …]
|
D | codesample-livesearch.css | 3 * SPDX-License-Identifier: Apache-2.0 5 .cs-search-bar { 7 display: inline-block; 9 margin-bottom: 2rem; 10 margin-top: 1rem; 13 .cs-search-bar input { 14 background-color: var(--input-background-color); 15 color: var(--input-text-color); 19 border-radius: 25px; 20 font-size: 16px; [all …]
|
/Zephyr-latest/samples/drivers/led/lp50xx/boards/ |
D | lpcxpresso11u68.overlay | 5 * SPDX-License-Identifier: Apache-2.0 8 #include <zephyr/dt-bindings/led/led.h> 19 color-mapping = 27 color-mapping = 35 color-mapping = 43 color-mapping = 51 color-mapping = 59 color-mapping = 67 color-mapping = 75 color-mapping = [all …]
|
/Zephyr-latest/samples/drivers/display/src/ |
D | main.c | 7 * SPDX-License-Identifier: Apache-2.0 49 uint32_t color = 0; in fill_buffer_argb8888() local 53 color = 0xFFFF0000u; in fill_buffer_argb8888() 56 color = 0xFF00FF00u; in fill_buffer_argb8888() 59 color = 0xFF0000FFu; in fill_buffer_argb8888() 62 color = 0xFF000000u | grey << 16 | grey << 8 | grey; in fill_buffer_argb8888() 67 *((uint32_t *)(buf + idx)) = color; in fill_buffer_argb8888() 74 uint32_t color = 0; in fill_buffer_rgb888() local 78 color = 0x00FF0000u; in fill_buffer_rgb888() 81 color = 0x0000FF00u; in fill_buffer_rgb888() [all …]
|
/Zephyr-latest/dts/bindings/led/ |
D | led-controller.yaml | 2 # SPDX-License-Identifier: Apache-2.0 6 child-binding: 20 color-mapping: 23 Channel to color mapping of a multicolor LED. If a LED supports 24 several colors, then the color-mapping property can be used to 27 For example the channel to color mapping of RGB LEDs would be 29 color-mapping =
|
D | issi,is31fl3194.yaml | 2 # SPDX-License-Identifier: Apache-2.0 5 IS31FL3194 3-channel LED driver with programmable pattern sequencing 7 This driver supports single-channel and RGB LEDs. For single channel LEDs, 11 by the color-mapping property. 23 color-mapping = 30 The following example defines three single-channel LEDs in the is31fl3194 DT node: 38 color-mapping = <LED_COLOR_ID_RED>; 43 color-mapping = <LED_COLOR_ID_GREEN>; 48 color-mapping = <LED_COLOR_ID_BLUE>; 55 include: ["i2c-device.yaml", "led-controller.yaml"] [all …]
|
D | onnn,ncp5623.yaml | 3 # SPDX-License-Identifier: Apache-2.0 19 color-mapping = 26 The following example defines three single-channel LEDs in the ncp5623 DT node 35 color-mapping = 42 color-mapping = 49 color-mapping = 57 include: ["i2c-device.yaml", "led-controller.yaml"] 59 child-binding: 67 color-mapping:
|
/Zephyr-latest/dts/bindings/led_strip/ |
D | led-strip.yaml | 3 # SPDX-License-Identifier: Apache-2.0 8 chain-length: 12 The number of devices in the daisy-chain. 14 color-mapping: 18 Channel to color mapping (or pixel order). 20 For example a GRB channel to color mapping would be 22 color-mapping = <LED_COLOR_ID_GREEN
|
/Zephyr-latest/boards/native/native_posix/ |
D | tracing.c | 4 * SPDX-License-Identifier: Apache-2.0 66 * -1 = we do not know yet 69 static int is_a_tty[2] = {-1, -1}; 79 is_a_tty[0] = -1; in trace_enable_color() 80 is_a_tty[1] = -1; in trace_enable_color() 97 if (is_a_tty[0] == -1) { in decide_about_color() 100 if (is_a_tty[1] == -1) { in decide_about_color() 118 "color", "color", 'b', in native_add_tracing_options() 120 "(default) Enable color in traces if printing to console"}, in native_add_tracing_options() 122 "no-color", "no-color", 'b', in native_add_tracing_options() [all …]
|
/Zephyr-latest/drivers/led_strip/ |
D | tlc5971.c | 4 * SPDX-License-Identifier: Apache-2.0 13 #include <zephyr/dt-bindings/led/led.h> 57 /** GS reference clock edge select bit for OUTXn on-off timing control in FC data */ 60 /** Constant-current output enable bit in FC data (0 = output control enabled, 1 = blank). */ 78 /** Bit mask for global brightness control for color 1 in data byte 26, upper 5 bits of GBC */ 81 /** Bit mask for global brightness control for color 1 in data byte 25, lower 2 bits of GBC */ 84 /** Bit mask for global brightness control for color 2 in data byte 25, upper 6 bits of GBC */ 87 /** Bit mask for global brightness control for color 2 in data byte 24, lower 1 bits of GBC */ 90 /** Bit mask for global brightness control for color 3 in data byte 24, all 7 bits of GBC */ 106 * @brief create data byte 26 from control data and color 1 GBC [all …]
|
/Zephyr-latest/drivers/sensor/s11059/ |
D | Kconfig | 1 # S11059 color sensor 4 # SPDX-License-Identifier: Apache-2.0 7 bool "S11059 color sensor" 12 Enable driver for S11059 color sensor
|
/Zephyr-latest/dts/bindings/display/ |
D | st,stm32-ltdc.yaml | 1 # Copyright (c) 2022, Byte-Lab d.o.o. <dev@byte-lab.com> 3 # SPDX-License-Identifier: Apache-2.0 5 description: STM32 LCD-TFT display controller 7 compatible: "st,stm32-ltdc" 9 include: [lcd-controller.yaml, pinctrl-device.yaml, reset-device.yaml] 12 disp-on-gpios: 13 type: phandle-array 18 bl-ctrl-gpios: 19 type: phandle-array 24 ext-sdram: [all …]
|
/Zephyr-latest/doc/_static/latex/ |
D | preamble.tex | 4 % SPDX-License-Identifier: Apache-2.0 10 \definecolor{bg-color}{HTML}{333f67} 16 \allsectionsfont{\color{bg-color}}
|
D | title.tex | 4 % SPDX-License-Identifier: Apache-2.0 14 position={0.25\textwidth,-0.4\textheight} 20 \color{bg-color} \rule{2cm}{1.7cm} 39 \color{bg-color} \rule{1.5cm}{1.3cm}
|
/Zephyr-latest/doc/services/ipc/ipc_service/backends/ |
D | icbmsg_flows.svg | 1 …eight="662px" viewBox="-0.5 -0.5 632 662" content="<mxfile><diagram id="9mlln88F-3ei… 4 …"50" width="120" height="60" fill="rgb(255, 255, 255)" stroke="rgb(0, 0, 0)" pointer-events="all"/> 5 <g transform="translate(-0.5 -0.5)"> 7 …ointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/featu… 8 …="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 118px; height:… 9 …<div data-drawio-colors="color: rgb(0, 0, 0); " style="box-sizing: border-box; font-size: 0px; tex… 10 … inline-block; font-size: 12px; font-family: Helvetica; color: rgb(0, 0, 0); line-height: 1.2; poi… 18 …<text x="210" y="84" fill="rgb(0, 0, 0)" font-family="Helvetica" font-size="12px" text-anchor="mid… 23 …"50" width="120" height="60" fill="rgb(255, 255, 255)" stroke="rgb(0, 0, 0)" pointer-events="all"/> 24 <g transform="translate(-0.5 -0.5)"> [all …]
|
/Zephyr-latest/tests/subsys/display/cfb/basic/src/ |
D | utils.c | 4 * SPDX-License-Identifier: Apache-2.0 25 return BIT(7 - order); in mono_pixel_order() 52 bool verify_pixel(int x, int y, uint32_t color) in verify_pixel() argument 63 return ((!!display_pixel(x, y)) == (!!color)); in verify_pixel() 97 bool verify_color_inside_rect(int x, int y, size_t width, size_t height, uint32_t color) in verify_color_inside_rect() argument 112 if (!!disp_pix != !!color) { in verify_color_inside_rect() 121 bool verify_color_outside_rect(int x, int y, size_t width, size_t height, uint32_t color) in verify_color_outside_rect() argument 126 ret = verify_color_inside_rect(0, 0, x, y + height, color); in verify_color_outside_rect() 134 display_height - (y + height), color); in verify_color_outside_rect() 141 ret = verify_color_inside_rect(x + width, y, display_width - (x + width), in verify_color_outside_rect() [all …]
|
D | utils.h | 4 * SPDX-License-Identifier: Apache-2.0 19 bool verify_pixel(int x, int y, uint32_t color); 21 bool verify_color_inside_rect(int x, int y, size_t width, size_t height, uint32_t color); 22 bool verify_color_outside_rect(int x, int y, size_t width, size_t height, uint32_t color); 24 uint32_t color);
|
/Zephyr-latest/scripts/native_simulator/native/src/ |
D | nsi_trace.c | 5 * SPDX-License-Identifier: Apache-2.0 21 * -1 = we do not know yet 24 static int is_a_tty[2] = {-1, -1}; 31 if (is_a_tty[0] == -1) { in decide_about_color() 34 if (is_a_tty[1] == -1) { in decide_about_color() 44 "\x1b[1;31m", /* ERROR - Foreground color = red, bold */ 45 "\x1b[95m", /* WARNING - Foreground color = magenta */ 46 "\x1b[0;39m", /* TRACE - reset all styles */ 53 if (is_a_tty[ST_ERR] == -1) { in nsi_vprint_warning() 69 if (is_a_tty[ST_ERR] == -1) { in nsi_vprint_error_and_exit() [all …]
|