Commit Graph

154 Commits

Author SHA1 Message Date
Armel FAUVEAU
1cfad1f92b Actions name refactoring 2024-05-17 00:03:02 +02:00
Armel FAUVEAU
752746519e Rename Demodu to Mode 2024-05-14 02:43:37 +02:00
Armel FAUVEAU
8c7a97d8cd Change menu 2024-04-22 05:49:28 +02:00
Armel FAUVEAU
a5c5352214 Always view menu index 2024-04-20 00:35:24 +02:00
Armel FAUVEAU
58bdcfb922 Shift index 2024-04-07 19:08:29 +02:00
Armel FAUVEAU
6b41546bbe Clean code 2024-04-05 06:38:13 +02:00
Armel FAUVEAU
4cd00a0a97 Improve BackLt (35/63) 2024-04-05 06:28:51 +02:00
Armel FAUVEAU
623a86b298 Improve TxTOut (28/63) 2024-04-05 06:05:49 +02:00
Armel FAUVEAU
d489dedf51 Improve BackLt (35/63) 2024-04-05 05:03:40 +02:00
Armel FAUVEAU
a562ff8479 Add F_LOCK_PMR 2024-04-04 20:10:49 +02:00
Armel FAUVEAU
cf9594a99f Save 116 bytes 2024-04-01 06:53:30 +02:00
Armel FAUVEAU
349cb0d5f4 Change BatVol to SysInf 2024-03-27 19:35:58 +01:00
Armel FAUVEAU
857dcec36d Add Last QRG 2024-03-14 06:10:25 +01:00
Armel FAUVEAU
5200915c13 Revert BackLight Action and add 2 new buttons shortcuts 2024-03-12 04:46:26 +01:00
Armel FAUVEAU
ad3b8b5b9a Add Switch BackLight action 2024-03-11 02:48:21 +01:00
Armel FAUVEAU
c524a7055a Add sound alert on startup 2024-02-21 03:19:47 +01:00
Armel FAUVEAU
a63888b3c3 Refactoring on state line 2024-02-18 18:02:17 +01:00
Armel FAUVEAU
308affa672 New design Dual Watch 2024-02-17 19:05:06 +01:00
Armel FAUVEAU
1100388ce3 Add SetMet to set meter 2024-02-11 20:01:31 +01:00
Armel FAUVEAU
d6a57be4c4 Add SetLck 2024-02-11 03:47:31 +01:00
Armel FAUVEAU
2307976c17 Add SetEot (End Of Transmission) 2024-02-10 23:41:54 +01:00
Armel FAUVEAU
170fcbfb6e Change SWITCH MAIN ONLY to RX MODE 2024-02-08 02:17:04 +01:00
Armel FAUVEAU
9691e9ab7b Refactoring 2024-02-07 01:52:08 +01:00
Armel FAUVEAU
89d308293f Add SetInv menu 2024-02-06 05:00:55 +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
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
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
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
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
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
d0ae34f9b4 Replace memmove by memcpy 2023-12-13 16:07:07 +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
Krzysiek Egzmont
88f7b90237 FIX #197: DWCode,UPCode display error 2023-12-07 00:33:05 +01:00
Krzysiek Egzmont
cfa745fda0 Refactor 2023-12-02 22:59:36 +01:00
Krzysiek Egzmont
c341570838 Refactor cleanup 2023-12-01 02:14:28 +01:00
Krzysiek Egzmont
050e04bcfd Enable/disable DTMF calling compile option 2023-11-28 23:00:01 +01:00