Commit graph

349 commits

Author SHA1 Message Date
TT dd4074d501 fix: gain table covers 2.7GHz 2020-02-01 00:18:38 +09:00
TT 14dfe97557 fix: revert color of traces to the original 2020-02-01 00:18:38 +09:00
TT 51c3980e1b
Merge pull request #116 from DiSlord/master
Some old code fixes
2020-02-01 00:08:25 +09:00
DiSlord 6a1d05321d Disable unused ChibiOS features:
- Threads registry APIs
- I/O Queues APIs
- SHELL_CMD_INFO
- SHELL_CMD_THREADS
2020-01-30 21:58:18 +03:00
DiSlord a46a20028f Remove unused global variable (fgrid)
Set areasize as int16
2020-01-30 21:43:49 +03:00
DiSlord 1ec7faca2a Fix warning
Use __REV16 instruction for set display x y coordinates (faster and more compact)
2020-01-29 23:47:58 +03:00
DiSlord 3639b7bb14 Revert marker SPAN callback changes 2020-01-27 07:00:13 +03:00
DiSlord 91cc17eb04 Remove compilation warning 2020-01-27 06:55:41 +03:00
TT 3961418b72
Update README.md
add @DisLord as contributor
2020-01-27 07:28:10 +09:00
DiSlord 1d6f09a355 Fix warning 2020-01-26 21:36:13 +03:00
DiSlord b10e29c01f Fix velocity factor on numeric value input multiple
Remove comments
Little code optimisation
2020-01-26 20:56:45 +03:00
TT 836ed2a7fb
Merge pull request #113 from DiSlord/master
Change font size, more compact and faster code for LCD
2020-01-26 22:29:44 +09:00
ВшЫдщкв d3f4ef5dc1 Fix my tupo on frequency string 2020-01-26 09:09:11 +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
ВшЫдщкв 4a0ba6741e Continue size optimization (save 700-900 bytes)
Set menuitem_t size align as WORD (more compact on flash)
Add data to menuitem_t (more easy use callback functions, and save its sizing)
Rewrite some ui callback functions for use data field

More better look infinity and delta symbols
Fix grid sizing in update_grid (broken after frequency0 and frequency1 set as uint)
2020-01-25 15:46:09 +03:00
ВшЫдщкв 992e51cf8b Optimize size of groupdelay_from_array function 2020-01-23 22:05:32 +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
ВшЫдщкв 4b9c348a1a Fix typos 2020-01-19 16:47:50 +03:00
ВшЫдщкв 90dc36418d Remove test code
Optimize size trace command function
2020-01-19 16:14:22 +03: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 2d8be205d0 fix: broken display of cw frequency 2020-01-18 14:26:21 +09:00
TT c4edbee973 fix: boundary check of center/span 2020-01-18 14:25:37 +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 38e64a616f chore: remove keypad icon 2020-01-10 00:26:07 +09:00
TT 0e59f0a82b
Merge pull request #104 from damib/issue79
Issue79
2020-01-10 00:20:07 +09:00
TT 9bd034bc45
Merge pull request #103 from damib/bugfix
Bugfix: disabling all the markers causes the GUI to freeze
2020-01-10 00:19:46 +09:00
Damiano Bortolato f9ef7efd39 BUGFIX: deselecting all markers freezes the gui.
A index check on current_marker value was missing.
2019-12-26 18:44:22 +01:00
Damiano Bortolato aa503ceb96 BUGFIX #79: Numpad editor freeze
There code was exiting from ui_process_keypad without redrawing and switching ui_mode.
2019-12-26 18:38:33 +01:00
TT 6a88f8ed8f feat: improve frequency accuracy 2019-12-10 03:00:06 +09:00
TT 75ea464c91 chore: delta symbol 2019-11-30 13:47:34 +09:00
TT 481fa990db feat: draw marker value in white 2019-11-30 10:18:17 +09:00
TT 0bfa2c073e feat: add marker smith value format menu 2019-11-30 10:17:14 +09:00
TT 14a130c24b Merge branch 'master' of github.com:ttrftech/NanoVNA 2019-11-29 22:22:08 +09:00
TT b2f2ec3320 fix: show channel in marker info 2019-11-29 22:18:47 +09:00
TT 39c40a1f43 view: show marker frequency 2019-11-29 22:16:29 +09:00
TT a534a89c89 feat: add marker delta mode 2019-11-29 21:53:07 +09:00
TT 852c8077ad font: add delta symbol 2019-11-29 21:52:29 +09:00
TT 856a9ae5ce
Merge pull request #97 from Jacky2k/fix-readme-extract-command
Fixed tar extract command
2019-11-24 09:04:27 +09:00
TT b65f44bc2e feat: show freq on multiple marker info 2019-11-24 08:51:01 +09:00
Fabian Schwartau 9c8bfd152a Fixed tar extract command 2019-11-23 15:51:21 +01: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 421c1be9f9 doc: update notebook example 2019-11-17 20:26:43 +09:00
TT ed85ca193b fix: make touch cal default suitable for 2.8 panel 2019-11-17 11:28:50 +09:00
TT 3114df7fe9 fix #92 : 'for' loop initial declarations 2019-11-17 11:16:36 +09:00