fork of reebn's uBitx v6 firmware
Go to file
2020-01-28 20:54:02 -08:00
PDQ_MinLib Add two spacer characters 2020-01-28 02:29:37 -08:00
encoder.cpp Explicit cast to prevent integer overflow 2020-01-26 10:47:57 -08:00
encoder.h
glcdfont.c
keyer.cpp Remove delay entirely. active_delay delays 10ms even when asked for 0 2020-01-27 21:51:34 -08:00
morse.cpp Match unsigned with unsigned 2020-01-26 10:39:01 -08:00
morse.h
nano_font.cpp
nano_font.h
nano_gui.cpp Merge master into text-justification 2020-01-28 20:34:23 -08:00
nano_gui.h Merge master into text-justification 2020-01-28 20:34:23 -08:00
README.md
settings.cpp
settings.h
setup.cpp Render menus to the left, rather than center 2020-01-27 23:09:34 -08:00
setup.h
ubitx_cat.cpp Remove unused static 2020-01-26 10:42:37 -08:00
ubitx_si5351.cpp Remove unused variable 2020-01-26 10:43:11 -08:00
ubitx_ui.cpp Merge master into text-justification 2020-01-28 20:34:23 -08:00
ubitx_v6.3.1_code.ino Minor whitespace adjustment, and remove unused variables 2020-01-26 10:22:20 -08:00
ubitx.h
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

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.