fork of reebn's uBitx v6 firmware
Go to file
Reed Nightingale f1ea1fd081 Eliminate white screen syndrome by using the 'exit deep sleep' command sequence 2020-01-07 23:07:44 -08:00
PDQ_MinLib Save ~4% progmem by using a slightly smaller font 2020-01-01 20:49:35 -08:00
README.md Update README.md 2019-12-18 11:58:25 +05:30
glcdfont.c PDQ driver is working, but renders a little funny 2019-12-31 17:31:05 -08:00
keyer.cpp Refactored code 2019-12-18 12:02:44 +05:30
morse.cpp Update morse.cpp 2019-12-17 22:57:07 -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 Eliminate white screen syndrome by using the 'exit deep sleep' command sequence 2020-01-07 23:07:44 -08:00
nano_gui.h PDQ driver is working, but renders a little funny 2019-12-31 17:31:05 -08:00
setup.cpp Make strings progmem, saving ~200 bytes of RAM 2020-01-04 01:10:10 -08:00
ubitx.h Render setup menus better 2020-01-04 00:53:00 -08:00
ubitx_cat.cpp Refactored code 2019-12-18 12:02:44 +05:30
ubitx_si5351.cpp Refactored code 2019-12-18 12:02:44 +05:30
ubitx_ui.cpp Fix RIT frequency rendering 2020-01-04 02:05:39 -08:00
ubitx_v6.3.1_code.ino Clean up duplicated text/defines 2020-01-01 10:18:06 -08:00

README.md

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.