From 34f764208263a7bbd1e861351ff8540886f81b7c Mon Sep 17 00:00:00 2001 From: Ken Van Hoeylandt Date: Mon, 25 Aug 2025 00:47:25 +0200 Subject: [PATCH] WIP --- Documentation/ideas.md | 2 +- Tactility/Source/i18n/TextResources.cpp | 1 + partitions.csv | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Documentation/ideas.md b/Documentation/ideas.md index a5b6b370..e055f691 100644 --- a/Documentation/ideas.md +++ b/Documentation/ideas.md @@ -7,12 +7,12 @@ - Expose app::Paths to TactilityC - 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. -- Localization of texts (load in boot app from sd?) - App packaging - Create more unit tests for `tactility-core` - 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` - Refactor `PropertiesFile.cpp` to use `tt::file::readLines()` (see TODO in code) +- Localize all apps ## Lower Priority diff --git a/Tactility/Source/i18n/TextResources.cpp b/Tactility/Source/i18n/TextResources.cpp index 07b94a55..eb3307d8 100644 --- a/Tactility/Source/i18n/TextResources.cpp +++ b/Tactility/Source/i18n/TextResources.cpp @@ -4,6 +4,7 @@ #include #include +#include #include #include diff --git a/partitions.csv b/partitions.csv index 973ad24b..b2934bcb 100644 --- a/partitions.csv +++ b/partitions.csv @@ -3,5 +3,5 @@ nvs, data, nvs, 0x9000, 0x6000, phy_init, data, phy, 0xf000, 0x1000, factory, app, factory, 0x10000, 3M, -system, data, fat, , 512k, -data, data, fat, , 480k, +system, data, fat, , 450k, +data, data, fat, , 450k,