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.
6 lines
161 B
C
6 lines
161 B
C
#pragma once
|
|
|
|
#define LVGL_ICON_LAUNCHER_APPS "\xEE\x97\x83"
|
|
#define LVGL_ICON_LAUNCHER_FOLDER "\xEE\x8B\x87"
|
|
#define LVGL_ICON_LAUNCHER_SETTINGS "\xEE\xA2\xB8"
|