Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sboger authored Apr 6, 2019
1 parent 362ee80 commit 7e4feea
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
# M5 BLUETERM
M5 Core Bluetooth to TFT display terminal. This sketch makes your M5 Core into a remote bluetooth terminal.

Currently using the TFT_eSPI library directly as M5.Lcd scrolling is broken.
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.

Linux Example. For Windows, ask Bill G.
You might 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.)
```

Linux Example:
```
$ sudo bluetoothctl
[bluetooth]# agent on
Expand Down

0 comments on commit 7e4feea

Please sign in to comment.