Searched full:ngamctrl (Results 1 – 17 of 17) sorted by relevance
/Zephyr-latest/drivers/display/ |
D | display_ili9488.c | 62 LOG_HEXDUMP_DBG(regs->ngamctrl, ILI9488_NGAMCTRL_LEN, "NGAMCTRL"); in ili9488_regs_init() 63 r = ili9xxx_transmit(dev, ILI9488_NGAMCTRL, regs->ngamctrl, in ili9488_regs_init()
|
D | display_ili9488.h | 42 uint8_t ngamctrl[ILI9488_NGAMCTRL_LEN]; member 54 .ngamctrl = DT_PROP(DT_INST(n, ilitek_ili9488), ngamctrl), \
|
D | display_ili9340.c | 76 LOG_HEXDUMP_DBG(regs->ngamctrl, ILI9340_NGAMCTRL_LEN, "NGAMCTRL"); in ili9340_regs_init() 77 r = ili9xxx_transmit(dev, ILI9340_NGAMCTRL, regs->ngamctrl, in ili9340_regs_init()
|
D | display_ili9340.h | 48 uint8_t ngamctrl[ILI9340_NGAMCTRL_LEN]; member 62 .ngamctrl = DT_PROP(DT_INST(n, ilitek_ili9340), ngamctrl), \
|
D | display_ili9342c.h | 64 uint8_t ngamctrl[ILI9342C_NGAMCTRL_LEN]; member 83 .ngamctrl = DT_PROP(DT_INST(n, ilitek_ili9342c), ngamctrl), \
|
D | display_ili9342c.c | 107 LOG_HEXDUMP_DBG(regs->ngamctrl, ILI9342C_NGAMCTRL_LEN, "NGAMCTRL"); in ili9342c_regs_init() 108 r = ili9xxx_transmit(dev, ILI9342C_NGAMCTRL, regs->ngamctrl, in ili9342c_regs_init()
|
D | display_ili9341.h | 71 uint8_t ngamctrl[ILI9341_NGAMCTRL_LEN]; member 103 BUILD_ASSERT(DT_PROP_LEN(DT_INST(n, ilitek_ili9341), ngamctrl) == ILI9341_NGAMCTRL_LEN, \ 104 "ili9341: Error length negative gamma correction (NGAMCTRL) register"); \ 134 .ngamctrl = DT_PROP(DT_INST(n, ilitek_ili9341), ngamctrl), \
|
D | display_ili9341.c | 107 LOG_HEXDUMP_DBG(regs->ngamctrl, ILI9341_NGAMCTRL_LEN, "NGAMCTRL"); in ili9341_regs_init() 108 r = ili9xxx_transmit(dev, ILI9341_NGAMCTRL, regs->ngamctrl, ILI9341_NGAMCTRL_LEN); in ili9341_regs_init()
|
/Zephyr-latest/dts/bindings/display/ |
D | ilitek,ili9488.yaml | 64 ngamctrl: 84 Negative gamma correction (NGAMCTRL) register values.
|
D | ilitek,ili9340.yaml | 77 ngamctrl: 97 Negative gamma correction (NGAMCTRL) register values.
|
D | ilitek,ili9342c.yaml | 98 ngamctrl: 118 Negative gamma correction (NGAMCTRL) register values.
|
D | ilitek,ili9341.yaml | 139 ngamctrl: 159 Negative gamma correction (NGAMCTRL) register values.
|
/Zephyr-latest/boards/shields/adafruit_2_8_tft_touch_v2/boards/ |
D | rd_rw612_bga.overlay | 54 ngamctrl = [00 0e 14 03 11 07 31 c1 48 08 0f 0c 31 36 0f];
|
/Zephyr-latest/boards/shields/buydisplay_2_8_tft_touch_arduino/ |
D | buydisplay_2_8_tft_touch_arduino.overlay | 45 ngamctrl = [00 0e 14 03 11 07 31 c1 48 08 0f 0c 31 36 0f];
|
/Zephyr-latest/boards/shields/buydisplay_3_5_tft_touch_arduino/ |
D | buydisplay_3_5_tft_touch_arduino.overlay | 44 ngamctrl = [00 16 19 03 0f 05 32 45 46 04 0e 0d 35 37 0f];
|
/Zephyr-latest/boards/shields/adafruit_2_8_tft_touch_v2/dts/ |
D | adafruit_2_8_tft_touch_v2.dtsi | 44 ngamctrl = [00 0e 14 03 11 07 31 c1 48 08 0f 0c 31 36 0f];
|
/Zephyr-latest/boards/st/stm32f429i_disc1/ |
D | stm32f429i_disc1.dts | 99 ngamctrl = [00 16 1b 04 11 07 31 33 42 05 0c 0a 28 2f 0f];
|