Searched full:pgamctrl (Results 1 – 17 of 17) sorted by relevance
/Zephyr-latest/drivers/display/ |
D | display_ili9488.c | 55 LOG_HEXDUMP_DBG(regs->pgamctrl, ILI9488_PGAMCTRL_LEN, "PGAMCTRL"); in ili9488_regs_init() 56 r = ili9xxx_transmit(dev, ILI9488_PGAMCTRL, regs->pgamctrl, in ili9488_regs_init()
|
D | display_ili9488.h | 41 uint8_t pgamctrl[ILI9488_PGAMCTRL_LEN]; member 53 .pgamctrl = DT_PROP(DT_INST(n, ilitek_ili9488), pgamctrl), \
|
D | display_ili9340.c | 69 LOG_HEXDUMP_DBG(regs->pgamctrl, ILI9340_PGAMCTRL_LEN, "PGAMCTRL"); in ili9340_regs_init() 70 r = ili9xxx_transmit(dev, ILI9340_PGAMCTRL, regs->pgamctrl, in ili9340_regs_init()
|
D | display_ili9340.h | 47 uint8_t pgamctrl[ILI9340_PGAMCTRL_LEN]; member 61 .pgamctrl = DT_PROP(DT_INST(n, ilitek_ili9340), pgamctrl), \
|
D | display_ili9342c.h | 63 uint8_t pgamctrl[ILI9342C_PGAMCTRL_LEN]; member 82 .pgamctrl = DT_PROP(DT_INST(n, ilitek_ili9342c), pgamctrl), \
|
D | display_ili9342c.c | 100 LOG_HEXDUMP_DBG(regs->pgamctrl, ILI9342C_PGAMCTRL_LEN, "PGAMCTRL"); in ili9342c_regs_init() 101 r = ili9xxx_transmit(dev, ILI9342C_PGAMCTRL, regs->pgamctrl, in ili9342c_regs_init()
|
D | display_ili9341.h | 70 uint8_t pgamctrl[ILI9341_PGAMCTRL_LEN]; member 101 BUILD_ASSERT(DT_PROP_LEN(DT_INST(n, ilitek_ili9341), pgamctrl) == ILI9341_PGAMCTRL_LEN, \ 102 "ili9341: Error length positive gamma correction (PGAMCTRL) register"); \ 133 .pgamctrl = DT_PROP(DT_INST(n, ilitek_ili9341), pgamctrl), \
|
D | display_ili9341.c | 101 LOG_HEXDUMP_DBG(regs->pgamctrl, ILI9341_PGAMCTRL_LEN, "PGAMCTRL"); in ili9341_regs_init() 102 r = ili9xxx_transmit(dev, ILI9341_PGAMCTRL, regs->pgamctrl, ILI9341_PGAMCTRL_LEN); in ili9341_regs_init()
|
/Zephyr-latest/dts/bindings/display/ |
D | ilitek,ili9488.yaml | 42 pgamctrl: 62 Positive gamma correction (PGAMCTRL) register values.
|
D | ilitek,ili9340.yaml | 55 pgamctrl: 75 Positive gamma correction (PGAMCTRL) register values.
|
D | ilitek,ili9342c.yaml | 76 pgamctrl: 96 Positive gamma correction (PGAMCTRL) register values.
|
D | ilitek,ili9341.yaml | 117 pgamctrl: 137 Positive gamma correction (PGAMCTRL) register values.
|
/Zephyr-latest/boards/shields/adafruit_2_8_tft_touch_v2/boards/ |
D | rd_rw612_bga.overlay | 53 pgamctrl = [0f 31 2b 0c 0e 08 4e f1 37 07 10 03 0e 09 00];
|
/Zephyr-latest/boards/shields/buydisplay_2_8_tft_touch_arduino/ |
D | buydisplay_2_8_tft_touch_arduino.overlay | 44 pgamctrl = [0f 31 2b 0c 0e 08 4e f1 37 07 10 03 0e 09 00];
|
/Zephyr-latest/boards/shields/buydisplay_3_5_tft_touch_arduino/ |
D | buydisplay_3_5_tft_touch_arduino.overlay | 43 pgamctrl = [00 03 09 08 16 0a 3f 78 4c 09 0a 08 16 1a 0f];
|
/Zephyr-latest/boards/shields/adafruit_2_8_tft_touch_v2/dts/ |
D | adafruit_2_8_tft_touch_v2.dtsi | 43 pgamctrl = [0f 31 2b 0c 0e 08 4e f1 37 07 10 03 0e 09 00];
|
/Zephyr-latest/boards/st/stm32f429i_disc1/ |
D | stm32f429i_disc1.dts | 98 pgamctrl = [0F 29 24 0c 0e 09 4e 78 3c 09 13 05 17 11 00];
|