Morgan Diepart
30e9311a20
Module17: added support for hardware revision 1.0
2024-06-21 19:26:31 +02:00
Morgan Diepart
d43dd57031
Module17 Fixed Baseband tuning potentiometer setting
2024-04-26 21:20:08 +02:00
Silvano Seva
bf97bcb011
Module17 UI: cleaned up dead code
2024-03-13 08:37:04 +01:00
Silvano Seva
94b9cd46b6
Module17 UI: code refactoring pass
2024-03-13 08:37:04 +01:00
Silvano Seva
8550e4f7a6
Module17: renamed calibration fields for TX/RX baseband inversion
2024-03-13 08:37:04 +01:00
Silvano Seva
ed92d81543
Module17: implemented configurable logic levels for PTT in/out
...
See #248
2024-03-13 08:37:04 +01:00
Silvano Seva
6c8eaf7073
Module17: removed backlight timer
2024-02-06 21:11:46 +01:00
Silvano Seva
fdd08d4bcb
Module17: removed screen contrast setting, added screen brightness setting
...
Module17 uses an OLED display, which does not have contrast regulation. The
contrast control register, however, allows to change the brightness of the
display.
2024-02-06 21:11:41 +01:00
Silvano Seva
d8c0ab1c44
Dropped support for 20kHz bandwidth
...
Dropped support for 20kHz bandwith in rtx code and radio drivers. This option
is supported only by MDx radios and so far is not being used at all.
2024-02-06 19:19:47 +01:00
Silvano Seva
8bc867beae
Using Kconfig-style #defines for GPS, RTC and knob type description
2024-02-01 11:07:20 +01:00
Silvano Seva
0f4290cdfe
Using Kconfig-style #defines for display parameters' description.
2024-02-01 11:07:20 +01:00
marco
c3f1ec0ea1
Improve the callsign input of module17 UI
...
This will change the bahavior of the left and right button in callsign input:
The right button will add a new character to the input starting at `A`.
The right button will stop at the maximum allowed length.
The left button will delete the current charater.
The left button will go back one character and make it editable again.
The left button will not do anything when only one character is displayed.
2024-01-31 08:45:30 +01:00
marco
7987bd732f
Add button info for mod17 callsign entry
2023-12-31 17:18:50 +01:00
Marco
5a0f92e23d
Add a volume bar in the bottom over the other bars
...
This will fix #190
2023-11-25 19:08:38 +01:00
marco
9433f8735a
Mod17: get last callsign if available
2023-10-28 11:58:25 +02:00
Morgan Diepart
f43281e815
Display callsign on splash screen
2023-10-26 06:01:54 +02:00
Morgan Diepart
1124c76b73
Added M17 destination to settings
...
# callsign in backed-up settings
2023-10-23 00:40:55 +02:00
marco
20b0c375aa
Change M17_orig to link and change callsign handling
...
This will swap the first extended callsign with the source callsign
if there is extended callsign data.
This allows to always store the true source in the M17_src variable
See #188
2023-10-13 09:58:34 +02:00
marco
6baa368984
Enable edit mode for dst callsign on mod17
...
This allows editing the destination callsign on the module17
When on the main screen, the right arrow will enter edit mode.
2023-09-29 17:05:14 +02:00
Marco
1a7d62fb42
Add UI and check for CAN on RX
2023-09-16 19:14:17 +02:00
marco
22afe0ecde
Port changes for M17 Call Info to module17
2023-09-12 17:47:49 +02:00
Niccolò Izzo
3860894bff
Implement macro menu without keyboard
...
Adapt UI for radios that do not have a keyboard, add macro menu UI code
that can only use KEY_ENTER and KEY_UP, KEY_DOWN.
TG-553
2023-09-10 12:12:13 +02:00
Ryan Turner
ec57e74bc6
feat(ui): add tooling to generate symbols, add GPS status icon and macro latch icon to the macro menu
...
Ref https://github.com/OpenRTX/OpenRTX/issues/161
2023-08-24 09:32:01 +02:00
Silvano Seva
28122a3bf3
Moved gps.h to peripherals
2023-07-21 08:32:26 +02:00
Silvano Seva
8019b29947
Moved the setBacklightLevel() API function from platform.h to display.h
2023-07-14 12:26:47 +02:00
Silvano Seva
f3f36fc2ae
Module17: quick and (very) dirty implementation of shutdown menu for hardware rev 0.1e
2023-06-15 08:16:53 +02:00
Silvano Seva
5c3e8fed80
Module17: reorganized the "info" menu entry, removed the unused fields
2023-06-14 21:51:31 +02:00
Silvano Seva
1afd868d64
Renamed "lcd_type" field of hardare info struct to "hw_version"
2023-06-14 21:30:52 +02:00
Silvano Seva
423183700c
Moved M17 CAN to settings
2023-05-29 22:12:40 +02:00
Silvano Seva
feaab4a965
Module17 UI: fixed a couple of compiler warnings and implemented reset to defaults of settings.
2023-05-29 22:12:40 +02:00
Silvano Seva
f038603bed
Module17 UI: small improvements to callsign input
2023-05-29 22:12:40 +02:00
Silvano Seva
40b82e3169
Module17 UI: using only left/right button to change all the numeric values
2023-05-29 22:12:40 +02:00
Silvano Seva
e5d6d8ebde
Module17 UI: cleaned up dead code of unused menu entries
2023-05-29 22:12:40 +02:00
Mathis Schmieder
adc916dbca
Added CAN setting
2023-05-29 22:12:40 +02:00
Mathis Schmieder
cddf8e1c1f
Save contrast settings on Module 17
2023-05-29 22:12:40 +02:00
Mathis Schmieder
89aedef3ae
Implemented non-volatile memory for settings on Module 17
2023-05-29 22:12:40 +02:00
Mathis Schmieder
3f849bd8a1
Module17 UI: call sign input using arrows
2023-05-29 22:12:40 +02:00
Mathis Schmieder
bd8f0d70c7
Added RX/TX inversion and mic gain setting on Module 17 UI
2023-05-29 22:12:40 +02:00
Mathis Schmieder
f32255c258
Implemented softpot settings UI for Module 17
2023-05-29 22:12:40 +02:00
Wojciech Kaczmarski
22e9d8ce48
Module 17 UI: layout and main screen
2023-05-29 22:12:40 +02:00
Silvano Seva
d8c4ba4420
Base sources for Module 17 UI
2023-05-29 22:12:40 +02:00