mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-20 07:25:06 +00:00
WIP
This commit is contained in:
parent
18a681a924
commit
34f7642082
@ -7,12 +7,12 @@
|
|||||||
- Expose app::Paths to TactilityC
|
- Expose app::Paths to TactilityC
|
||||||
- Call tt::lvgl::isSyncSet after HAL init and show an error (and crash?) when it is not set.
|
- Call tt::lvgl::isSyncSet after HAL init and show an error (and crash?) when it is not set.
|
||||||
- External app loading: Check the version of Tactility and check ESP target hardware to check for compatibility.
|
- External app loading: Check the version of Tactility and check ESP target hardware to check for compatibility.
|
||||||
- Localization of texts (load in boot app from sd?)
|
|
||||||
- App packaging
|
- App packaging
|
||||||
- Create more unit tests for `tactility-core`
|
- Create more unit tests for `tactility-core`
|
||||||
- Make a URL handler. Use it for handling local files. Match file types with apps.
|
- Make a URL handler. Use it for handling local files. Match file types with apps.
|
||||||
- Fix Development service: when no SD card is present, the app fails to install. Consider installing to `/data`
|
- Fix Development service: when no SD card is present, the app fails to install. Consider installing to `/data`
|
||||||
- Refactor `PropertiesFile.cpp` to use `tt::file::readLines()` (see TODO in code)
|
- Refactor `PropertiesFile.cpp` to use `tt::file::readLines()` (see TODO in code)
|
||||||
|
- Localize all apps
|
||||||
|
|
||||||
## Lower Priority
|
## Lower Priority
|
||||||
|
|
||||||
|
|||||||
@ -4,6 +4,7 @@
|
|||||||
#include <Tactility/file/File.h>
|
#include <Tactility/file/File.h>
|
||||||
|
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
|
#include <format>
|
||||||
#include <utility>
|
#include <utility>
|
||||||
#include <Tactility/settings/Language.h>
|
#include <Tactility/settings/Language.h>
|
||||||
|
|
||||||
|
|||||||
@ -3,5 +3,5 @@
|
|||||||
nvs, data, nvs, 0x9000, 0x6000,
|
nvs, data, nvs, 0x9000, 0x6000,
|
||||||
phy_init, data, phy, 0xf000, 0x1000,
|
phy_init, data, phy, 0xf000, 0x1000,
|
||||||
factory, app, factory, 0x10000, 3M,
|
factory, app, factory, 0x10000, 3M,
|
||||||
system, data, fat, , 512k,
|
system, data, fat, , 450k,
|
||||||
data, data, fat, , 480k,
|
data, data, fat, , 450k,
|
||||||
|
|||||||
|
Loading…
x
Reference in New Issue
Block a user