Synray
d8a1e2530a
Add Security+ 2.0 TX App ( #3217 )
...
* Add U64 BoundSetting
* Add secplus-tx
* Add secplus license
* Update icon
* UI update
* Add filesystem::path BoundSetting
* Add file UI
* Rename file
* Add save button
* Fix warnings, add integer conversions to UI macros
* UI update
* Copilot suggestions, name edit UI
* Fix buffer length
* Style update
* Avoid recursion in Widget::style()
* Apply suggestions from code review
* Move secplustx.cpp to external
* Shorten title
* Space optimizations, remove FilePath setting
* Remove assertions
* Change namespace
* Change title to match
2026-06-15 19:28:47 +02:00
E.T.
2b7302e659
rename Widget::visible to Widget::drawn ( #3066 )
...
* rename Widget::visible to Widget::drawn
* Update firmware/standalone/common/ui/ui_widget.cpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Update firmware/standalone/common/ui/ui_widget.hpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* fix fm_radio usage of drawn()
---------
Co-authored-by: gullradriel <3157857+gullradriel@users.noreply.github.com >
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-03-04 21:30:43 +01:00
Totoo
6498f5a1b2
Notifications ( #3002 )
2026-02-19 14:33:01 +01:00
Pezsma
266db4b158
Random splash on boot ( #2961 )
2026-02-16 17:52:47 +01:00
Totoo
6562e596e8
OSM change detection
2026-02-06 15:07:07 +01:00
gullradriel
b306a0d490
Revert "Update Map view labels to match marine navigation standards ( #2951 )" ( #2955 )
...
This reverts commit c6130c6e8d .
2026-01-31 21:15:12 +01:00
Herbenderbler
c6130c6e8d
Update Map view labels to match marine navigation standards ( #2951 )
...
Replace Alt: with CoG: and Spd: with SoG: in the Map view to better align with standard marine navigation terminology and the AIS Rx screen.
- Alt (Altitude) → CoG (Course over Ground)
- Spd (Speed) → SoG (Speed over Ground)
Rationale: AIS is primarily used for marine navigation where altitude is typically zero (sea level), while Course over Ground is essential navigation information. This change provides consistency with the AIS Rx screen which already displays CoG and SoG.
Modified files:
- firmware/application/ui/ui_geomap.hpp
- firmware/standalone/common/ui/ui_geomap.hpp
2026-01-31 20:53:58 +01:00
Pezsma
e2b642ae25
New Morse TX app ( #2948 )
...
* morse tx
* global button repeat function improvement
2026-01-30 17:18:13 +01:00
Totoo
6b02ba6e5d
Faster osm ( #2874 )
...
Much faster OSM map handler
2025-11-21 09:30:01 +01:00
Totoo
674b865ec0
Refactor OnTouchEvent functions to return boolean values for better event handling ( #2854 )
2025-11-05 20:53:23 +01:00
Totoo
60a5222058
Pacman update ( #2837 )
2025-10-21 07:37:26 +02:00
Totoo
371b6b5079
Multi screen support, with dyn alignment ( #2801 )
2025-10-03 19:10:10 +02:00
Totoo
9afd3a9dca
Standalone imp ( #2791 )
...
* Moved ui elements to common folder in standalone, and add screen parameters to the api v4
* pass it as a pointer, so if standalone app supports it can change
2025-09-16 20:29:05 +02:00
Totoo
b15bb59678
Standalone app api v3 ( #2772 )
...
Added file io, and updated some ui elements.
Also added Digital Rain standalone app for an example.
2025-09-01 11:50:46 +02:00
RocketGod
a17995fd2b
Moved games to new game menu ( #2544 )
...
* Moved games to new game menu
* There's enough games to have a menu now and I plan to make more. Having them in "Utilities" made no sense.
2025-03-06 22:27:25 +01:00
gullradriel
e463405c77
fix cmake_minimum_required to 3.16 ( #2499 )
2025-01-26 16:26:02 +01:00
gullradriel
a223bd1f21
Pacman warning fix ( #2298 )
...
* fix missing NULL initializers
* fix mispelled OnKeyboad
* set header version to 1
2024-10-14 17:40:29 +02:00
Mark Thompson
c992780974
Fix compile error with gcc versions >9.2.1 ( #2223 )
2024-08-15 08:38:14 +02:00
Bernd Herzog
048359fb0e
added --print-memory-usage to linker parameters ( #2195 )
...
* added --print-memory-usage to linker parameters
* included standalone apps
2024-07-16 11:47:55 +02:00
Totoo
53b59a8a22
Fix for compile under docker ( #2147 )
2024-05-12 15:18:14 +02:00
Bernd Herzog
100bea644c
Version independent external apps (standalone apps) ( #2145 )
...
This pull requests adds a new type of external app to the firmware: The standalone app.
Pros:
Will work after an upgrade.
Size of image is only limited by shared heap size of M0 (application) (64kb total).
Cons:
No full access to all functions in the main firmware. One well defined (and versioned) API handles all communication.
The Pacman app was converted to be the first the the new kind.
2024-05-12 14:55:11 +02:00