Commit Graph

  • c17136279e Fix .,? morse encodings, and use correct letter spacing based on settings, not hard coded Reed Nightingale 2020-01-16 23:36:58 -0800
  • 79fd056af0 Rename oscillator variables so it's clear which is which not just from the math Reed Nightingale 2020-01-14 23:49:44 -0800
  • afeb056667 Move formatFreq to nano_gui so that both ubitx_ui and setup can use the single function Reed Nightingale 2020-01-14 23:33:11 -0800
  • d62ff59c90 Fix frequency display for VFOs Reed Nightingale 2020-01-14 23:27:42 -0800
  • 9a2a25abe9 Fix rendering of BFO Reed Nightingale 2020-01-14 22:47:53 -0800
  • 9a205522d9 Don't reset cals to fixed values when starting cal routine Reed Nightingale 2020-01-14 22:22:26 -0800
  • 6e797adc70 Expand range of allowed sane frequencies to anything the tuner driver will actually tune Reed Nightingale 2020-01-14 22:07:24 -0800
  • 2fc534f12a Merge master into one_stop_settings to get the interrupt encoders Reed Nightingale 2020-01-14 21:58:24 -0800
  • baf880c7ae
    Merge pull request #1 from SmittyHalibut/pdq_gfx_update reedbn 2020-01-14 21:50:44 -0800
  • f6894e03f8 Add more debugging context (commented out) Reed Nightingale 2020-01-13 23:38:43 -0800
  • 227cbe9b07 Load EEPROM settings immediately, and load defaults prior to loading EEPROM values so that we fall back on defaults rather than 0's Reed Nightingale 2020-01-13 23:38:12 -0800
  • f329950b6e Merge branch 'master' into one_stop_settings Reed Nightingale 2020-01-13 22:34:31 -0800
  • 3598328918 Merge branch 'fix-morse-f' Reed Nightingale 2020-01-13 22:29:04 -0800
  • 50a00ffb52 moved display update back to where it'll update on non-encoder-wheel changes. Mark Smith 2020-01-11 11:22:42 -0800
  • 858205b4cd Fixed 255/-256 encoder bug. Mark Smith 2020-01-11 11:15:47 -0800
  • 228b5d9589 Merged in @SmittyHalibut's interrupt driven encoder routines. Mark Smith 2020-01-11 11:00:44 -0800
  • 44988f48fb Merge branch 'pdq_gfx_update' into one_stop_settings Reed Nightingale 2020-01-08 21:40:18 -0800
  • f1ea1fd081 Eliminate white screen syndrome by using the 'exit deep sleep' command sequence pdq_gfx_update Reed Nightingale 2020-01-07 23:07:44 -0800
  • ef8036ee19 Fix 'F' morse code representation - currently is same as 'L'. First noticed by K7OME Reed Nightingale 2020-01-06 21:50:21 -0800
  • 9a68846b58 Use correct version of strcat for flash strings Reed Nightingale 2020-01-04 22:51:29 -0800
  • b655704264 Update side band when band buttons are used Reed Nightingale 2020-01-04 02:53:33 -0800
  • a0abe466c0 Redraw VFO after mode change so that UI will reflect active setting Reed Nightingale 2020-01-04 02:52:56 -0800
  • 4674230f51 Make more strings progmem. Probably should consolidate strings at some point so that we don't have lots of duplicate '.' and 'Hz' floating around Reed Nightingale 2020-01-04 02:41:06 -0800
  • a2109de63f Fix issue with RIT restore during VFO change Reed Nightingale 2020-01-04 02:14:21 -0800
  • 073cfd4cb9 Merge pdq branch in again, with the RIT rendering fix Reed Nightingale 2020-01-04 02:08:51 -0800
  • 7f3eee899a Fix RIT frequency rendering Reed Nightingale 2020-01-04 02:05:39 -0800
  • 8d34a3461b Fix ritToggle logic Reed Nightingale 2020-01-04 01:56:05 -0800
  • fbfb7c89d6 Fix merge issue Reed Nightingale 2020-01-04 01:50:17 -0800
  • 4d7739d6dd Merge updated pdq_gfx_update branch into one_stop_settings Reed Nightingale 2020-01-04 01:45:35 -0800
  • 29aa76edf5 Make strings progmem, saving ~200 bytes of RAM Reed Nightingale 2020-01-04 01:10:10 -0800
  • 9ebdf8b213 Render setup menus better Reed Nightingale 2020-01-04 00:53:00 -0800
  • 4cefa08eaf Fix WPM calculations Reed Nightingale 2020-01-03 23:43:33 -0800
  • e9702bd955 Fix settings - some variables weren't being read quite right Reed Nightingale 2020-01-03 23:43:06 -0800
  • 39168d663e Use settings in all files. Compiles, but untested Reed Nightingale 2020-01-03 23:11:55 -0800
  • 0bf8424ab9 Get settings files compiling Reed Nightingale 2020-01-03 23:11:08 -0800
  • 9dee71f5bd Offload settings to it's own set of files Reed Nightingale 2020-01-03 01:07:32 -0800
  • 2902764d73 Save ~4% progmem by using a slightly smaller font Reed Nightingale 2020-01-01 20:49:35 -0800
  • c8a538511e Tweak colors to look more like stock Reed Nightingale 2020-01-01 20:42:27 -0800
  • 817edf2546 Display tone prior to loop, so that it's not just a blank screen Reed Nightingale 2020-01-01 20:32:18 -0800
  • 224fb496cd Add some button printout debugging, and center the button grid Reed Nightingale 2020-01-01 20:27:29 -0800
  • ad2e8341d5 Change SPI clock so that we're not violating the touch sensor's timing Reed Nightingale 2020-01-01 20:26:34 -0800
  • 5d7c66dc0c Remove debugging print Reed Nightingale 2020-01-01 20:25:42 -0800
  • aa80dae425 Overhaul setup page with layout variables Reed Nightingale 2020-01-01 18:42:34 -0800
  • 7f4169bce5 Tweak layout to work better Reed Nightingale 2020-01-01 16:28:34 -0800
  • cf62bd779c Major refactor to make rendering parameters more centralized Reed Nightingale 2020-01-01 16:17:37 -0800
  • 3713406ad8 Clean up button indentation Reed Nightingale 2020-01-01 11:58:28 -0800
  • a718d3064d Get rid of touch-specific SPI settings Reed Nightingale 2020-01-01 11:48:41 -0800
  • ee5b3f4ce3 Remove unused extern Reed Nightingale 2020-01-01 11:42:44 -0800
  • 042adee42c Clean up duplicated text/defines Reed Nightingale 2020-01-01 10:18:06 -0800
  • 2345b34c1a Render CW text using normal routine Reed Nightingale 2019-12-31 18:47:08 -0800
  • 6eed9a40c1 Fix text alignment Reed Nightingale 2019-12-31 18:46:31 -0800
  • e0a963f9ed PDQ driver is working, but renders a little funny Reed Nightingale 2019-12-31 17:31:05 -0800
  • 555fc67e4a Remove duplicated color definition Reed Nightingale 2019-12-31 15:21:52 -0800
  • fe1ff16938
    Update ubitx_ui.cpp 1.0.0 Ashhar Farhan 2019-12-26 11:02:34 +0530
  • b09a28ba86
    Merge pull request #2 from cskurdal/patch-1 Ashhar Farhan 2019-12-19 00:51:45 +0530
  • c79fb44231
    minor typo bug - thanks JIM, W0EB Ashhar Farhan 2019-12-18 23:29:02 +0530
  • 2a8b12589c
    Added touch calibration for factory setup Ashhar Farhan 2019-12-18 12:31:01 +0530
  • 9d3194025c
    Update morse.cpp Caleb Skurdal 2019-12-17 22:57:07 -0800
  • cda86a1b12
    Refactored code Ashhar Farhan 2019-12-18 12:02:44 +0530
  • 45136f99fa
    Update README.md Ashhar Farhan 2019-12-18 11:58:25 +0530
  • ee475e0230
    Delete ubitx_v6.3_code.ino Ashhar Farhan 2019-12-18 11:46:26 +0530
  • 05e57337ce
    Delete ubitx_ui.ino Ashhar Farhan 2019-12-18 11:46:13 +0530
  • d345311cc4
    Delete ubitx_si5351.ino Ashhar Farhan 2019-12-18 11:46:01 +0530
  • ebf58c93f1
    Delete ubitx_setup.ino Ashhar Farhan 2019-12-18 11:45:48 +0530
  • c825c978ea
    Delete ubitx_keyer.ino Ashhar Farhan 2019-12-18 11:45:36 +0530
  • 93a924f741
    Delete ubitx_font2.h Ashhar Farhan 2019-12-18 11:45:25 +0530
  • 6486c8048f
    Delete ubitx_factory_alignment.ino Ashhar Farhan 2019-12-18 11:45:13 +0530
  • 34eac8d274
    Delete ubitx_cat.ino Ashhar Farhan 2019-12-18 11:45:03 +0530
  • 55d56e6d61
    Delete tft_gui.ino Ashhar Farhan 2019-12-18 11:44:46 +0530
  • e19bec690a
    Delete morse_reader.ino Ashhar Farhan 2019-12-18 11:44:32 +0530
  • 8e2f93ab8b
    Create README.md Ashhar Farhan 2019-12-13 00:54:10 +0530
  • 097c106a55
    Release Candidate 1 Ashhar Farhan 2019-12-13 00:51:04 +0530