Manuel
eb332cefbe
Merge branch 'master' into t5-epaper-pro
2025-11-07 12:43:43 +01:00
Jonathan Bennett
7eca061f01
Bugfix: Don't toggle BLE when choosing active state ( #8579 )
2025-11-06 21:01:30 -06:00
Manuel
e77f5c4c4d
more EPD display cleanup
2025-11-01 12:47:40 +01:00
Manuel
7ec233e2e5
display() code cleanup
2025-11-01 11:52:09 +01:00
Manuel
145d2df9b9
workaround for FastEPD partial update bug (artifacts)
2025-11-01 03:18:50 +01:00
Manuel
49d9a763c5
limit Ghosting similar to EInkDynamicDisplay
2025-10-31 23:30:35 +01:00
Manuel
f843e8a7eb
set lora_cs pin
2025-10-31 21:12:22 +01:00
Manuel
9f81d9637e
Merge branch 'master' into t5-epaper-pro
2025-10-30 13:43:54 +01:00
Manuel
9dd5487ba3
consider bitsremain == 0
2025-10-30 13:43:26 +01:00
Manuel
11462ecedc
use larger fonts
2025-10-30 13:37:18 +01:00
Jonathan Bennett
c330bfe848
Turn the e-ink backlight on for any brightness value over 0 ( #8481 )
2025-10-29 06:46:50 -05:00
Manuel
91015821fd
refactor display buffer processing
2025-10-29 00:18:48 +01:00
Manuel
70f25c8e79
Merge branch 'master' into t5-epaper-pro
2025-10-28 21:04:43 +01:00
Manuel
12ea5985f2
dispaly() implementation
2025-10-28 21:03:18 +01:00
Manuel
84ea6c042a
EInkParallelDisplay definition
2025-10-28 18:01:32 +01:00
Manuel
f4c0ca11fc
USE_EPD (e-ink parallel display)
2025-10-28 17:41:38 +01:00
Jason P
580fa292ac
Address longName wrapping ( #8441 )
...
* Address longName wrapping
* Update src/graphics/draw/NodeListRenderer.cpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: Ben Meadors <benmmeadors@gmail.com >
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-10-25 07:12:59 -05:00
Manuel
066188c62b
use lilygo epd47 lib
2025-10-23 23:00:00 +02:00
HarukiToreda
35fa418739
InkHUD crash fix when nodes get deleted from NodeDB ( #8428 )
...
* InkHUD crash fix
* trunk fix
2025-10-23 11:55:24 -05:00
Ben Meadors
26747038bb
Merge pull request #8397 from meshtastic/InkHUD-Fixes
...
InkHUD Map improvements
2025-10-20 05:56:03 -05:00
Jason P
c4656dacf7
Remove "Phone GPS" in order to correct GPS reporting ( #8407 )
...
* Removing Phone GPS reporting for the moment
2025-10-19 20:14:30 -04:00
HarukiToreda
cb3ce1b1a8
proper centering and rounder hops labels
2025-10-19 16:25:53 -04:00
Manuel
32b84138f3
add compile guards
2025-10-19 22:21:05 +02:00
Manuel
ca79ab0288
Merge branch 'master' into t5-epaper-pro
2025-10-19 22:08:25 +02:00
HarukiToreda
2ad52812c0
Update src/graphics/niche/InkHUD/Applets/Bases/Map/MapApplet.cpp
...
better for clarity
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-10-19 15:12:03 -04:00
HarukiToreda
5b9563a357
Update src/graphics/niche/InkHUD/Applets/Bases/Map/MapApplet.cpp
...
makes sense, applying did not cause any visible issues.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-10-19 15:11:06 -04:00
Manuel
1cc096fe2b
fix lora, add v1/v2 variant targets
2025-10-19 20:40:29 +02:00
HarukiToreda
7afc6ef833
trunk
2025-10-19 03:47:02 -04:00
HarukiToreda
68e739359f
cleanup
2025-10-19 03:36:25 -04:00
HarukiToreda
2357ea0042
Clearer hop markers for inkHUD map
2025-10-19 02:48:55 -04:00
HarukiToreda
b4dea63f44
Gatting off BaseUI code from screenless devices and InkHUD ( #8384 )
2025-10-19 09:00:35 +11:00
HarukiToreda
30022c9377
Fixe battery voltage to show missing decimals ( #8386 )
2025-10-19 09:00:14 +11:00
Manuel
92988e32b9
add EPD driver
2025-10-18 20:52:04 +02:00
mverch67
281744f2d9
preliminary io pin definitions
2025-10-17 10:14:59 +11:00
l0g-lab
7537d28419
Nodelist: choice of long or short name ( #7926 )
...
* update to use long names for pager
* remove duplicate
* add menu item
* fix after conflict
* menu name change. use sanitizeString
* fix formatting issue. should pass trunk now.
* remove auto-generated protobufs
* remove log, add tdeck, improvements.
---------
Co-authored-by: l0g-lab <l0g-lab@users.noreply.github.com >
Co-authored-by: Tom Fifield <tom@tomfifield.net >
Co-authored-by: Ben Meadors <benmmeadors@gmail.com >
2025-10-12 08:25:15 -05:00
Ben Meadors
661e596dbb
Fix muted channel compile errors after protobuf move ( #8316 )
2025-10-12 07:39:23 -05:00
Jason P
f0126d44e2
More BaseUI Frame Visibility Toggles ( #8252 )
...
* Add Power and Environmental Telemetry Hide/Show
* Allow Power and Telemetry Frames even if module disabled
---------
Co-authored-by: Ben Meadors <benmmeadors@gmail.com >
2025-10-12 06:28:23 -05:00
Jonathan Bennett
e5a2ce54e7
Attach an interrupt to EXT_PWR_DETECT if present, and force a screen redraw on a power change.
2025-10-09 19:07:20 -05:00
Ben Meadors
fcb1d64eb9
Bloop
2025-10-07 17:47:08 -05:00
Jonathan Bennett
7c4367cddc
Cppckeck suppress bogus error
2025-10-04 16:54:19 -05:00
Jonathan Bennett
9ded6a5215
Pull in panel_sdl directly and drop native-sdl target
2025-10-04 16:54:19 -05:00
Ben Meadors
775595cb37
Merge pull request #8160 from Quency-D/dev-heltec-tracker-v2
...
add heltec tracker v2 board.
2025-10-03 08:21:15 -05:00
ford-jones
17863e96e2
Merge branch 'develop' of https://github.com/meshtastic/firmware into 8139-root-topic
2025-10-03 15:21:47 +13:00
Ben Meadors
0860fee209
Merge branch 'develop' into dev-heltec-tracker-v2
2025-10-02 06:10:00 -05:00
ford-jones
51ad9d0244
run trunk fmt
2025-10-02 17:02:47 +13:00
Ford Jones
5ec09783c5
Merge branch 'develop' into 7943-mute-target
2025-10-02 14:28:03 +13:00
Ben Meadors
2eb0fcbcaf
Merge branch 'develop' into 8139-root-topic
2025-10-01 19:40:41 -05:00
nexpspace
9bb7bb467b
Add DIRECT_MSG_ONLY buzzer mode ( #8158 )
...
* Handle existing special case for M5STACK_UNITC6L for DIRECT_MSG_ONLY buzz mode
There already exists a special case for M5STACK_UNITC6L.
Modified it to adhere to new DIRECT_MSG_ONLY buzzer mode
* Add new buzzer mode DIRECT_MSG_ONLY to BuzzerModeMenu
* Disable notifications when buzzer mode is DIRECT_MSG_ONLY
* Change alert_message_buzzer in notification module in DIRECT_MSG_ONLY buzz mode
Better comments
* Fixed spelling in debug log
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: nexpspace <4kosjdicx@mozmail.com >
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Co-authored-by: Ben Meadors <benmmeadors@gmail.com >
2025-10-01 19:36:17 -05:00
ford-jones
f82667d71e
Removed magic numbers
2025-10-02 10:24:32 +13:00
ford-jones
34a595b88e
update mqtt root when region is changed via OLED menu handler
2025-10-01 16:14:21 +13:00