fork of reebn's uBitx v6 firmware
Go to file
2020-01-19 20:42:44 -08:00
PDQ_MinLib Fix reset x for manual newlines 2020-01-19 13:05:02 -08:00
glcdfont.c
keyer.cpp
morse.cpp Let morseText play back at any desired rate, not just the default one 2020-01-19 20:15:01 -08:00
morse.h Let morseText play back at any desired rate, not just the default one 2020-01-19 20:15:01 -08:00
nano_font.cpp
nano_font.h
nano_gui.cpp Remove a bunch of debugging statements 2020-01-19 12:57:53 -08:00
nano_gui.h Refactor local oscillator cal 2020-01-19 18:40:11 -08:00
README.md
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
setup.cpp Set global setting so that setFrequency will work correctly 2020-01-19 20:42:44 -08:00
setup.h Refactor BFO settings menu 2020-01-19 19:24:26 -08:00
ubitx_cat.cpp Swap most string operations to bounded versions 2020-01-19 19:00:45 -08:00
ubitx_si5351.cpp Load actual setting, not just the defaulted 0 2020-01-17 00:16:31 -08:00
ubitx_ui.cpp Swap most string operations to bounded versions 2020-01-19 19:00:45 -08:00
ubitx_v6.3.1_code.ino Refactor BFO settings menu 2020-01-19 19:24:26 -08:00
ubitx.h increase buffer b size to avoid heap smashing 2020-01-19 18:41:36 -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.