PDQ_MinLib
Try a couple other fonts. None are great.
2020-04-21 21:56:51 -07:00
bands.cpp
Fix out-of-band midpoint selection
2020-04-25 12:17:15 -07:00
bands.h
Add some band utility functions for later use
2020-02-09 23:35:33 -08:00
button_grid.cpp
Rough pass at button grids
2020-04-25 19:46:36 -07:00
button_grid.h
Rough pass at button grids
2020-04-25 19:46:36 -07:00
button_press_e.h
Move button pressing logic to it's own file
2020-04-25 12:00:19 -07:00
button_timing.h
Add classes for button timing variables and point
2020-02-09 18:40:42 -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
Update includes and pin names
2020-04-21 21:13:55 -07: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
Update includes and pin names
2020-04-21 21:14:24 -07:00
menu_main_buttons.cpp
Rough pass at button grids
2020-04-25 19:46:36 -07:00
menu_main_buttons.h
Rough pass at button grids
2020-04-25 19:46:36 -07:00
menu_main.cpp
Rough pass at button grids
2020-04-25 19:46:36 -07:00
menu_main.h
Make function inputs const, and fix some compiler errors
2020-02-09 15:30:37 -08:00
menu_numpad_buttons.cpp
Rough pass at button grids
2020-04-25 19:46:36 -07:00
menu_numpad_buttons.h
Rough pass at button grids
2020-04-25 19:46:36 -07:00
menu_numpad.cpp
Rough pass at button grids
2020-04-25 19:46:36 -07:00
menu_numpad.h
Start building out numpad menu
2020-02-14 18:50:57 -08:00
menu_utils.cpp
Rough pass at button grids
2020-04-25 19:46:36 -07:00
menu_utils.h
Rough pass at button grids
2020-04-25 19:46:36 -07:00
menu.cpp
Add an enterSubmenu routine to centralize that behavior
2020-02-15 15:27:48 -08:00
menu.h
Move button pressing logic to it's own file
2020-04-25 12:00:19 -07:00
morse.cpp
Remove function declarations from pin definition file
2020-04-25 11:47:11 -07:00
morse.h
morseText should take a const char*
2020-02-09 17:04:00 -08:00
nano_font.cpp
Try a couple other fonts. None are great.
2020-04-21 21:56:51 -07:00
nano_font.h
Save ~4% progmem by using a slightly smaller font
2020-01-01 20:49:35 -08:00
nano_gui.cpp
Try a couple other fonts. None are great.
2020-04-21 21:56:51 -07:00
nano_gui.h
stub out some functions that still need to be removed or refactored
2020-04-21 21:19:17 -07:00
pin_definitions.h
Remove function declarations from pin definition file
2020-04-25 11:47:11 -07:00
point.h
Add classes for button timing variables and point
2020-02-09 18:40:42 -08:00
push_button.cpp
Move button pressing logic to it's own file
2020-04-25 12:00:19 -07:00
push_button.h
Move button pressing logic to it's own file
2020-04-25 12:00:19 -07:00
README.md
Update README.md
2019-12-18 11:58:25 +05:30
scratch_space.h
Add dedicated scratch-space header so that we can track where these are still used
2020-04-21 21:08:51 -07:00
settings.cpp
Update includes
2020-04-21 21:12:02 -07:00
settings.h
Update includes
2020-04-21 21:12:02 -07:00
setup.cpp
Move SI5351 driver stuff into it's own header
2020-04-25 14:31:59 -07:00
setup.h
Create a root menu for setup
2020-02-15 13:49:30 -08:00
si5351.cpp
Move SI5351 driver stuff into it's own header
2020-04-25 14:31:59 -07:00
si5351.h
Move SI5351 driver stuff into it's own header
2020-04-25 14:31:59 -07:00
tmp.cpp
Remove function declarations from pin definition file
2020-04-25 11:47:11 -07:00
touch.cpp
Use beginTransaction for spi, since it's surprisingly less additional memory than the setClockDivider call. Also, add SPI cleanup to early return case
2020-04-21 21:06:19 -07:00
touch.h
Move touch functions to their own files
2020-02-09 18:41:13 -08:00
tuner.cpp
Move SI5351 driver stuff into it's own header
2020-04-25 14:31:59 -07:00
tuner.h
Move SI5351 driver stuff into it's own header
2020-04-25 14:31:59 -07:00
ubitx_cat.cpp
Update includes, and make VFO switch explicit
2020-04-21 21:10:24 -07:00
ubitxv6.ino
Move SI5351 driver stuff into it's own header
2020-04-25 14:31:59 -07:00
ui_touch.cpp
Move touch functions to their own files
2020-02-09 18:41:13 -08:00
ui_touch.h
Move touch functions to their own files
2020-02-09 18:41:13 -08:00
utils.cpp
Fix compile errors
2020-02-10 00:51:23 -08:00
utils.h
Define types for formatFreq
2020-02-10 00:35:32 -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