/Zephyr-latest/drivers/display/ |
D | Kconfig.ssd1306 | 1 # 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
|
D | CMakeLists.txt | 19 zephyr_library_sources_ifdef(CONFIG_SSD1306 ssd1306.c)
|
D | Kconfig | 29 source "drivers/display/Kconfig.ssd1306"
|
/Zephyr-latest/boards/shields/ssd1306/doc/ |
D | index.rst | 3 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-latest/subsys/fb/ |
D | Kconfig | 29 default "SSD1306" if SSD1306
|
/Zephyr-latest/samples/subsys/display/cfb/ |
D | sample.yaml | 8 sample.display.cfb.ssd1306:
|
/Zephyr-latest/samples/subsys/display/cfb_shell/ |
D | sample.yaml | 8 sample.display.cfb_shell.ssd1306:
|
/Zephyr-latest/dts/bindings/display/ |
D | solomon,ssd1306fb-i2c.yaml | 4 description: SSD1306 128x64 dot-matrix display controller on I2C bus
|
D | solomon,ssd1306fb-spi.yaml | 4 description: SSD1306 128x64 dot-matrix display controller on SPI bus
|
D | solomon,ssd1306fb-common.yaml | 48 The RESET pin of SSD1306 is active low.
|
/Zephyr-latest/boards/adi/max32672fthr/ |
D | max32672fthr.dts | 23 zephyr,display = &ssd1306; 128 ssd1306: ssd1306@3d { label
|
/Zephyr-latest/boards/shields/ssd1306/ |
D | sh1106_128x64.overlay | 16 sh1106_sh1106_128x64: ssd1306@3c {
|
D | ssd1306_128x32.overlay | 16 ssd1306_ssd1306_128x32: ssd1306@3c {
|
D | ssd1306_128x64.overlay | 16 ssd1306_ssd1306_128x64: ssd1306@3c {
|
D | ssd1306_128x64_spi.overlay | 16 ssd1306_ssd1306_128x64_spi: ssd1306@0 {
|
/Zephyr-latest/boards/mxchip/az3166_iotdevkit/ |
D | az3166_iotdevkit.dts | 35 zephyr,display = &ssd1306; 163 ssd1306: ssd1306@3c { label
|
/Zephyr-latest/boards/shields/seeed_xiao_expansion_board/ |
D | seeed_xiao_expansion_board.overlay | 32 ssd1306_128x64: ssd1306@3c {
|
/Zephyr-latest/boards/01space/esp32c3_042_oled/ |
D | esp32c3_042_oled.dts | 50 eastrising_72x40: ssd1306@3c {
|
/Zephyr-latest/dts/bindings/i2c/ |
D | nordic,nrf-twim.yaml | 39 the SSD1306 display that cannot tolerate a repeated start and
|
/Zephyr-latest/boards/lilygo/ttgo_lora32/doc/ |
D | index.rst | 11 - SSD1306, 128x64 px, 0.96" screen 26 .. _SSD1306: https://cdn-shop.adafruit.com/datasheets/SSD1306.pdf target in Functional Description 42 | OLED display | Built-in OLED display \(`SSD1306`_, 0.96", 128x64 px\) controlled |
|
/Zephyr-latest/boards/lilygo/ttgo_lora32/ |
D | ttgo_lora32_esp32_procpu.dts | 69 ssd1306_128x64: ssd1306@3c {
|
/Zephyr-latest/boards/nxp/mr_canhubk3/ |
D | mr_canhubk3.dts | 30 zephyr,display = &ssd1306; 405 ssd1306: ssd1306@3c { label
|
/Zephyr-latest/boards/heltec/heltec_wifi_lora32_v2/doc/ |
D | index.rst | 190 The onboard OLED display is of type ``ssd1306``, has 128*64 pixels and is
|
/Zephyr-latest/boards/01space/esp32c3_042_oled/doc/ |
D | index.rst | 74 It also features a 0.42 inch OLED display, driven by a SSD1306-compatible chip.
|
/Zephyr-latest/tests/drivers/build_all/display/ |
D | app.overlay | 351 test_ssd1306: ssd1306@1 {
|