/Zephyr-latest/drivers/display/ |
D | Kconfig.ssd1327 | 17 int "SSD1327 default contrast" 21 SSD1327 default contrast.
|
D | Kconfig.ssd1306 | 20 int "SSD1306 default contrast" 24 SSD1306 default contrast.
|
D | ssd1327.c | 42 uint8_t contrast; member 228 static int ssd1327_set_contrast(const struct device *dev, const uint8_t contrast) in ssd1327_set_contrast() argument 230 return ssd1327_write_bus_cmd(dev, SSD1327_SET_CONTRAST_CTRL, &contrast, 1); in ssd1327_set_contrast()
|
D | display_dummy.c | 77 const uint8_t contrast) in dummy_display_set_contrast() argument
|
D | ssd1322.c | 210 static int ssd1322_set_contrast(const struct device *dev, const uint8_t contrast) in ssd1322_set_contrast() argument 212 return ssd1322_write_command(dev, SSD1322_SET_CONTRAST, &contrast, 1); in ssd1322_set_contrast()
|
D | ssd1306.c | 339 static int ssd1306_set_contrast(const struct device *dev, const uint8_t contrast) in ssd1306_set_contrast() argument 343 contrast, in ssd1306_set_contrast()
|
D | display_renesas_ra.c | 404 .contrast = {.enable = false, \
|
/Zephyr-latest/dts/bindings/base/ |
D | power.yaml | 16 Contrast with vin-supply. 28 Contrast with supply-gpios. If both properties are provided
|
/Zephyr-latest/tests/boards/frdm_k64f/i2c/ |
D | README.rst | 6 and contrast the behavior.
|
/Zephyr-latest/include/zephyr/drivers/ |
D | display.h | 185 * @brief Callback API to set display contrast 189 const uint8_t contrast); 386 * @brief Set the contrast of the display 388 * Set the contrast of the display in steps of 1/256, where 255 is maximum 392 * @param contrast Contrast in steps of 1/256 397 static inline int display_set_contrast(const struct device *dev, uint8_t contrast) in display_set_contrast() argument 406 return api->set_contrast(dev, contrast); in display_set_contrast()
|
/Zephyr-latest/dts/bindings/display/ |
D | sharp,ls0xx.yaml | 24 contrast while low frequency saves power.
|
/Zephyr-latest/tests/modules/thrift/ThriftTest/ |
D | prj.conf | 46 # need an accept socket for the server (in contrast to TCP), it only needs 1
|
/Zephyr-latest/samples/basic/custom_dts_binding/ |
D | README.rst | 15 This is in contrast to other embedded environments like Arduino, where e.g. the direction (input /
|
/Zephyr-latest/dts/bindings/auxdisplay/ |
D | hit,hd44780.yaml | 46 description: Optional GPIO used for controlling the brightness (contrast)
|
/Zephyr-latest/doc/connectivity/bluetooth/api/ |
D | gatt.rst | 71 field only attributes which matches will be discovered, in contrast setting it
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | mqtt_sn.rst | 15 In contrast to MQTT, MQTT-SN does not require a TCP transport, but is designed to be used
|
/Zephyr-latest/boards/shields/ls0xx_generic/doc/ |
D | index.rst | 30 gives better contrast while lower frequency saves power.
|
/Zephyr-latest/tests/kernel/threads/thread_apis/src/ |
D | test_kthread_for_each.c | 129 * In contrast to k_thread_foreach(), k_thread_foreach_unlocked() allow
|
/Zephyr-latest/drivers/fpga/ |
D | fpga_ice40_bitbang.c | 26 * does not handle these types of quirks (in contrast to e.g. Linux).
|
/Zephyr-latest/include/zephyr/net/http/ |
D | service.h | 44 * A static HTTP resource is one that is known prior to system initialization. In contrast,
|
/Zephyr-latest/drivers/video/ |
D | ov7725.c | 272 /*matrix sharpness brightness contrast*/
|
/Zephyr-latest/samples/drivers/lcd_hd44780/src/ |
D | main.c | 17 * 3 : Contrast (0-5V)*
|
/Zephyr-latest/doc/hardware/pinctrl/ |
D | index.rst | 61 contrast, GPIO drivers are for general purpose control of a pin, that is, when
|
/Zephyr-latest/doc/kernel/services/threads/ |
D | workqueue.rst | 173 In contrast to :c:func:`k_poll`, the triggered work does not require
|
/Zephyr-latest/doc/security/ |
D | security-overview.rst | 654 contrast to these sections, the certification process only requires to
|