Coder Social home page Coder Social logo

TFT display not working about esp-radio HOT 2 CLOSED

edzelf avatar edzelf commented on September 27, 2024
TFT display not working

from esp-radio.

Comments (2)

Edzelf avatar Edzelf commented on September 27, 2024

At the moment I have no possibility to look at the code.  If it works stand-alone, try to disconnect the VS1053 and the resetlines.
Verzonden vanaf Samsung-tablet.

-------- Oorspronkelijk bericht --------
Van: pasagame [email protected]
Datum: 27-10-16 10:58 (GMT+01:00)
Aan: Edzelf/Esp-radio [email protected]
Onderwerp: [PossibleSpam] [Edzelf/Esp-radio] TFT display not working (#33)

I use a 1.8 TFT, but it does not work. I used standalone. (Test code), works properly. please look picture this link http://www.mx7.com/view2/zrLdZLyC7TSCjbPc

standalone (test code)

#include

#include

#include

// Color definitions for the TFT screen (if used)

#define BLACK 0x0000

#define BLUE 0xF800

#define RED 0x001F

#define GREEN 0x07E0

#define CYAN GREEN | BLUE

#define MAGENTA RED | BLUE

#define YELLOW RED | GREEN

#define WHITE 0xFFFF

#define TFT_CS 15

#define TFT_DC 2

TFT_ILI9163C tft = TFT_ILI9163C ( TFT_CS, TFT_DC ) ;

void setup() {

SPI.begin() ;

tft.begin() ; // Init TFT interface

tft.fillRect ( 0, 0, 160, 128, BLACK ) ; // Clear screen does not work when rotated

tft.setRotation ( 3 ) ; // Use landscape format

tft.clearScreen() ; // Clear screen

tft.setTextSize ( 1 ) ; // Small character font

tft.setTextColor ( WHITE ) ;

tft.println ( "Starting" ) ;

}

void loop(){

//

}


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/Edzelf/Esp-radio","title":"Edzelf/Esp-radio","subtitle":"GitHub repository","main_image_url":"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png","avatar_image_url":"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png","action":{"name":"Open in GitHub","url":"https://github.com/Edzelf/Esp-radio"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"TFT display not working (#33)"}],"action":{"name":"View Issue","url":"https://github.com/Edzelf/Esp-radio/issues/33"}}}

from esp-radio.

pasagame avatar pasagame commented on September 27, 2024

until now i cannot use tft display.

from esp-radio.

Related Issues (20)

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.