From 8e2f93ab8ba38174b59dcb4358952f3627f1b404 Mon Sep 17 00:00:00 2001 From: Ashhar Farhan Date: Fri, 13 Dec 2019 00:54:10 +0530 Subject: [PATCH] Create README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d331179 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# ubitxv6 +uBitx v6 Arduino sketch +Add XPT2046, AdaFruit GFX and SPI libraries to compile the code. +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 released under GPL v3 license.