SeeedStudio TFT V2.0 text direction added

Vocho,

  1. Post your code.
  2. Are you using the V1 LCD shield or the V2 shield?
  3. Tft.setOrientation is not a sketch command; it is a library command. The sketch command for directions is: Tft.setDisplayDirect(Down2Up) for example.
    The version 1 example sketch, text4Directions.ino, shows the syntax to be used for direction.

-__-