Reed Nightingale
f541ff8928
Get rid of do-nothing functions
2020-05-04 23:00:31 -07:00
Reed Nightingale
cc013e5be4
stub out some functions that still need to be removed or refactored
2020-04-21 21:19:17 -07:00
Reed Nightingale
8bd9d59e5a
Displaying text should accept const char*
2020-02-10 00:51:58 -08:00
Reed Nightingale
61b79ba06a
Move formatFreq to utils
2020-02-10 00:16:15 -08:00
Reed Nightingale
947624518d
Move touch functions to their own files
2020-02-09 18:41:13 -08:00
Reed Nightingale
bd616caaba
Have touch functions read to passed pointer
2020-02-09 17:58:45 -08:00
Reed Nightingale
e2249af826
Move color definitions to their own file
2020-02-09 15:56:43 -08:00
Reed Nightingale
a7a2655f02
Give readTouch a standard type
2020-02-09 15:29:48 -08:00
Reed Nightingale
0ad20caa4b
Merge master into text-justification
2020-01-28 20:34:23 -08:00
Reed Nightingale
6ddd46a853
Add spacers to keep frequency display a fixed width
2020-01-28 02:30:34 -08:00
Reed Nightingale
04d836ab73
Removed unused function
2020-01-28 01:52:11 -08:00
Reed Nightingale
0417907d03
Add justification option for text rendering
2020-01-27 23:08:32 -08:00
Reed Nightingale
d0900aa392
Refactor local oscillator cal
2020-01-19 18:40:11 -08:00
Reed Nightingale
afeb056667
Move formatFreq to nano_gui so that both ubitx_ui and setup can use the single function
2020-01-14 23:33:11 -08:00
Reed Nightingale
e0a963f9ed
PDQ driver is working, but renders a little funny
2019-12-31 17:31:05 -08:00
Reed Nightingale
555fc67e4a
Remove duplicated color definition
2019-12-31 15:21:52 -08:00
Ashhar Farhan
cda86a1b12
Refactored code
...
The files are not split into .cpp and .h files. The main file ubitxxxx.cpp will have the main routines to control the radio, initialization and main loop. The user interface is implemented in ubitx_ui.cpp, the code for setup/calibration routines is in setup.cpp. Nano gui, keyer, morse.cpp (morse reader) are all libaries that have minimum dependencies on each other.
2019-12-18 12:02:44 +05:30