Solomon SSD13xx and SH1106 small OLED display controllers
A family of small monochrome and grayscale OLED display controllers (SSD1305, SSD1306, SSD1307, SSD1309, SSD1322, SSD1325, SSD1327, SSD1331, and the related SH1106) that drive tiny I2C or SPI panels, typically 0.9 to 2 inch screens at resolutions like 128x32 or 128x64. They are ubiquitous in hobbyist Raspberry Pi and Arduino projects, embedded status displays, and small instrument panels.
recommendation
It should stay because the hardware is still actively sold by mainstream distributors like SparkFun for maker and embedded use, and the driver itself is being actively maintained upstream, with cleanup work and bug fixes landing on dri-devel as recently as late 2025 and early 2026. Although total deployment is modest compared to mainstream GPUs, no replacement driver covers this niche and the controllers remain in current production.
repository signals
sources
- cateee.net
LKDDb shows the DRM_SSD130X driver has been in mainline since Linux 5.18 and remains present in current kernel series, covering Solomon/Sino Wealth OLED controllers.
- spinics.net
dri-devel carried a functional drm/solomon fix on 2026-02-10, showing active upstream maintenance rather than abandonment.
- spinics.net
dri-devel carried 2025-10 drm/solomon cleanups/refactors, indicating continued subsystem attention.
- sparkfun.com
A new SSD1306-based OLED module remained on sale from a mainstream distributor in 2026, supporting that this hardware was still sold new in 2025/2026.
- sparkfun.com
Another new SSD1306-based display module remained commercially available in 2026, suggesting ongoing niche embedded deployment.
codex reasoning notes (technical)
Local source inspection via `rg` confirmed this is a real DRM driver directory for Solomon SSD1305/1306/1307/1309/1322/1325/1327/1331 and SH1106-class OLED controllers over I2C/SPI. Lore access via `lei` was unavailable, so I used `web.search_query` against lore/spinics terms; those searches surfaced 2025-10 and 2026-02 dri-devel traffic for drm/solomon and did not surface any removal/deprecation thread in removal-focused queries. Product availability evidence came from `web.search_query` results for current SSD1306 modules sold by SparkFun. Cateee/LKDDb URL came from web search and corroborates that the driver is current upstream. Hardware is still sold, but mainly for embedded/maker/small-display niches, so deployments today look low rather than none. No newer upstream driver supersedes this DRM driver for the same use case.