Home
last modified time | relevance | path

Searched full:contrast (Results 1 – 25 of 30) sorted by relevance

12

/Zephyr-latest/drivers/display/
DKconfig.ssd132717 int "SSD1327 default contrast"
21 SSD1327 default contrast.
DKconfig.ssd130620 int "SSD1306 default contrast"
24 SSD1306 default contrast.
Dssd1327.c42 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()
Ddisplay_dummy.c77 const uint8_t contrast) in dummy_display_set_contrast() argument
Dssd1322.c210 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()
Dssd1306.c339 static int ssd1306_set_contrast(const struct device *dev, const uint8_t contrast) in ssd1306_set_contrast() argument
343 contrast, in ssd1306_set_contrast()
Ddisplay_renesas_ra.c404 .contrast = {.enable = false, \
/Zephyr-latest/dts/bindings/base/
Dpower.yaml16 Contrast with vin-supply.
28 Contrast with supply-gpios. If both properties are provided
/Zephyr-latest/tests/boards/frdm_k64f/i2c/
DREADME.rst6 and contrast the behavior.
/Zephyr-latest/include/zephyr/drivers/
Ddisplay.h185 * @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/
Dsharp,ls0xx.yaml24 contrast while low frequency saves power.
/Zephyr-latest/tests/modules/thrift/ThriftTest/
Dprj.conf46 # need an accept socket for the server (in contrast to TCP), it only needs 1
/Zephyr-latest/samples/basic/custom_dts_binding/
DREADME.rst15 This is in contrast to other embedded environments like Arduino, where e.g. the direction (input /
/Zephyr-latest/dts/bindings/auxdisplay/
Dhit,hd44780.yaml46 description: Optional GPIO used for controlling the brightness (contrast)
/Zephyr-latest/doc/connectivity/bluetooth/api/
Dgatt.rst71 field only attributes which matches will be discovered, in contrast setting it
/Zephyr-latest/doc/connectivity/networking/api/
Dmqtt_sn.rst15 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/
Dindex.rst30 gives better contrast while lower frequency saves power.
/Zephyr-latest/tests/kernel/threads/thread_apis/src/
Dtest_kthread_for_each.c129 * In contrast to k_thread_foreach(), k_thread_foreach_unlocked() allow
/Zephyr-latest/drivers/fpga/
Dfpga_ice40_bitbang.c26 * does not handle these types of quirks (in contrast to e.g. Linux).
/Zephyr-latest/include/zephyr/net/http/
Dservice.h44 * A static HTTP resource is one that is known prior to system initialization. In contrast,
/Zephyr-latest/drivers/video/
Dov7725.c272 /*matrix sharpness brightness contrast*/
/Zephyr-latest/samples/drivers/lcd_hd44780/src/
Dmain.c17 * 3 : Contrast (0-5V)*
/Zephyr-latest/doc/hardware/pinctrl/
Dindex.rst61 contrast, GPIO drivers are for general purpose control of a pin, that is, when
/Zephyr-latest/doc/kernel/services/threads/
Dworkqueue.rst173 In contrast to :c:func:`k_poll`, the triggered work does not require
/Zephyr-latest/doc/security/
Dsecurity-overview.rst654 contrast to these sections, the certification process only requires to

12