fork of reebn's uBitx v6 firmware
Go to file
2020-01-18 23:34:41 -08:00
PDQ_MinLib Save ~4% progmem by using a slightly smaller font 2020-01-01 20:49:35 -08:00
glcdfont.c PDQ driver is working, but renders a little funny 2019-12-31 17:31:05 -08:00
keyer.cpp Use settings in all files. Compiles, but untested 2020-01-03 23:11:55 -08:00
morse.cpp Fix .,? morse encodings, and use correct letter spacing based on settings, not hard coded 2020-01-16 23:36:58 -08:00
morse.h Refactored code 2019-12-18 12:02:44 +05:30
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 formatFreq to nano_gui so that both ubitx_ui and setup can use the single function 2020-01-14 23:33:11 -08:00
nano_gui.h 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
README.md Update README.md 2019-12-18 11:58:25 +05:30
settings.cpp Expand range of allowed sane frequencies to anything the tuner driver will actually tune 2020-01-14 22:07:24 -08:00
settings.h Fix settings - some variables weren't being read quite right 2020-01-03 23:43:06 -08:00
setup.cpp Proof of concept generic setting menu for cw tone 2020-01-18 23:34:41 -08:00
ubitx_cat.cpp Fix WPM calculations 2020-01-03 23:43:33 -08:00
ubitx_si5351.cpp Load actual setting, not just the defaulted 0 2020-01-17 00:16:31 -08:00
ubitx_ui.cpp Move CW WPM and Hz to setup menu 2020-01-17 22:57:41 -08:00
ubitx_v6.3.1_code.ino If button is down, load defaults and go from there 2020-01-17 23:10:38 -08:00
ubitx.h Merge master into one_stop_settings to get the interrupt encoders 2020-01-14 21:58:24 -08:00

ubitxv6

uBitx v6.3.1 Arduino sketch IMPORTANT: It will compile only if you place this in the Arduino's own sketch directory! This is because of the restricted places that the Arduino searches for it's include files (the headers).

  • This is refactored to remove dependencies on any library except the standard Arduino libraries of SPI, I2C, EEPROM, etc.
  • This works with ILI9341 display controller. The pins used by the TFT display are the same as that of the 16x2 LCD display of the previous versions.
  • As the files are now split into .cpp files, the nano gui, morse reader, etc. can be reused in other projects as well

This is released under GPL v3 license.