Searched full:gamma (Results 1 – 25 of 40) sorted by relevance
12
/Zephyr-latest/drivers/display/ |
D | display_ili9806e_dsi.c | 71 /* 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 …]
|
D | display_st7796s.h | 32 #define ST7796S_CMD_PGC 0xE0 /* Positive gamma control */ 33 #define ST7796S_CMD_NGC 0xE1 /* Negative gamma control */
|
D | display_st7789v.c | 35 uint8_t gamma; member 255 /* Digital Gamma Enable, default disabled */ 295 tmp = config->gamma; 388 .gamma = DT_INST_PROP(inst, gamma), \
|
D | display_ili9341.h | 86 "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"); \
|
D | display_otm8009a.h | 167 /** Gamma Correction 2.2+ Setting */ 169 /** Gamma Correction 2.2- Setting */
|
D | display_nt35510.h | 36 #define NT35510_CMD_GAMSET 0x26 /* Gamma set */
|
/Zephyr-latest/dts/bindings/display/ |
D | sitronix,st7789v.yaml | 55 gamma: 58 description: Gamma Setting 82 description: Positive Voltage Gamma Control Parameter 87 description: Negative Voltage Gamma Control Parameter
|
D | galaxycore,gc9x01x.yaml | 98 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
|
D | ilitek,ili9342c.yaml | 18 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.
|
D | ilitek,ili9340.yaml | 16 Gamma set (GAMSET) register value. 75 Positive gamma correction (PGAMCTRL) register values. 97 Negative gamma correction (NGAMCTRL) register values.
|
D | sitronix,st7796s.yaml | 59 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,
|
D | ilitek,ili9488.yaml | 62 Positive gamma correction (PGAMCTRL) register values. 84 Negative gamma correction (NGAMCTRL) register values.
|
D | ilitek,ili9341.yaml | 78 Gamma set (GAMSET) register value. 137 Positive gamma correction (PGAMCTRL) register values. 159 Negative gamma correction (NGAMCTRL) register values.
|
D | sitronix,st7735r.yaml | 59 description: Positive Voltage Gamma Control Parameter 64 description: Negative Voltage Gamma Control Parameter
|
/Zephyr-latest/tests/lib/cmsis_dsp/svm/src/ |
D | f16.c | 32 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()
|
D | f32.c | 32 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/ |
D | sample.yaml | 27 - "<gamma> = 0 \\(default\\)" 42 - "<gamma> = 5"
|
D | README.rst | 100 <gamma> = 0 (default) 101 save <gamma> key directly: OK.
|
/Zephyr-latest/scripts/coccinelle/ |
D | symbols.txt | 69 gamma
|
/Zephyr-latest/boards/shields/st7789v_generic/ |
D | st7789v_tl019fqv01.overlay | 35 gamma = <0x01>;
|
D | st7789v_waveshare_240x240.overlay | 37 gamma = <0x01>;
|
/Zephyr-latest/samples/subsys/settings/src/ |
D | main.c | 399 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/ |
D | m5stack_atoms3_procpu.dts | 78 gamma = <0x01>;
|
/Zephyr-latest/boards/fanke/fk750m1_vbt6/ |
D | fk750m1_vbt6.dts | 58 gamma = <0x01>;
|
/Zephyr-latest/boards/m5stack/m5stickc_plus/ |
D | m5stickc_plus_procpu.dts | 89 gamma = <0x01>;
|
12