Code Monkey home page Code Monkey logo

Comments (3)

mikeprice99 avatar mikeprice99 commented on July 17, 2024

It seems to work perfectly for me.
Can you give an example of the code that doesn't work (ie what command are you giving to write your text)?

from ttgo-t-display.

thevalo avatar thevalo commented on July 17, 2024

Hello, this is the code:

#define FF18 &FreeSans12pt7b
#define GFXFF 1
 tft.setTextDatum(MC_DATUM);
 tft.setTextColor(TFT_WHITE, TFT_BLACK);
 tft.fillScreen(TFT_MAGENTA);
 tft.setFreeFont(FF18);    
 tft.drawString("Yellowtail 32", 160, 60, GFXFF);

The text "Yellowtail 32" is centered vertically, but not horizontally, so it's slightly spaced to the right.

from ttgo-t-display.

kakaki avatar kakaki commented on July 17, 2024

Last line should be:
tft.drawString("Yellowtail 32", 120, 60, GFXFF);
change 160 to 120, (screen size is 240x135) so 120 is in middle of screen not 160.

from ttgo-t-display.

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.