/Zephyr-Core-3.7.0/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 | 18 zephyr_library_sources_ifdef(CONFIG_SSD1306 ssd1306.c)
|
D | Kconfig | 28 source "drivers/display/Kconfig.ssd1306"
|
D | ssd1306.c | 8 LOG_MODULE_REGISTER(ssd1306, CONFIG_DISPLAY_LOG_LEVEL);
|
/Zephyr-Core-3.7.0/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-Core-3.7.0/subsys/fb/ |
D | Kconfig | 29 default "SSD1306" if SSD1306
|
/Zephyr-Core-3.7.0/samples/subsys/display/cfb/ |
D | sample.yaml | 8 sample.display.cfb.ssd1306:
|
/Zephyr-Core-3.7.0/samples/subsys/display/cfb_shell/ |
D | sample.yaml | 8 sample.display.cfb_shell.ssd1306:
|
/Zephyr-Core-3.7.0/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-Core-3.7.0/boards/adi/max32672fthr/ |
D | max32672fthr.dts | 23 zephyr,display = &ssd1306; 120 ssd1306: ssd1306@3d { label
|
/Zephyr-Core-3.7.0/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-Core-3.7.0/boards/mxchip/az3166_iotdevkit/ |
D | az3166_iotdevkit.dts | 35 zephyr,display = &ssd1306; 163 ssd1306: ssd1306@3c { label
|
/Zephyr-Core-3.7.0/boards/shields/seeed_xiao_expansion_board/ |
D | seeed_xiao_expansion_board.overlay | 32 ssd1306_128x64: ssd1306@3c {
|
/Zephyr-Core-3.7.0/dts/bindings/i2c/ |
D | nordic,nrf-twim.yaml | 39 the SSD1306 display that cannot tolerate a repeated start and
|
/Zephyr-Core-3.7.0/boards/lilygo/ttgo_lora32/doc/ |
D | index.rst | 14 - 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/ |
D | ttgo_lora32_esp32_procpu.dts | 66 ssd1306_128x64: ssd1306@3c {
|
/Zephyr-Core-3.7.0/boards/nxp/mr_canhubk3/ |
D | mr_canhubk3.dts | 30 zephyr,display = &ssd1306; 405 ssd1306: ssd1306@3c { label
|
/Zephyr-Core-3.7.0/boards/heltec/heltec_wifi_lora32_v2/doc/ |
D | index.rst | 193 The onboard OLED display is of type ``ssd1306``, has 128*64 pixels and is
|
/Zephyr-Core-3.7.0/doc/releases/ |
D | release-notes-2.1.rst | 162 * 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.
|
D | migration-guide-3.5.rst | 169 * The configuration options for the SSD1306 display driver can now be provided
|