Ken Van Hoeylandt d27404964a
SPI device migration (#490)
- Implement SPI devices in dts files for all devices
- Removed `tt::hal::spi` HAL and its configurations
- Fix for devicetree generator "boolean" support
- Remove unused custom locks in all `DisplayDevice` implementations
- Fixed some bugs with devices
- Updated XPT2046 driver
- Fix for `WifiEsp` deadlock
- Export a lot of new `math.h` symbols with `tt_init.cpp`
- Created `SpiDeviceLock` in `TactilityCore` as a wrapper for kernel SPI locking
- Improved `TactilityKernel` SPI driver.
2026-02-08 22:14:18 +01:00
..
2026-02-08 22:14:18 +01:00

ILI9488

A basic Tactility display driver for ILI9488 panels.

Warning: This driver uses 3 or 18 bits per pixel in SPI mode. This requires a software pixel conversion at runtime and comes with a big performance penalty. It lowers the rate of rendering and it also requires an extra display buffer.