Update README.md
Rewritten for the refactored code
This commit is contained in:
parent
ee475e0230
commit
45136f99fa
@ -1,6 +1,9 @@
|
|||||||
# ubitxv6
|
# ubitxv6
|
||||||
uBitx v6 Arduino sketch
|
uBitx v6.3.1 Arduino sketch
|
||||||
Add XPT2046, AdaFruit GFX and SPI libraries to compile the code.
|
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 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.
|
|
||||||
|
- 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.
|
This is released under GPL v3 license.
|
||||||
|
Loading…
Reference in New Issue
Block a user