I replaced this
#include <Arduino.h>
#include <avr/pgmspace.h>
#ifndef TFT_h
#define TFT_h
#define MEGA
and #define SEEEDUINO with #define MEGA.
Tft.setOrientation(0); not work.
All the examples work with the Arduino One r2, except the tftbmp. screen black. SD card is read.
All the examples work with the Arduino Mega r3, except the tftbmp. the image is loaded, but it is confusing.
The SD card is in the arduino ethernet shield.
You can view an image and draw or write text at the same time?
You can change the brightness of the display?