Home
last modified time | relevance | path

Searched full:ssd1306 (Results 1 – 25 of 35) sorted by relevance

12

/Zephyr-Core-3.7.0/drivers/display/
DKconfig.ssd13061 # SSD1306 display controller configuration options
6 menuconfig SSD1306 config
7 bool "SSD1306 display driver"
15 Enable driver for SSD1306 display driver.
17 if SSD1306
20 int "SSD1306 default contrast"
24 SSD1306 default contrast.
26 endif # SSD1306
DCMakeLists.txt18 zephyr_library_sources_ifdef(CONFIG_SSD1306 ssd1306.c)
DKconfig28 source "drivers/display/Kconfig.ssd1306"
Dssd1306.c8 LOG_MODULE_REGISTER(ssd1306, CONFIG_DISPLAY_LOG_LEVEL);
/Zephyr-Core-3.7.0/boards/shields/ssd1306/doc/
Dindex.rst3 SSD1306 128x64(/32) pixels generic shield
10 based on SSD1306 controller. These displays have an I2C interface and
21 | No Name | SSD1306 / | ssd1306_128x64 |
22 | 128x64 pixel | ssd1306 | |
24 | No Name | SSD1306 / | ssd1306_128x32 |
25 | 128x32 pixel | ssd1306 | |
28 | 128x64 pixel | ssd1306 | |
/Zephyr-Core-3.7.0/subsys/fb/
DKconfig29 default "SSD1306" if SSD1306
/Zephyr-Core-3.7.0/samples/subsys/display/cfb/
Dsample.yaml8 sample.display.cfb.ssd1306:
/Zephyr-Core-3.7.0/samples/subsys/display/cfb_shell/
Dsample.yaml8 sample.display.cfb_shell.ssd1306:
/Zephyr-Core-3.7.0/dts/bindings/display/
Dsolomon,ssd1306fb-i2c.yaml4 description: SSD1306 128x64 dot-matrix display controller on I2C bus
Dsolomon,ssd1306fb-spi.yaml4 description: SSD1306 128x64 dot-matrix display controller on SPI bus
Dsolomon,ssd1306fb-common.yaml48 The RESET pin of SSD1306 is active low.
/Zephyr-Core-3.7.0/boards/adi/max32672fthr/
Dmax32672fthr.dts23 zephyr,display = &ssd1306;
120 ssd1306: ssd1306@3d { label
/Zephyr-Core-3.7.0/boards/shields/ssd1306/
Dsh1106_128x64.overlay16 sh1106_sh1106_128x64: ssd1306@3c {
Dssd1306_128x32.overlay16 ssd1306_ssd1306_128x32: ssd1306@3c {
Dssd1306_128x64.overlay16 ssd1306_ssd1306_128x64: ssd1306@3c {
Dssd1306_128x64_spi.overlay16 ssd1306_ssd1306_128x64_spi: ssd1306@0 {
/Zephyr-Core-3.7.0/boards/mxchip/az3166_iotdevkit/
Daz3166_iotdevkit.dts35 zephyr,display = &ssd1306;
163 ssd1306: ssd1306@3c { label
/Zephyr-Core-3.7.0/boards/shields/seeed_xiao_expansion_board/
Dseeed_xiao_expansion_board.overlay32 ssd1306_128x64: ssd1306@3c {
/Zephyr-Core-3.7.0/dts/bindings/i2c/
Dnordic,nrf-twim.yaml39 the SSD1306 display that cannot tolerate a repeated start and
/Zephyr-Core-3.7.0/boards/lilygo/ttgo_lora32/doc/
Dindex.rst14 - SSD1306, 128x64 px, 0.96" screen
36 .. _SSD1306: https://cdn-shop.adafruit.com/datasheets/SSD1306.pdf target
52 | LCD screen | Built-in OLED display \(`SSD1306`_, 0.96", 128x64 px\) controlled |
/Zephyr-Core-3.7.0/boards/lilygo/ttgo_lora32/
Dttgo_lora32_esp32_procpu.dts66 ssd1306_128x64: ssd1306@3c {
/Zephyr-Core-3.7.0/boards/nxp/mr_canhubk3/
Dmr_canhubk3.dts30 zephyr,display = &ssd1306;
405 ssd1306: ssd1306@3c { label
/Zephyr-Core-3.7.0/boards/heltec/heltec_wifi_lora32_v2/doc/
Dindex.rst193 The onboard OLED display is of type ``ssd1306``, has 128*64 pixels and is
/Zephyr-Core-3.7.0/doc/releases/
Drelease-notes-2.1.rst162 * Enhanced SSD1306 driver to support build time selection
654 * :github:`19871` - display/ssd1306: allow "reverse display" in kconfig or dts
797 * :github:`18816` - ssd1306 driver can't work with lvgl
889 * :github:`13725` - drivers: ssd1306: When 128x32 is used, only half of the screen is output.
Dmigration-guide-3.5.rst169 * The configuration options for the SSD1306 display driver can now be provided

12