Commit graph

116 commits

Author SHA1 Message Date
DiSlord a46a20028f Remove unused global variable (fgrid)
Set areasize as int16
2020-01-30 21:43:49 +03:00
ВшЫдщкв 5a4d02208f define POINTS_COUNT in nanovna.h
fix 'micro' char in font
fix draw STOP distance in frequency field
fix x position calc in plot_into_index
fix frequencies delta defined as int in plot.c
fix frequencies defined as int in ui.c
2020-01-25 20:54:03 +03:00
ВшЫдщкв df5a655cd0 Remove comment, fix last add 2020-01-21 20:47:53 +03:00
DiSlord e7bdead77a
Merge branch 'master' into master 2020-01-21 20:45:02 +03:00
TT 066027f5b5 fix: prototype mismatch 2020-01-21 21:43:58 +09:00
ВшЫдщкв 6f666cf31b Change Font size (more readable)
Rework display spi driver:
 use DMA for read, write
 add blitBitmap functions
 Use DMA for color fill
 More correct SPI bus control
Move color definitions to nanovna.h
Some code optimization for speed and size (save about 3k bytes)
Change grid Y resolution to 10
Fix convert from float to int (fix some rounding errors on plot)
Disable unused HAL serial
Change battery icon
2020-01-19 11:16:18 +03:00
TT 18a1ca4e6e feat: add marker tracking 2020-01-18 22:27:56 +09:00
TT e1ba0c77f0 chore: store velocity factor in float 2020-01-18 13:03:38 +09:00
TT c4495b6d58 chore: add reserved room in properties and config 2020-01-18 12:34:59 +09:00
TT fcb0be6def fix: remove upper limit of signed int32 for frequency setting 2020-01-18 12:07:21 +09:00
TT 75ea464c91 chore: delta symbol 2019-11-30 13:47:34 +09:00
TT 0bfa2c073e feat: add marker smith value format menu 2019-11-30 10:17:14 +09:00
TT a534a89c89 feat: add marker delta mode 2019-11-29 21:53:07 +09:00
TT 1422e5fd49 feat: show each markers when multiple markers are active 2019-11-23 17:47:14 +09:00
TT a3eb29ea04 feat: add marker operation groupdelay->edelay 2019-11-23 11:04:45 +09:00
TT c7af840f53 feat: add feedback of lever mode 2019-11-17 11:00:07 +09:00
TT 3f209e4986 feat: add marker search 2019-10-22 14:00:25 +09:00
TT 47fec0b024 remove buffer used only in dump command 2019-10-22 09:36:41 +09:00
TT 0124e1b32d chore: update codec control 2019-10-21 20:25:44 +09:00
TT 7adba06333 chore: reduce foot-print of numfont20x24 2019-10-21 20:25:44 +09:00
TT dcbcfe162c chore: shrink 5x7 font 2019-10-21 20:25:44 +09:00
TT 3fc17e18f9 fix: break sweep loop on frequency change 2019-10-07 22:24:32 +09:00
TT f7e712798a chore: remove warnings 2019-10-06 07:56:25 +09:00
TT bfd45c715d fix: fix digit loss of sweep frequency 2019-10-05 21:48:00 +09:00
TT 94659a22ba feat: add threshold command 2019-10-05 19:56:38 +09:00
TT 516319b354 fix: plot only if sweep completed 2019-09-28 13:08:03 +09:00
TT 47f48d83e4 fix: omit drawing screen from usb thread 2019-09-26 09:06:43 +09:00
cho45 1120d5c33b Fix timedomain transform (based on acd944d5fa by @erikkaashoek ) 2019-09-21 22:20:08 +09:00
cho45 aa4faa5a6e rename TDR -> TD 2019-09-11 23:05:01 +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 a9457dbd0a show battery indicator (requires implementing D2 on board) 2019-09-10 01:01:24 +09:00
cho45 5e9756e4e0 append reset dfu command and CONFIG -> ENTER DFU 2019-09-06 21:11:33 +09:00
cho45 39b7fdf95e append version info screen to UI 2019-09-05 23:58:30 +09:00
TT 3e841920fb refactor: introduce trace_info 2019-08-26 23:58:47 +09:00
cho45 f9a5d2e3ef Add REAL IMAG R X trace format 2019-08-24 07:45:53 +09:00
cho45 1c4718ae4a implement capture command 2019-08-23 02:07:22 +09:00
TT b823a8060d ui: enable and all off in marker selection 2019-08-18 08:18:52 +09:00
TT e626c581ee feat: add sample command to evalutate dynamic range 2019-08-12 20:53:33 +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 c4edf2a6eb omit: unused buffer refiq 2019-08-10 14:13:56 +09:00
TT b64826b76a add numeric input support scale and electrical delay 2017-10-01 00:56:43 +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 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