Armel FAUVEAU
9691e9ab7b
Refactoring
2024-02-07 01:52:08 +01:00
Armel FAUVEAU
fc4b82e1d5
Add Squelch Level
2024-02-07 00:31:35 +01:00
Armel FAUVEAU
b0e4a05d78
Add Squelch Level
2024-02-06 19:12:47 +01:00
Armel FAUVEAU
89d308293f
Add SetInv menu
2024-02-06 05:00:55 +01:00
Armel FAUVEAU
c2d5fc18b5
Add Squelch level on MAIN ONLY
2024-02-06 00:37:25 +01:00
Armel FAUVEAU
e45c2f5904
Fix F4IRT shortcut bug
2024-02-05 23:49:56 +01:00
Armel FAUVEAU
2685b63451
Fix Typo
2024-02-05 03:45:01 +01:00
Armel FAUVEAU
1eb5603b5a
Fix typo
2024-02-03 20:05:36 +01:00
Armel FAUVEAU
9816c1b7be
Add W/N action
2024-02-03 16:15:35 +01:00
Armel FAUVEAU
e8760bda5f
Add Contrast feature
2024-02-03 05:50:00 +01:00
Armel FAUVEAU
4b7dd4bdde
Remove Scrambler
2024-02-02 03:15:47 +01:00
Armel FAUVEAU
103a23926d
Add SetTot menu
2024-02-01 06:16:02 +01:00
Armel FAUVEAU
5da6183a69
Enter DTMF on Main Only
2024-01-30 19:30:16 +01:00
Armel FAUVEAU
9036ffc355
Add CL/OP in status line
2024-01-30 04:56:15 +01:00
Armel FAUVEAU
0194ac5028
Fix bug on Evil shortcuts \o/
2024-01-30 03:11:10 +01:00
Armel FAUVEAU
74421ed6d7
Apply changes to v0.22
2024-01-29 22:43:47 +01:00
Krzysiek Egzmont
46e2d1a0fd
FM radio band selection #230
2024-01-15 22:30:12 +01:00
Krzysiek Egzmont
ac8c51d605
Fix s-meter and DTMF overlaying problem
2023-12-31 13:31:39 +01:00
Wouter van Gulik
429cffc0bc
ui/menu.c: Simplify code; move name printing into main switch statement.
...
This saves a few bytes of flash.
2023-12-30 20:38:59 +01:00
Wouter van Gulik
fbdaf6631d
menu: use const char* const
2023-12-30 20:35:11 +01:00
Krzysiek Egzmont
f35ce8d789
Menu style build option ENABLE_CUSTOM_MENU_LAYOUT
2023-12-28 22:08:56 +01:00
Krzysiek Egzmont
8f6e1be5e0
Refactor
2023-12-28 22:08:56 +01:00
Juan Antonio
cceba5a474
Add missing UI_DisplayClear()
2023-12-26 03:01:24 +01:00
Krzysiek Egzmont
38ec40b0db
Faster AGC debugging print
2023-12-25 22:49:58 +01:00
Juan Antonio
7a7010da55
Unify PrintSmall functions
...
Size: 60420 -> 60364
2023-12-25 22:49:06 +01:00
Juan Antonio
78a45d9bbd
Create function to zero gFrameBuffer
...
Size: 60464 -> 60420
2023-12-25 22:49:06 +01:00
Juan Antonio
f8ef687026
Use pointers to avoid some string copying
...
Size: 60664 -> 60464
2023-12-25 22:49:06 +01:00
Juan Antonio
b0d131d546
Fix include directives
2023-12-25 22:49:06 +01:00
Juan Antonio
e929a79765
Move variable declaration outside of guarded region
...
Fixes #328
2023-12-24 20:55:29 +01:00
Juan Antonio
d75209bad0
Rename str_ptr to adhere to the current style
2023-12-24 13:34:05 +01:00
Juan Antonio
a08420a0b7
Simply some logic. Unify some #ifdef regions
2023-12-24 13:34:05 +01:00
Juan Antonio
7d982f1f8d
Correct include guard #endif placement
2023-12-22 20:26:07 +01:00
Krzysiek Egzmont
39eb3e835e
Scan range in spectrum
2023-12-19 18:25:45 +01:00
Krzysiek Egzmont
fc679c77a4
Fix other backlight menu issues #275
2023-12-15 18:08:40 +01:00
Krzysiek Egzmont
1151cf8667
Backlight brightness tuned down for backlight menu entries #275
2023-12-15 16:54:18 +01:00
Krzysiek Egzmont
af6b542da1
Cleanup
2023-12-15 13:47:07 +01:00
Juan Antonio
cc49a5007c
Fix #275 Backlight does not get back to MAX brightness after exiting backlight menu entries
...
Backlight is set to FULL when interacting with backlight menu entries,
but it is not set back to MAX when exiting from those entries. This
commit corrects that behaviour.
2023-12-15 13:00:08 +01:00
Juan Antonio
9dc79ce868
Fix compilation errors when UART is disabled
2023-12-14 22:03:44 +01:00
Juan Antonio
80fa310646
Fix use of wrong ENABLE guard
2023-12-14 22:03:44 +01:00
Krzysiek Egzmont
fa5d3c1594
FIX #269 : battery indicator always at 4 bars
2023-12-14 15:07:33 +01:00
Juan Antonio
d0ae34f9b4
Replace memmove by memcpy
2023-12-13 16:07:07 +01:00
Juan Antonio
8c7f736797
Simplify come battery logic
2023-12-13 16:07:07 +01:00
Krzysiek Egzmont
268c4dece3
S0 and S9 value settings #174
2023-12-12 18:51:38 +01:00
Krzysiek Egzmont
0c2fc6184c
Fix #234 : Bring back FM radio status indicator, show dual watch inactive while in FM radio
2023-12-12 00:52:26 +01:00
Krzysiek Egzmont
6bdce2d0e2
Refactor
2023-12-12 00:45:09 +01:00
Juan Antonio
4322a7d8a9
Drop gScreenToDisplay switch and use function table
...
Saves some bytes
2023-12-09 15:50:59 +01:00
Juan Antonio
cfc4763dd1
Scrape together a few bytes
2023-12-09 15:50:59 +01:00
Juan Antonio
2164461449
Use function to check if in RX mode
2023-12-08 01:43:12 +01:00
Juan Antonio
4fd1ab8899
Remove redudant symbol
2023-12-08 01:43:12 +01:00
Juan Antonio
754d2ce5fb
Make Flashlight optional
2023-12-07 00:46:59 +01:00