Home
last modified time | relevance | path

Searched full:gamma (Results 1 – 25 of 40) sorted by relevance

12

/Zephyr-latest/drivers/display/
Ddisplay_ili9806e_dsi.c71 /* Positive Gamma Control 1 */
73 /* Positive Gamma Control 2 */
75 /* Positive Gamma Control 3 */
77 /* Positive Gamma Control 4 */
79 /* Positive Gamma Control 5 */
81 /* Positive Gamma Control 6 */
83 /* Positive Gamma Control 7 */
85 /* Positive Gamma Control 8 */
87 /* Positive Gamma Control 9 */
89 /* Positive Gamma Control 10 */
[all …]
Ddisplay_st7796s.h32 #define ST7796S_CMD_PGC 0xE0 /* Positive gamma control */
33 #define ST7796S_CMD_NGC 0xE1 /* Negative gamma control */
Ddisplay_st7789v.c35 uint8_t gamma; member
255 /* Digital Gamma Enable, default disabled */
295 tmp = config->gamma;
388 .gamma = DT_INST_PROP(inst, gamma), \
Ddisplay_ili9341.h86 "ili9341: Error length gamma set (GAMSET) register"); \
102 "ili9341: Error length positive gamma correction (PGAMCTRL) register"); \
104 "ili9341: Error length negative gamma correction (NGAMCTRL) register"); \
Ddisplay_otm8009a.h167 /** Gamma Correction 2.2+ Setting */
169 /** Gamma Correction 2.2- Setting */
Ddisplay_nt35510.h36 #define NT35510_CMD_GAMSET 0x26 /* Gamma set */
/Zephyr-latest/dts/bindings/display/
Dsitronix,st7789v.yaml55 gamma:
58 description: Gamma Setting
82 description: Positive Voltage Gamma Control Parameter
87 description: Negative Voltage Gamma Control Parameter
Dgalaxycore,gc9x01x.yaml98 description: Gamma correction 1 register values (negative polarity)
110 description: Gamma correction 3 register values
122 description: Gamma correction 3 register values (positive polarity)
134 description: Gamma correction 4 register values
Dilitek,ili9342c.yaml18 select the desired Gamma curve for the current display.
19 A maximum of 4 fixed gamma curves can be selected.
96 Positive gamma correction (PGAMCTRL) register values.
118 Negative gamma correction (NGAMCTRL) register values.
Dilitek,ili9340.yaml16 Gamma set (GAMSET) register value.
75 Positive gamma correction (PGAMCTRL) register values.
97 Negative gamma correction (NGAMCTRL) register values.
Dsitronix,st7796s.yaml59 description: Power control parameter 3. Sets source and gamma current levels
78 Positive gamma control settings. No default is provided by controller,
84 Negative gamma control settings. No default is provided by controller,
Dilitek,ili9488.yaml62 Positive gamma correction (PGAMCTRL) register values.
84 Negative gamma correction (NGAMCTRL) register values.
Dilitek,ili9341.yaml78 Gamma set (GAMSET) register value.
137 Positive gamma correction (PGAMCTRL) register values.
159 Negative gamma correction (NGAMCTRL) register values.
Dsitronix,st7735r.yaml59 description: Positive Voltage Gamma Control Parameter
64 description: Negative Voltage Gamma Control Parameter
/Zephyr-latest/tests/lib/cmsis_dsp/svm/src/
Df16.c32 const float16_t gamma = \
36 const float16_t gamma = \
42 const float16_t gamma = \
99 degree, coeff0, gamma); in ZTEST()
140 intercept, dual_coeff, svec, classes, gamma); in ZTEST()
181 intercept, dual_coeff, svec, classes, coeff0, gamma); in ZTEST()
Df32.c32 const float32_t gamma = \
36 const float32_t gamma = \
42 const float32_t gamma = \
99 degree, coeff0, gamma); in ZTEST()
140 intercept, dual_coeff, svec, classes, gamma); in ZTEST()
181 intercept, dual_coeff, svec, classes, coeff0, gamma); in ZTEST()
/Zephyr-latest/samples/subsys/settings/
Dsample.yaml27 - "<gamma> = 0 \\(default\\)"
42 - "<gamma> = 5"
DREADME.rst100 <gamma> = 0 (default)
101 save <gamma> key directly: OK.
/Zephyr-latest/scripts/coccinelle/
Dsymbols.txt69 gamma
/Zephyr-latest/boards/shields/st7789v_generic/
Dst7789v_tl019fqv01.overlay35 gamma = <0x01>;
Dst7789v_waveshare_240x240.overlay37 gamma = <0x01>;
/Zephyr-latest/samples/subsys/settings/src/
Dmain.c399 rc = load_immediate_value("gamma", &val_u8, sizeof(val_u8)); in example_without_handler()
402 printk("<gamma> = %d (default)\n", val_u8); in example_without_handler()
404 printk("<gamma> = %d\n", val_u8); in example_without_handler()
411 printk("save <gamma> key directly: "); in example_without_handler()
412 rc = settings_save_one("gamma", (const void *)&val_u8, in example_without_handler()
/Zephyr-latest/boards/m5stack/m5stack_atoms3/
Dm5stack_atoms3_procpu.dts78 gamma = <0x01>;
/Zephyr-latest/boards/fanke/fk750m1_vbt6/
Dfk750m1_vbt6.dts58 gamma = <0x01>;
/Zephyr-latest/boards/m5stack/m5stickc_plus/
Dm5stickc_plus_procpu.dts89 gamma = <0x01>;

12