Searched full:ssd16xx (Results 1 – 25 of 32) sorted by relevance
12
/Zephyr-Core-3.7.0/drivers/display/ |
D | Kconfig.ssd16xx | 1 # SSD16XX display controller configuration options 6 config SSD16XX config 7 bool "SSD16XX compatible display controller driver" 17 Enable driver for SSD16XX compatible controller.
|
D | CMakeLists.txt | 19 zephyr_library_sources_ifdef(CONFIG_SSD16XX ssd16xx.c)
|
D | Kconfig | 29 source "drivers/display/Kconfig.ssd16xx"
|
D | ssd16xx_regs.h | 1 /* ssd16xx_regs.h - Registers definition for SSD16XX compatible controller */
|
D | ssd16xx.c | 11 LOG_MODULE_REGISTER(ssd16xx); 21 #include <zephyr/display/ssd16xx.h> 25 * SSD16xx compatible EPD controller driver.
|
/Zephyr-Core-3.7.0/subsys/fb/ |
D | Kconfig | 28 default "SSD16XX" if SSD16XX
|
/Zephyr-Core-3.7.0/samples/subsys/display/cfb_custom_font/ |
D | README.rst | 29 This overlay config enables support for SSD16XX display controller 33 Example building for the reel_board with SSD16XX display support:
|
D | sample.yaml | 8 sample.display.cfb_custom_font.ssd16xx:
|
/Zephyr-Core-3.7.0/dts/bindings/display/ |
D | solomon,ssd16xx-common.yaml | 4 description: SSD16XX EPD display controller 18 The BUSY pin of SSD16XX is active high.
|
D | solomon,ssd1608.yaml | 8 include: solomon,ssd16xx-common.yaml
|
D | solomon,ssd1673.yaml | 8 include: solomon,ssd16xx-common.yaml
|
D | solomon,ssd1680.yaml | 8 include: solomon,ssd16xx-common.yaml
|
D | solomon,ssd1681.yaml | 8 include: solomon,ssd16xx-common.yaml
|
D | solomon,ssd1675a.yaml | 8 include: solomon,ssd16xx-common.yaml
|
/Zephyr-Core-3.7.0/samples/subsys/display/cfb/ |
D | sample.yaml | 12 sample.display.cfb.ssd16xx:
|
/Zephyr-Core-3.7.0/samples/subsys/display/cfb_shell/ |
D | sample.yaml | 12 sample.display.cfb_shell.ssd16xx:
|
D | README.rst | 50 Framebuffer initialized: SSD16XX 60 Framebuffer Device: SSD16XX
|
/Zephyr-Core-3.7.0/boards/phytec/reel_board/ |
D | reel_board.dts | 26 zephyr,display = &ssd16xx; 58 ssd16xx: ssd16xxfb@0 { label
|
D | reel_board_nrf52840_2.overlay | 24 zephyr,display = &ssd16xx; 39 ssd16xx: ssd16xxfb@0 {
|
/Zephyr-Core-3.7.0/boards/shields/waveshare_epaper/doc/ |
D | index.rst | 51 | GDEH0213B1 | | ssd16xx | | 54 | GDEH0213B72 | | ssd16xx | | 57 | GDEH029A1 | | ssd16xx | | 63 | GDEH0154D67 | | ssd16xx | | 69 | GDEY0213B74 | | ssd16xx | |
|
/Zephyr-Core-3.7.0/include/zephyr/display/ |
D | ssd16xx.h | 13 * SSD16xx RAM type for direct RAM access
|
/Zephyr-Core-3.7.0/doc/releases/ |
D | migration-guide-3.7.rst | 501 * SSD16XX based displays now use the MIPI DBI driver class (:github:`73946`). 508 /* Legacy SSD16XX display definition */ 542 * The ``orientation-flipped`` property has been removed from the SSD16XX
|
D | release-notes-2.1.rst | 163 * Enhanced SSD16XX driver to use bytestring property for LUT and parameters
|
D | release-notes-3.4.rst | 847 * Improved MCUX ELCDIF and SSD16XX display controller drivers
|
/Zephyr-Core-3.7.0/boards/phytec/reel_board/doc/ |
D | index.rst | 86 | GDEH0213B1 | | ssd16xx | | 89 | GDEH0213B72 | | ssd16xx | |
|
12