drivers/gpu/drm/sitronix

Sitronix ST7567, ST7586, ST7735R, and ST7920 small-panel display controllers

A family of low-cost Sitronix LCD and TFT controller chips that drive the small monochrome and color panels found in hobbyist boards, embedded gadgets, and industrial front panels — including the screen on the LEGO MINDSTORMS EV3 brick and the tiny ST7735R color TFTs and ST7920/ST7567 graphic LCDs widely sold by Adafruit, Waveshare, and BuyDisplay.

keep conf=0.95 last_sold=2026 deploy=low replacement=none subsystem=gpu category=graphics-display
95%

recommendation

It should stay because the directory is actively maintained: ST7920 support was added in December 2025, another fix landed in March 2026, and compatible panels are still being manufactured and sold new by mainstream hobbyist and industrial display vendors. Deployments are niche rather than mass-market, but there is no sign of deprecation.

repository signals

9 files
2,793 source lines
24 commits, 5y
+4,063 / −1,184 lines added / removed, 5y
9 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 24 total · active in 8/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 0 commits · +0 −0 2021-06: 0 commits · +0 −0 2021-07: 0 commits · +0 −0 2021-08: 0 commits · +0 −0 2021-09: 0 commits · +0 −0 2021-10: 0 commits · +0 −0 2021-11: 0 commits · +0 −0 2021-12: 0 commits · +0 −0 2022-01: 0 commits · +0 −0 2022-02: 0 commits · +0 −0 2022-03: 0 commits · +0 −0 2022-04: 0 commits · +0 −0 2022-05: 0 commits · +0 −0 2022-06: 0 commits · +0 −0 2022-07: 0 commits · +0 −0 2022-08: 0 commits · +0 −0 2022-09: 0 commits · +0 −0 2022-10: 0 commits · +0 −0 2022-11: 0 commits · +0 −0 2022-12: 0 commits · +0 −0 2023-01: 0 commits · +0 −0 2023-02: 0 commits · +0 −0 2023-03: 0 commits · +0 −0 2023-04: 0 commits · +0 −0 2023-05: 0 commits · +0 −0 2023-06: 0 commits · +0 −0 2023-07: 0 commits · +0 −0 2023-08: 0 commits · +0 −0 2023-09: 0 commits · +0 −0 2023-10: 0 commits · +0 −0 2023-11: 0 commits · +0 −0 2023-12: 0 commits · +0 −0 2024-01: 0 commits · +0 −0 2024-02: 0 commits · +0 −0 2024-03: 0 commits · +0 −0 2024-04: 0 commits · +0 −0 2024-05: 0 commits · +0 −0 2024-06: 0 commits · +0 −0 2024-07: 0 commits · +0 −0 2024-08: 0 commits · +0 −0 2024-09: 0 commits · +0 −0 2024-10: 0 commits · +0 −0 2024-11: 0 commits · +0 −0 2024-12: 0 commits · +0 −0 2025-01: 0 commits · +0 −0 2025-02: 0 commits · +0 −0 2025-03: 0 commits · +0 −0 2025-04: 0 commits · +0 −0 2025-05: 2 commits · +1,738 −10 2025-06: 1 commit · +1 −0 2025-07: 8 commits · +111 −29 2025-08: 0 commits · +0 −0 2025-09: 1 commit · +1 −0 2025-10: 2 commits · +3 −1 2025-11: 0 commits · +0 −0 2025-12: 7 commits · +2,195 −1,127 2026-01: 0 commits · +0 −0 2026-02: 2 commits · +8 −8 2026-03: 1 commit · +6 −9 2026-04: 0 commits · +0 −0

sources

  1. git.kernel.org

    Kernel Kconfig shows this directory is a real DRM driver family covering ST7567/ST7571, ST7586, ST7735R/ST7715R, and ST7920 panels/controllers, including hobbyist and embedded modules such as LEGO MINDSTORMS EV3 and small TFT/LCD panels.

  2. git.kernel.org

    A substantive upstream fix landed on 2026-03-07 for drm/sitronix/st7586, indicating current maintenance activity rather than abandonment.

  3. git.kernel.org

    ST7920 support was added on 2025-12-15, showing the directory is still gaining new hardware support.

  4. adafruit.com

    Adafruit still lists an ST7735R breakout as in stock, supporting evidence that compatible Sitronix display hardware remains commercially available new.

  5. buydisplay.com

    BuyDisplay's 2026 category page lists multiple ST7567 graphic LCD modules for sale, indicating ongoing new-module availability.

  6. waveshare.com

    Waveshare still sells an LCD12864-ST module using ST7920/ST7921, showing current-market availability for this controller family.

codex reasoning notes (technical)

No early exit: this is an actual DRM driver directory with module/Kconfig entries. Lore-first attempt was blocked because `lore-http` MCP resources/templates were unavailable in this session and shell `lei` was not installed; I therefore used local shell inspection (`rg`, `sed`, `git log`) to assess upstream activity, then attached canonical kernel.org URLs by canonical recall for the same tree/commit objects. Web evidence came from `web.search_query` results for current product availability (Adafruit, BuyDisplay, Waveshare). The directory is only about a year old, had a substantive fix on 2026-03-07, and even gained ST7920 support in late 2025, so there is no sign of removal/deprecation; deployments are niche embedded/hobbyist/industrial rather than mass-market, hence `low` not `none`.