DiSlord
b0ef2adee1
Fix wrong icon select for auto sample and offset delay
5 years ago
DiSlord
635f4ffd59
Use UI_FUNCTION_ADV_CALLBACK for menu_harmonic
...
More cleanup
5 years ago
DiSlord
43388c9db8
Use UI_FUNCTION_ADV_CALLBACK(menu_drive_acb)
...
For drive select
5 years ago
DiSlord
52ab7fa2b7
Use radio button for points count
5 years ago
DiSlord
fd831b5f96
Next step for UI mod:
...
Cleanup UI code
In most cases use UI_FUNCTION_ADV_CALLBACK for mod menu settings
Add Auto/Manual icon
Fix some bugs
5 years ago
erikkaashoek
38e4fcd143
Repair sweep command to include sweep points
5 years ago
erikkaashoek
03772830ce
Remove fast option in high mode and prune status info
5 years ago
DiSlord
8900f87160
Initial iteration of 3d button UI
5 years ago
DiSlord
0ec0c37204
Fix typo in text
6 years ago
erikkaashoek
4c48dade8c
3 small bugs soled
...
Cal output remains on after level cal and factory reset and update of correction takes up to 10 seconds to be visible
6 years ago
DiSlord
cb3b0af6ee
Code cleanup
...
Add base definition for menu callback and adv_callback functions
adv_callback - allow more better mod menu draw and process in one place (less error and less code size)
6 years ago
erikkaashoek
71172efaf3
speed menu improvements
6 years ago
erikkaashoek
fd3d78e96d
Remove some unused menu's
6 years ago
DiSlord
aaaa5506e9
Hide menu on waterfall select
6 years ago
DiSlord
5f5bdbcbbe
Use union for data convert
6 years ago
DiSlord
815dff4b48
Allow add values to button label
...
Implement some examples for this
This feature allow made more easy and safe button and save a lot of flash size
6 years ago
DiSlord
72ab183296
UI draw update
...
>Multiline text - now possible output multiline in one print (for 2 line buttons for example)
>But syntax is "1_line_text\n2_line_text" possible 3 line and bigger (need only more bigger height for output)
6 years ago
DiSlord
f9803e4d4f
ui code cleanup and simplify
6 years ago
DiSlord
3d6cc41341
More cleanup
6 years ago
DiSlord
f19a1c0ef7
Merge branch 'master' of https://github.com/erikkaashoek/tinySA into DiSlord_test_branch
6 years ago
DiSlord
3f71a176d3
More simple keyboard data
6 years ago
erikkaashoek
eaa93caa3d
Merge branch 'DiSlord_test_branch'
6 years ago
erikkaashoek
596c8c9d90
Added spur shift debugging and IF help text
6 years ago
DiSlord
39da2683ac
Reduce code size
6 years ago
DiSlord
53657de9aa
Merge branch 'master' of https://github.com/erikkaashoek/tinySA into DiSlord_test_branch
6 years ago
DiSlord
c76995b1cb
Small code cleanup
6 years ago
erikkaashoek
c08346af2b
Fast below IF added and increase RBW if fast scanning
6 years ago
erikkaashoek
27e0159ce2
Add fast speedup menu option
6 years ago
erikkaashoek
1dbac1e03c
Some corrections to FAST sweep
6 years ago
DiSlord
755ee83f26
Define color for grid info
...
Need allow in future user select it by command (add palette)
6 years ago
erikkaashoek
d312fb3986
Ensure high mode attenuation and offset is working correctly and
6 years ago
erikkaashoek
ac9b51ab23
Removed update_rbw from perform as was already in apply_settings
6 years ago
DiSlord
e92c2681ac
Add variable sweep point menu for test
6 years ago
erikkaashoek
531d730a22
Add sweep speed submenu
6 years ago
DiSlord
800fa5ea66
Not redraw menu then need step back and leave ui
6 years ago
DiSlord
7213afd3e2
Code cleanup
6 years ago
erikkaashoek
3087d5f39b
Merge branch 'DiSlord_test_branch'
6 years ago
erikkaashoek
37495e9750
Add UP/DOWN trigger option and optimize constants
6 years ago
DiSlord
e05cd7baa4
More text fixes
6 years ago
erikkaashoek
68d43e7fc0
Sweep time updates in output mode
...
This includes showing the actual sweep time in output mode so you can see when you have selected an impossible sweep time. The form does not auto refres so the new time is only visible after hitting a button
6 years ago
erikkaashoek
e680d7e8aa
Updated sweep time logic and corrected first sweep after update
6 years ago
erikkaashoek
ea660e5f71
change more large S to small s for seconds
6 years ago
DiSlord
086321de2a
lost fixes
6 years ago
DiSlord
5d0cd17718
Merge branch 'master' of https://github.com/erikkaashoek/tinySA into DiSlord_test_branch
...
# Fixed Conflicts:
# sa_core.c
6 years ago
erikkaashoek
a4b0230139
Added offset_delay
6 years ago
DiSlord
0dedf0b19d
Rewrite RBW and actualRBW use code
...
Now values is uint16 (float before)
And value = x10 in kHz (possibly better use uint32_t and in Hz)
Only one part of code i think need more fix:
VBW use still float
6 years ago
erikkaashoek
3a307ad78e
Merge branch 'DiSlord_test_branch'
6 years ago
erikkaashoek
114b39fd3f
Rename extra fast
6 years ago
DiSlord
5c8ae50a3e
Fix wrong file update
...
Revert "remove not correct select waterfall button on enable spur removal"
This reverts commit 9b4a8d916c .
6 years ago
erikkaashoek
654377907f
Use lower case 's' for seconds
6 years ago