mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-18 19:03:16 +00:00
* **New Features** * Added NFC chip-select to SD card hardware configuration. * **Refactor** * Consolidated and renamed icon resources; apps and status-bar now reference unified icon headers and new icon constants. * Renamed LVGL lock API (timed → lvgl_try_lock) and updated callers. * **Documentation** * Updated module README and license files; added Apache-2.0 license document.
11 lines
298 B
Markdown
11 lines
298 B
Markdown
# hal-device-module
|
|
|
|
**WARNING: This module contains deprecated code**
|
|
|
|
This module is the basis for the old Tactility HAL.
|
|
This HAL existed before TactilityKernel.
|
|
|
|
The C++ `tt::hal::Device` class is replaced by `struct Device` from TactilityKernel.
|
|
|
|
License: [Apache v2.0](LICENSE-Apache-2.0.md)
|