Compare commits

...

6 Commits

Author SHA1 Message Date
Manuel 712cdd2287 update to latest PR commit 2026-03-30 22:05:33 +02:00
Manuel 44523b4ba7 Merge branch 'develop' into mui-wifi-maps 2026-03-26 16:58:49 +01:00
Manuel 6b7a1819fb mui-maps heltec-v4 adaptations 2026-03-26 16:50:30 +01:00
Manuel 1525f6fae3 Merge branch 'master' into heltec-v4-rotate-mui 2026-03-18 23:40:46 +01:00
Ben Meadors f85bda87e0 Merge branch 'master' into heltec-v4-rotate-mui 2026-03-18 10:28:33 -05:00
Manuel 8891b55be1 rotated MUI 2026-03-18 14:43:22 +01:00
3 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -126,7 +126,7 @@ lib_deps =
[device-ui_base]
lib_deps =
# renovate: datasource=git-refs depName=meshtastic/device-ui packageName=https://github.com/meshtastic/device-ui gitBranch=master
https://github.com/meshtastic/device-ui/archive/f36d2a953524e372b78c5b4147ec55f38716964e.zip
https://github.com/meshtastic/device-ui/archive/de2e490882105fc2778d761740d9a1711d1dab78.zip
; Common libs for environmental measurements in telemetry module
[environmental_base]
+5 -1
View File
@@ -16,6 +16,10 @@
DeviceScreen *deviceScreen = nullptr;
#ifndef TFT_TASK_STACK_SIZE
#define TFT_TASK_STACK_SIZE 16384
#endif
#ifdef ARCH_ESP32
// Get notified when the system is entering light sleep
CallbackObserver<DeviceScreen, void *> tftSleepObserver =
@@ -127,7 +131,7 @@ void tftSetup(void)
#ifdef ARCH_ESP32
tftSleepObserver.observe(&notifyLightSleep);
endSleepObserver.observe(&notifyLightSleepEnd);
xTaskCreatePinnedToCore(tft_task_handler, "tft", 10240, NULL, 1, NULL, 0);
xTaskCreatePinnedToCore(tft_task_handler, "tft", TFT_TASK_STACK_SIZE, NULL, 1, NULL, 0);
#elif defined(ARCH_PORTDUINO)
std::thread *tft_task = new std::thread([] { tft_task_handler(); });
#endif
+4 -1
View File
@@ -68,7 +68,10 @@ build_flags =
-D INPUTDRIVER_BUTTON_TYPE=0
-D HAS_SCREEN=1
-D HAS_TFT=1
-D RAM_SIZE=1860
-D MAP_TILES_GREY ; required for 2MB PSRAM
-D RAM_SIZE=1432
-D STBI_ARENA_SIZE=450000
-D LV_CACHE_DEF_SIZE=0
-D LV_LVGL_H_INCLUDE_SIMPLE
-D LV_CONF_INCLUDE_SIMPLE
-D LV_COMP_CONF_INCLUDE_SIMPLE