mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-08-18 16:05:05 +00:00
- Fix BluetoothSettings app not updating when toggling on Bluetooth on - Fix BluetoothSettings app crash when closing while scanning - Fix BluetoothSettings app crash when turning BT off while scanning - WebServer doesn't save config anymore as a side-effect of reading the config - Add missing license headers - Use TactilityKernel's time and delay functions instead of TactilityFreeRtos ones
7 lines
200 B
C
7 lines
200 B
C
// SPDX-License-Identifier: Apache-2.0
|
|
#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"
|