Merge pull request #213 from mcauser/tft-begin

In TFT_Show_Font_ILI9341 example change init to begin
This commit is contained in:
Roger Clark 2016-09-27 15:24:08 +10:00 committed by GitHub
commit 93564e7f56
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ byte state = 0;
unsigned int colour = red << 11;
void setup(void) {
tft.init();
tft.begin();
tft.setRotation(1);
}