42 Commits
Author SHA1 Message Date
ManuelandGitHub 56ba81bb7b fix: ARGB8888 images -> RGB565A8 for better FPS (#269)
* some images were ARGB8888 format -> RGB565A8

* remove unused color formats

* allow custom display buffers

* nodes images -> A8 color format

* limit receive queue processing

* lodepng needs ARGB8888

* A8 node images
2026-01-23 00:28:34 +01:00
ManuelandGitHub 272defcb35 feat: LONG TURBO lora preset (#261)
* implemented long turbo

* trunk fmt

* trunk fmt
2026-01-03 15:16:07 +01:00
ManuelandGitHub 1345c40b6a feat: handle range test message (#246) 2025-12-15 22:42:42 +01:00
ManuelandGitHub 8019704395 fix: detection sensor message (#190) 2025-09-02 21:19:58 +02:00
mverch67 187cfcb437 TLora-Pager preparations 2025-08-16 18:28:05 +02:00
mverch67 ce7d5c0f90 fix sdcard define 2025-08-15 08:56:30 +02:00
Ben Meadors 0cd108ff78 Nonce now 2025-08-09 10:22:29 -05:00
ManuelandGitHub dec28a4630 fix: Indicator display (#173)
* disable some logs which potentially lead to crash

* indicator: hw rotation + increase frequency

* PSRAM display buffer allocation

* define fast mem

* revert frequency to 6M (to avoid drift)

* trunk fmt
2025-08-07 23:34:09 +02:00
ManuelandGitHub 404c6e06ec ANZ_433 support (#165) 2025-07-11 12:21:59 +02:00
mverch67 d3e9d1ceff fix string termination 2025-06-30 17:28:24 +02:00
ManuelandGitHub cdc6e5bdee fix default slot (#155) 2025-06-23 16:10:58 +02:00
ManuelandGitHub 37e2fb84a8 feat unmessagable (#143) 2025-05-30 19:27:33 +02:00
ManuelandGitHub 3dfcc973cd fix default slot (#142) 2025-05-29 12:04:59 +02:00
ManuelandGitHub 405ca49532 feat: ethernet client support for MUI (#129)
* preliminary impl

* update initialization

* adapt to limited Portduino Ethernet(WiFi)Client

* fixed space left calculation

* inherit from SerialClient

* updates Eth/SerialClient

* update cmake files

* protected declaration (for unit tests)

* fix warning

* tryfix: call lv_tick_inc() directly instead of lv_tick_set_cb()

* added isStandalone() to determine use case

* add reboot/shutdown for standalone; suppress animations during startup

* add debug log

* add error log

* revert lv_tick_inc / lv_tick_set_cb

* fix debug log

* workaround sporadic map error

* connection status handling

* define pure virtual functions

* adapt dimensions to allow map resize

* replace [] by .at() when erasing

* fix all communication issues; add thread names for logging

* fix warnings

* trunk fmt

* cleanup

* fix lv_tick interface for esp32 (revert to previous one as Indicator is frozen)

* added client connection states to boot screen

* fix reboot for standalone case

* fix warning

* fix UART connection timeout
2025-05-22 18:07:39 +02:00
mverch67 7dee10ad31 handle routing error NO_INTERFACE 2025-05-11 00:24:48 +02:00
mverch67 027f5a5bac trunk fmt 2025-05-10 15:01:27 +02:00
ManuelandGitHub 92f37c0258 calc default channel; keep channel_num if UNSET (#127) 2025-05-10 14:27:26 +02:00
mverch67 da8fb5eaac SD soft SPI support 2025-04-15 13:36:06 +02:00
Manuel 3fde170dca WT32-SC01 support 2025-04-14 16:45:33 +02:00
mverch67 ba85ae7405 fix T-HMI compile error 2025-04-11 18:54:20 +02:00
mverch67 2b0b58e679 fix linker error native-tft 2025-04-11 16:51:03 +02:00
mverch67 acf343b73c sd card errors 2025-04-10 15:37:33 +02:00
6a0d650c75 feat: Add short ringtones (#94)
* feat: Add short ringtones

* add some short rtttl tones

---------

Co-authored-by: mverch67 <manuel.verch@gmx.de>
Co-authored-by: Manuel <71137295+mverch67@users.noreply.github.com>
2025-03-25 18:21:39 +01:00
ManuelandGitHub 1d46e59518 fix: Compiler warnings (#98)
* fix warnings
2025-03-19 20:35:45 +01:00
mverch67 29061796ad fix compile error 2025-03-17 20:14:55 +01:00