mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-18 19:03:16 +00:00
- `TT_LOG_*` macros are replaced by `Logger` via `#include<Tactility/Logger.h>` - Changed default timezone to Europe/Amsterdam - Fix for logic bug in unPhone hardware - Fix for init/deinit in DRV2605 driver - Other fixes - Removed optimization that broke unPhone (disabled the moving of heap-related functions to flash)
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.