From ea6f80207f2ea71a8292380dcd13ad4704eaeff1 Mon Sep 17 00:00:00 2001 From: Steven Boger Date: Sat, 6 Apr 2019 15:12:58 -0700 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4f56a73..f9a6347 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,12 @@ M5 Core Bluetooth to TFT display terminal. This sketch makes your M5 Core into a Currently using the TFT_eSPI library directly as M5.Lcd scrolling is broken. Code nearly entirely from https://github.com/Bodmer/TFT_eSPI/tree/master/examples/320%20x%20240/TFT_Terminal. -You might need to define the driver to use with TFT_eSPI first: +You need to define the driver to use with TFT_eSPI first: ``` s@AirBoi:~$ cd Arduino/libraries/ s@AirBoi:~/Arduino/libraries$ cd TFT_eSPI/ -s@AirBoi:~/Arduino/libraries/TFT_eSPI$ vim User_Setup.h -(CHANGE '//#define ILI9341_DRIVER' to '#define ILI9341_DRIVER' if not defined.) +s@AirBoi:~/Arduino/libraries/TFT_eSPI$ vim User_Setup_Select.h +Find and UNCOMMENT: //#include // Setup file configured for my ILI9341 ``` Linux Example: