PDQ_MinLib
Add two spacer characters
2020-01-28 02:29:37 -08:00
button.h
Move button definition
2020-02-09 15:28:46 -08:00
color_theme.h
Move color definitions to their own file
2020-02-09 15:56:43 -08:00
colors.h
Move color definitions to their own file
2020-02-09 15:56:43 -08:00
encoder.cpp
Explicit cast to prevent integer overflow
2020-01-26 10:47:57 -08:00
encoder.h
First pass at a momentum function
2020-01-21 01:13:36 -08:00
glcdfont.c
PDQ driver is working, but renders a little funny
2019-12-31 17:31:05 -08:00
keyer.cpp
Fix inter-element timing
2020-01-30 20:23:17 -08:00
menu_main.cpp
Move color definitions to their own file
2020-02-09 15:56:43 -08:00
menu_main.h
Make function inputs const, and fix some compiler errors
2020-02-09 15:30:37 -08:00
menu.cpp
Move color definitions to their own file
2020-02-09 15:56:43 -08:00
menu.h
Move color definitions to their own file
2020-02-09 15:56:43 -08:00
morse.cpp
Don't play bools if morseMenu is off
2020-01-26 11:15:11 -08:00
morse.h
Add morseBool function
2020-01-25 16:31:32 -08:00
nano_font.cpp
Save ~4% progmem by using a slightly smaller font
2020-01-01 20:49:35 -08:00
nano_font.h
Save ~4% progmem by using a slightly smaller font
2020-01-01 20:49:35 -08:00
nano_gui.cpp
Move color definitions to their own file
2020-02-09 15:56:43 -08:00
nano_gui.h
Move color definitions to their own file
2020-02-09 15:56:43 -08:00
README.md
Update README.md
2019-12-18 11:58:25 +05:30
settings.cpp
Merge warning fixes, and fix 'new' warnings
2020-01-26 11:12:07 -08:00
settings.h
Add option to turn on and off morse menu playback
2020-01-21 22:06:37 -08:00
setup.cpp
Move color definitions to their own file
2020-02-09 15:56:43 -08:00
setup.h
Refactor BFO settings menu
2020-01-19 19:24:26 -08:00
ubitx_cat.cpp
Remove unused static
2020-01-26 10:42:37 -08:00
ubitx_si5351.cpp
Remove unused variable
2020-01-26 10:43:11 -08:00
ubitx_ui.cpp
Move color definitions to their own file
2020-02-09 15:56:43 -08:00
ubitx.h
Remove TX offset in CW mode, and refactor frequency setting code so that it's (almost) all in one place. W0EB pointed out this issue, and it appears that it was discussed but never implemented in https://groups.io/g/BITX20/topic/20916360
2020-02-02 15:19:44 -08:00
ubitxv6.ino
Merge pull request #11 from reedbn/cw-transmit-at-displayed-freq
2020-02-04 21:51:03 -08:00
utils.h
Move LIMIT macro to utils
2020-02-08 14:59:06 -08:00
version.cpp
Update reported version
2020-01-28 20:54:02 -08:00
version.h
Forgot to add version files to the project. Silly me.
2020-01-27 23:11:32 -08:00