Jonathan Bennett
0d8c549269
Merge branch 'develop' into multi-message-Storage
2025-11-30 21:34:10 -06:00
HarukiToreda
34f8300288
Initial Chatter 2.0 fix for baseUI ( #8615 )
...
* Initial Chatter 2.0 fix for baseUI
* trunk fix
---------
Co-authored-by: Jason P <applewiz@mac.com >
2025-11-30 21:32:51 -06:00
Jonathan Bennett
ce6278f351
Merge branch 'develop' into multi-message-Storage
2025-11-30 19:42:31 -06:00
Jonathan Bennett
5b1b420cad
Add initial support for Hackaday Communicator ( #8771 )
...
* Add initial support for Hackaday Communicator
* Fork it!
* Trunk
* Remove unused elements from the HackadayCommunicatorKeyboard
* Don't divide by zero.
2025-11-30 17:21:10 -06:00
Jason P
4bf543bf85
Merge branch 'develop' into multi-message-Storage
2025-11-28 20:25:15 -06:00
Jonathan Bennett
94db3506bd
Add LOG_POWERFSM and LOG_INPUT debug macros ( #8791 )
2025-11-28 19:58:52 -06:00
Jason P
586d4d2b99
Merge branch 'develop' into multi-message-Storage
2025-11-20 09:59:10 -06:00
Ben Meadors
e9590003f4
Only call stopNow if we're nagging ( #8601 )
2025-11-10 11:58:39 -06:00
Jason P
aace45305d
Merge branch 'develop' into multi-message-Storage
2025-11-06 07:40:52 -06:00
Manuel
45bf2468a9
fix missing key 0 ( #8564 )
2025-11-05 19:32:56 -06:00
Jason P
ef5016aa12
Merge branch 'develop' into multi-message-Storage
2025-11-04 06:59:34 -06:00
Jason P
4c176d7829
Merge branch 'develop' into multi-message-Storage
2025-11-01 23:39:38 -05:00
Ben Meadors
a7796fc7b4
Fix dismiss of ext. notification ( #8512 )
...
* Dismiss all ext notifications with any input broker event
* Account for nagging
2025-11-01 21:11:36 -05:00
GUVWAF
bca0e1abde
Fix boot on RP2040 by excluding new FreeRTOS task ( #8508 )
2025-11-01 16:48:04 -05:00
HarukiToreda
7aa5b93895
Dimiss key combo function deprecated
2025-10-13 13:57:04 -04:00
Ben Meadors
e954591ca5
Merge branch 'develop' into fix/tlora-pager-rotary-amplifier
2025-10-02 14:40:37 -05:00
Ben Meadors
ee6857511a
Fix Heltec V3 missed button presses ( #8167 )
2025-09-30 08:05:00 -05:00
Links2004
85cdcad194
only run the ButtonThread if a button is pressed
2025-09-24 17:14:22 +02:00
WillyJL
060a129995
More flexible InputPollable paradigm
2025-09-24 03:13:32 +02:00
WillyJL
189aec9fe3
Merge remote-tracking branch 'upstream/develop' into fix/tlora-pager-rotary-amplifier
2025-09-23 19:44:00 +02:00
Ben Meadors
f55db903b2
Merge branch 'master' into develop
2025-09-23 05:38:52 -05:00
Jonathan Bennett
07b58a82d5
tlora-pager wake on button, and kb backlight toggling ( #8090 )
2025-09-22 21:06:23 -05:00
WillyJL
da4bc0f97c
Merge remote-tracking branch 'upstream/develop' into fix/tlora-pager-rotary-amplifier
2025-09-21 21:12:06 +02:00
Markus
27b07cd1c5
Fix Rotary Encoder Button ( #8001 )
...
this fixes the Rotary Encoder Button, currenlty its not working at all.
Currently the action `ROTARY_ACTION_PRESSED` is only triggerd with a IRQ on RISING, which results in nothing since the function detects the "not longer" pressed button --> no action.
the `ROTARY_ACTION_PRESSED` implementation needs to be called on both edges (on press and release of the button)
changing the interupt setting to `CHANGE` fixes the problem.
2025-09-21 06:28:05 -05:00
Markus
2010871e4b
Fix Rotary Encoder Button ( #8001 )
...
this fixes the Rotary Encoder Button, currenlty its not working at all.
Currently the action `ROTARY_ACTION_PRESSED` is only triggerd with a IRQ on RISING, which results in nothing since the function detects the "not longer" pressed button --> no action.
the `ROTARY_ACTION_PRESSED` implementation needs to be called on both edges (on press and release of the button)
changing the interupt setting to `CHANGE` fixes the problem.
2025-09-21 06:22:29 -05:00
WillyJL
d558df8a3a
Revert unnecessary ifdefs
2025-09-21 03:29:52 +02:00
WillyJL
4100ba83a3
Revert "Rename RotaryEncoderImpl to TLoraPagerRotaryEncoder"
...
This reverts commit a76cc88dc2 .
2025-09-21 03:23:16 +02:00
WillyJL
a76cc88dc2
Rename RotaryEncoderImpl to TLoraPagerRotaryEncoder
2025-09-20 18:53:30 +02:00
WillyJL
bfb03b422a
Merge remote-tracking branch 'upstream/develop' into fix/tlora-pager-rotary-amplifier
2025-09-20 02:36:57 +02:00
WillyJL
54f9f7a591
T-Lora Pager: Use InputPollable for RotaryEncoderImpl
2025-09-19 22:05:18 +02:00
WillyJL
0e26702c46
InputPollable: System for polling after interrupts
2025-09-19 21:52:51 +02:00
Jonathan Bennett
cc579dd0bd
Portduino config refactor ( #7796 )
...
* Start portduino_config refactor
* refactor GPIOs to new portduino_config
* More portduino_config work
* More conversion to portduino_config
* Finish portduino_config transition
* trunk
* yaml output work
* Simplify the GPIO config
* Trunk
2025-09-19 08:24:35 -05:00
Markus
ec29100a88
Allow Left / Right Events for selection and improve encoder responsives ( #8016 )
...
* Allow Left / Right Events for selection and improve encoder responsives
* add define for ROTARY_DELAY
2025-09-18 19:29:09 -05:00
Markus
89cccdbbe2
Allow Left / Right Events for selection and improve encoder responsives ( #8016 )
...
* Allow Left / Right Events for selection and improve encoder responsives
* add define for ROTARY_DELAY
2025-09-18 19:25:58 -05:00
Ben Meadors
8f0e17a653
Merge branch 'master' into develop
2025-09-18 19:18:53 -05:00
Markus
2567c03a3f
Fix init for InputEvent ( #8015 )
2025-09-18 18:15:50 -05:00
Markus
d8381aa905
Fix init for InputEvent ( #8015 )
2025-09-18 06:32:56 -05:00
Thomas Göttgens
71d84404c6
add WIP for Unit C6L ( #7433 )
...
* add WIP for Unit C6L
* adapt to new config structure
* Add c6l BLE and screen support (#7991 )
* Minor c6l fix
* Move out of PRIVATE_HW
---------
Co-authored-by: Austin <vidplace7@gmail.com >
Co-authored-by: Ben Meadors <benmmeadors@gmail.com >
Co-authored-by: Jonathan Bennett <jbennett@incomsystems.biz >
Co-authored-by: Jason P <Xaositek@users.noreply.github.com >
Co-authored-by: Markus <Links2004@users.noreply.github.com >
2025-09-17 22:40:55 +02:00
WillyJL
d427b477e3
Format
2025-09-17 02:07:24 +02:00
WillyJL
20f68929c8
Fix build for other variants
2025-09-14 20:17:24 +02:00
WillyJL
3d86c99c25
T-Lora Pager: Interrupt based rotary encoder
2025-09-14 18:48:58 +02:00
Ben Meadors
569a911455
Merge pull request #7915 from meshtastic/master
...
Master backmerge
2025-09-08 05:58:00 -05:00
Manuel
fb59d68edd
fix uninitialized kbchar ( #7889 )
2025-09-08 05:45:11 -05:00
Tom Fifield
227d0fa7dc
Merge pull request #7862 from meshtastic/master
...
Backmerge from Master into develop
2025-09-08 11:23:22 +10:00
Manuel
ec9f3fa6ea
T-Lora Pager: fix keyboard and improve rotary wheel haptic ( #7869 )
...
* update RotaryEncoder: use interrupts
* increase rotary encoder processing interval
* remove disabling peripherals during LS
2025-09-05 07:42:51 -05:00
Jonathan Bennett
1c1c0cc791
Portduino config refactor ( #7796 )
...
* Start portduino_config refactor
* refactor GPIOs to new portduino_config
* More portduino_config work
* More conversion to portduino_config
* Finish portduino_config transition
* trunk
* yaml output work
* Simplify the GPIO config
* Trunk
2025-09-03 17:50:26 -05:00
Ben Meadors
789c1ab59d
Merge branch 'master' into develop
2025-09-03 07:02:05 -05:00
Ben Meadors
655c6b51fe
Try-fix Cardkb detection ( #7825 )
...
* Try-fix: CardKB detection regression
* Correct macro
2025-09-02 09:50:15 -05:00
Wilson
fb34dac08d
Add On-Screen Keyboard for UpDown Encoder and Rotary Encoder. ( #7762 )
...
* Add On-Screen Keyboard for UpDownInterrupt. Pls notice the new keyboard layout was inspired and adviced by https://github.com/csrutil
* Add longPress event for RotaryEncoder Press.
* Update UpdownInterrupt UP and DOWN on main UI.
* Change the interrupt trigger mode from rising edge to falling edge to improve button response.
2025-08-29 23:26:27 +08:00
Ben Meadors
8685436cbb
Merge pull request #7773 from meshtastic/master
...
Backmerge
2025-08-27 20:53:55 -05:00