qrp73
f072b77dd2
merge: add trace format of group delay
...
merge: use time mode for scale for group delay
2019-10-09 00:43:58 +03:00
qrp73
cf73221ccb
rename MENUITEM_SUB to MENUITEM_MENU
2019-10-08 13:38:05 +03:00
qrp73
0218234e70
sync with edy555
2019-10-08 04:00:41 +03:00
qrp73
56b073790b
Merge pull request #4 from ttrftech/master
2019-09-29 08:19:46 +03:00
TT
0f24a6bd7f
feat: select active on marker menu, disable if the item is active
2019-09-29 11:20:47 +09:00
TT
65a36fbf91
feat: from clicking trace menu, change active, but not make disable
2019-09-29 11:20:47 +09:00
qrp73
e1e5ca2a2e
fix syntax to support ISO C89,C99,C11 compillers:
...
- replace void* arithmetic with proper type
- do not cast void(*)() to void*
- use proper struct field initializer
- replace binary constants with hex, the notation 0b01010101 is not supported by the C-language (neither in C11, nor in C99 nor in C89)
2019-09-26 06:02:08 +03:00
TT
e89c9bd6a7
Merge pull request #32 from cho45/timedomain
...
[proposal] Time Domain Operation
2019-09-19 06:17:23 +09:00
TT
118f3b3758
ui: close version on lever click
2019-09-14 19:49:02 +09:00
cho45
aa4faa5a6e
rename TDR -> TD
2019-09-11 23:05:01 +09:00
cho45
a3b511f468
show time domain range
2019-09-11 21:22:42 +09:00
cho45
6bad9de606
change menu name to 'TRANSFORM'
2019-09-11 20:47:17 +09:00
cho45
8f0bfacf3d
setting velocity factor
2019-09-11 00:24:06 +09:00
cho45
95ab399567
save domain mode
2019-09-10 23:49:08 +09:00
cho45
889d675836
TDR feature
2019-09-10 22:39:20 +09:00
cho45
73e0c19e8e
move enter dfu to submenu of config
2019-09-06 21:11:44 +09:00
cho45
5e9756e4e0
append reset dfu command and CONFIG -> ENTER DFU
2019-09-06 21:11:33 +09:00
TT
496b41fa1c
minor fix
2019-09-06 08:52:56 +09:00
TT
7a2d06c315
Merge pull request #25 from cho45/fix-backspace-on-touchpad
...
fix backspace rendering
2019-09-06 08:31:52 +09:00
cho45
39b7fdf95e
append version info screen to UI
2019-09-05 23:58:30 +09:00
cho45
2d1b2fcfbd
fix backspace rendering
2019-09-05 20:58:45 +09:00
cho45
480ad0f745
static inline reduce stack memory usage
2019-08-29 01:05:55 +09:00
TT
71386575d0
Merge pull request #17 from cho45/config-menu
2019-08-25 23:12:23 +09:00
cho45
18ba0a53c3
call touchcal from menu
2019-08-24 09:36:03 +09:00
cho45
f9a5d2e3ef
Add REAL IMAG R X trace format
2019-08-24 07:45:53 +09:00
TT
b823a8060d
ui: enable and all off in marker selection
2019-08-18 08:18:52 +09:00
TT
36c1d79e3c
ui: toggle marker selection
2019-08-18 08:06:05 +09:00
TT
e29a46ca28
feat: toggle on trace menu (omit sub menu)
2019-08-16 05:17:24 +09:00
TT
fcabdf0d1b
menu: split save and recall menu and place save in cal
2019-08-12 00:21:04 +09:00
TT
b815a5b2fe
menu: add feedback at correction/pause menu item
2019-08-11 23:57:36 +09:00
TT
dd724da327
view: add left arrow on menu items
2019-08-11 23:30:41 +09:00
TT
0807816e09
ui: add pad icon, electrical delay unit
2019-08-10 14:15:35 +09:00
TT
63d19f3f6f
WIP: up/down touch operation on numeric area
2017-10-01 11:14:41 +09:00
TT
e0197b8381
WIP: touch operation on numeric input area
2017-10-01 08:59:33 +09:00
TT
b64826b76a
add numeric input support scale and electrical delay
2017-10-01 00:56:43 +09:00
TT
f3a473bffa
work with keypad
2017-09-30 23:58:31 +09:00
TT
7228ebd5fa
add numeric input (WIP)
2017-09-30 23:06:21 +09:00
TT
5d1934d85f
support electrical delay
2017-09-21 00:48:33 +09:00
TT
5a441edc6b
update marker position on sweep frequency change
2017-09-17 20:19:12 +09:00
TT
a20f3770da
select trace on drag marker
2017-09-17 19:02:19 +09:00
TT
043972e6ca
fix segv on active trace 4, apply error term inside sweep loop, show active trace on marker info
2017-09-17 18:52:02 +09:00
TT
8ce6b7b6e0
omit redraw_all to fix to be ignored first push
2017-09-16 04:11:18 +09:00
TT
c121731b04
draw delta frequency of two markers
2017-09-16 00:48:34 +09:00
TT
95b3ac2a4b
enable marker->span menu function. rearange menu
2017-09-15 23:22:01 +09:00
TT
0ce695b886
rearange trace menu
2017-02-08 06:17:14 +09:00
TT
ee6f5a9d83
change keypads on scale, scale handling
2017-02-03 21:18:33 +09:00
TT
c30a2730f3
skip redrawing after touch cal to avoid hanging up
2017-02-03 19:54:00 +09:00
TT
5a63fe6890
make smooth touch and lever operation, rearange cal menu
2017-02-03 07:28:20 +09:00
TT
75288abb91
clear selection focus on touch operation
2017-02-03 05:58:50 +09:00
TT
b42749e57d
fix jump of touch sense, add touchtest command, draw on touch cal, fix gap of drag marker position
2017-02-03 05:40:57 +09:00