reedbn
|
94aae2f289
|
Merge pull request #12 from reedbn/morse-menu
More work is probably needed here, but this is working better than nothing.
|
2020-02-04 21:50:16 -08:00 |
|
Reed Nightingale
|
03406f62cc
|
Merge branch 'master' into morse-menu
|
2020-01-30 20:25:30 -08:00 |
|
Reed Nightingale
|
bc5c39357f
|
Fix inter-element timing
|
2020-01-30 20:23:17 -08:00 |
|
Reed Nightingale
|
d440be6c66
|
Rename INO file, so that it matches the repo name, and thus doesn't cause issues when checked out initially with default folder name
|
2020-01-29 21:44:46 -08:00 |
|
Reed Nightingale
|
13fa83d440
|
Update reported version
|
2020-01-28 20:54:02 -08:00 |
|
Reed Nightingale
|
0a880fe8a6
|
Merge master into morse-menu
|
2020-01-28 20:45:33 -08:00 |
|
reedbn
|
80454612c0
|
Merge pull request #10 from reedbn/text-justification
Text justification
|
2020-01-28 20:40:29 -08:00 |
|
Reed Nightingale
|
0ad20caa4b
|
Merge master into text-justification
|
2020-01-28 20:34:23 -08:00 |
|
reedbn
|
87cf184fe6
|
Merge pull request #9 from reedbn/fixed-width-freqs
Fixed width freqs and replace MNU with gear symbol
|
2020-01-28 20:29:53 -08:00 |
|
Reed Nightingale
|
40c23919ed
|
Add space between colon and frequency output
|
2020-01-28 20:26:34 -08:00 |
|
reedbn
|
fbc718b2ee
|
Merge pull request #8 from reedbn/cw-tx-issues
CW RX->TX responsiveness issues
|
2020-01-28 20:17:18 -08:00 |
|
Reed Nightingale
|
2d48b58461
|
Force a fix frequency width when possible
|
2020-01-28 02:31:14 -08:00 |
|
Reed Nightingale
|
6ddd46a853
|
Add spacers to keep frequency display a fixed width
|
2020-01-28 02:30:34 -08:00 |
|
Reed Nightingale
|
6313aa5adc
|
Add two spacer characters
|
2020-01-28 02:29:37 -08:00 |
|
Reed Nightingale
|
1115441a57
|
Use gear icon for menu button
|
2020-01-28 01:52:31 -08:00 |
|
Reed Nightingale
|
04d836ab73
|
Removed unused function
|
2020-01-28 01:52:11 -08:00 |
|
Reed Nightingale
|
14d19ebbd8
|
Bigger settings icon
|
2020-01-28 01:42:59 -08:00 |
|
Reed Nightingale
|
015afb5cde
|
First pass at menu icon
|
2020-01-28 01:25:19 -08:00 |
|
Reed Nightingale
|
21736fcc1d
|
Forgot to add version files to the project. Silly me.
|
2020-01-27 23:11:32 -08:00 |
|
Reed Nightingale
|
03c159ba51
|
Render menus to the left, rather than center
|
2020-01-27 23:09:34 -08:00 |
|
Reed Nightingale
|
ceec8e2eb2
|
Push CW settings text to left, version to right
|
2020-01-27 23:09:05 -08:00 |
|
Reed Nightingale
|
0417907d03
|
Add justification option for text rendering
|
2020-01-27 23:08:32 -08:00 |
|
reedbn
|
c013281a31
|
Merge pull request #7 from reedbn/version-display
Add version string to bottom right corner
|
2020-01-27 22:38:54 -08:00 |
|
Reed Nightingale
|
13f4bdbe83
|
Add version string to bottom right corner
|
2020-01-27 22:36:01 -08:00 |
|
Reed Nightingale
|
8db6401bec
|
Remove delay entirely. active_delay delays 10ms even when asked for 0
|
2020-01-27 21:51:34 -08:00 |
|
Reed Nightingale
|
e67885d8a0
|
disable delay before starting CW, allow straight key values through the paddle resistors, set correct timeout
|
2020-01-26 13:03:50 -08:00 |
|
reedbn
|
e35a2addf9
|
Merge pull request #6 from reedbn/band-handling-updates
Band handling updates
|
2020-01-26 11:28:55 -08:00 |
|
Reed Nightingale
|
95ea5b0ee2
|
Use unsigned ints for frequency
|
2020-01-26 11:26:18 -08:00 |
|
Reed Nightingale
|
fe1b8cfa34
|
Merge branch 'master' into band-handling-updates
|
2020-01-26 11:23:56 -08:00 |
|
Reed Nightingale
|
953a59f309
|
Don't play bools if morseMenu is off
|
2020-01-26 11:15:11 -08:00 |
|
Reed Nightingale
|
b0b11a93f0
|
Merge warning fixes, and fix 'new' warnings
|
2020-01-26 11:12:07 -08:00 |
|
reedbn
|
bbe34daff7
|
Merge pull request #5 from reedbn/warning-cleanup
Warning cleanup
|
2020-01-26 10:55:34 -08:00 |
|
Reed Nightingale
|
298bb479b5
|
Explicit cast to prevent integer overflow
|
2020-01-26 10:47:57 -08:00 |
|
Reed Nightingale
|
1505936713
|
Remove unused variable
|
2020-01-26 10:43:11 -08:00 |
|
Reed Nightingale
|
fe9f04d146
|
Remove unused static
|
2020-01-26 10:42:37 -08:00 |
|
Reed Nightingale
|
fea7b8d868
|
Move string to PROGMEM, and remove unused return value
|
2020-01-26 10:42:20 -08:00 |
|
Reed Nightingale
|
c38460576b
|
A number of explicit casts, initializations, and type adjustments to avoid warnings
|
2020-01-26 10:40:59 -08:00 |
|
Reed Nightingale
|
6dd4b37d8a
|
analogRead technically returns an int, but it only can be 0-1023, so practically it's an unsigned int. This matches types for the constants. Also removed cwAdcSTFrom, since the value will always be greater than 0
|
2020-01-26 10:40:03 -08:00 |
|
Reed Nightingale
|
f54320e8cb
|
Match unsigned with unsigned
|
2020-01-26 10:39:01 -08:00 |
|
Reed Nightingale
|
b65e5eb90c
|
un-name unused variable
|
2020-01-26 10:38:35 -08:00 |
|
Reed Nightingale
|
2ac24eb28d
|
Minor whitespace adjustment, and remove unused variables
|
2020-01-26 10:22:20 -08:00 |
|
Reed Nightingale
|
e88ee1826e
|
Remove unused variables and set default values for colors
|
2020-01-26 10:22:01 -08:00 |
|
Reed Nightingale
|
1175d1f7eb
|
Add morseBool to main screen buttons
|
2020-01-25 16:32:04 -08:00 |
|
Reed Nightingale
|
9635d404b0
|
Add morseBool function
|
2020-01-25 16:31:32 -08:00 |
|
Reed Nightingale
|
c6b21bfa6d
|
Instead of fast tuning, play back the current frequency upon selection
|
2020-01-25 15:54:47 -08:00 |
|
Reed Nightingale
|
68b85e6fa0
|
Add a brief pause before continuing to play the actual characters
|
2020-01-25 15:54:06 -08:00 |
|
Reed Nightingale
|
54e4d4bf06
|
When sideband mode is changed, immediately update tuning
|
2020-01-25 12:02:30 -08:00 |
|
Reed Nightingale
|
a8910e1ba2
|
Auto-update sideband mode based on keyed-in frequency
|
2020-01-25 11:57:04 -08:00 |
|
Reed Nightingale
|
0c575d222f
|
Add a way to terminate playback
|
2020-01-25 11:27:58 -08:00 |
|
Reed Nightingale
|
6dae08e222
|
Merge branch 'master' into morse-menu
|
2020-01-25 11:13:12 -08:00 |
|