Giter Site home page Giter Site logo

st7735-color-tft-display's Introduction

Eric's ST7735-TFT-Display Code & Projects



1.44" 128x128 Color TFT Display code and my notes Examples using both the Adafruit Libraries and the Arduino built-in TFT library Install the Adafruit GFX library and the Adafruit ST7735 library in library manager within the Arduino IDE.

๐Ÿฆ Twitter | ๐Ÿ“บ YouTube | ๐ŸŒ mkme.org
Support this project and become a patron on Eric's Patreon.
Website, Forum and store are at http://mkme.org
Chat with Me: Discord

Support this project and become a patron on Eric's Patreon.
Website, Forum and store are at http://mkme.org
Chat with Me: Discord

Discussion and further info I figure out (if any):

http://mkme.org/forum/viewtopic.php?f=2&p=1428#p1428

FULL Video Tutorial:

https://www.youtube.com/watch?v=7JBulQ3gaoc

BUY THE SUPPLIES HERE:

Buy the display here: https://amzn.to/2NBFCGl

More options: https://amzn.to/3cahIua

More videos and information at http://youtube.com/mkmeorg or http://www.mkme.org

Wiring to Arduino (Nano)

Pin On LCD Pin on NANO
LED 3.3 or 5V depending on your display
SCK D13
SDA D11 (MOSI)
A0 D8
RST D9
CS D10
GND GND
VCC 3.3 or 5V depending on your display

Useful Commands When Using Adafruit Library

Rotate Display:

tft.setRotation(tft.getRotation()+1);

Fill Screen Black:

tft.fillScreen(ST77XX_BLACK);

Test wrapping on/off:

tft.setTextWrap(false);

Print Text/numbers various colors: tft.setCursor(0, 30); tft.setTextColor(ST77XX_RED); tft.setTextSize(1); tft.println("Hello World!"); tft.setTextColor(ST77XX_YELLOW); tft.setTextSize(2); tft.println("Hello World!"); tft.setTextColor(ST77XX_GREEN); tft.setTextSize(3); tft.println("Hello World!"); tft.setTextColor(ST77XX_BLUE);

Draw Lines:

tft.drawLine(tft.width()-1, 0, 0, y, color);

Invert Display colors:

tft.invertDisplay(true);

st7735-color-tft-display's People

Contributors

mkme avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

st7735-color-tft-display's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.