1
0
mirror of https://codeberg.org/mclemens/ubitxv6.git synced 2025-02-21 06:57:27 -05:00
Reed Nightingale 9b9a1610c2 Revert "Rough pass at button grids"
This reverts commit 1f97be3263bf766f52292287939c6b1a3bfc6b6d.
2020-04-25 19:47:02 -07:00
2020-04-25 12:17:15 -07:00
2020-04-25 19:47:02 -07:00
2020-04-25 19:47:02 -07:00
2020-04-21 21:13:55 -07:00
2020-01-21 01:13:36 -08:00
2020-04-21 21:14:24 -07:00
2020-02-14 18:50:57 -08:00
2020-02-09 17:04:00 -08:00
2019-12-18 11:58:25 +05:30
2020-04-21 21:12:02 -07:00
2020-04-21 21:12:02 -07:00
2020-02-15 13:49:30 -08:00
2020-02-10 00:51:23 -08:00
2020-02-10 00:35:32 -08:00
2020-01-28 20:54:02 -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.

Description
fork of reebn's uBitx v6 firmware
Readme 460 KiB
Languages
C++ 72.4%
C 27.2%
Processing 0.4%