| commit | 0974e9b4714507bf8e6672aa0c607a78b39731c8 | [log] [tgz] |
|---|---|---|
| author | Siratul Islam <sirat4757@gmail.com> | Thu Oct 23 13:28:25 2025 +0600 |
| committer | Johan Hedberg <johan.hedberg@gmail.com> | Fri Oct 24 01:10:57 2025 +0300 |
| tree | f1a1868cbb4f8c93c0c7cb9598adf584eff112b9 | |
| parent | 1230358e4ce29ce247602846edc30ba37c2051c4 [diff] |
drivers: display: add HUB12 LED matrix driver Add driver for HUB12 interface monochrome LED matrix displays. Features: - 32x16 pixel resolution, 1-bit monochrome (PIXEL_FORMAT_MONO01) - SPI-based data transfer with shift registers - Configurable brightness control - Thread-safe framebuffer access with semaphore The driver implements the standard Zephyr display API Signed-off-by: Siratul Islam <sirat4757@gmail.com>