Files
tactility/Drivers/st7789-i8080-module
Ken Van Hoeylandt 6fb2bb736c Drivers, device migrations and other improvements (#566)
- RGB display driver added
- display_driver API:
  - Added software-based display rotation for screens without hardware rotation support.
  - Improved display capability detection across supported display drivers.
- lvgl_display driver:
  - Improved framebuffer handling for smoother, more reliable display updates.
  - Display gap and rotation behavior now adapts more accurately to hardware capabilities.
- Migration Crowpanel 5" basic & advance to kernel drivers
- Improve KernelDisplay app: brightness controls are hidden for displays that only support on/off operation
- device.py now allows for (non-ambiguous) partial device IDs
- TactilityKernel: Implement more tests
2026-07-15 22:56:21 +02:00
..

ST7789 i8080 Display Driver

A kernel driver for the ST7789 display panel over an i8080 (parallel) bus, built on ESP-IDF's esp_lcd component. Child of an i8080 bus controller device (e.g. espressif,esp32-i8080 in Platforms/platform-esp32) - use st7789-module instead for SPI-attached ST7789 panels.

License: Apache v2.0