Skip to content

Commit 93564e7

Browse files
Merge pull request #213 from mcauser/tft-begin
In TFT_Show_Font_ILI9341 example change init to begin
2 parents 1641d24 + 29f5251 commit 93564e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

STM32F1/libraries/Adafruit_ILI9341_STM/examples/TFT_Show_Font_ILI9341/TFT_Show_Font_ILI9341.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ byte state = 0;
4646
unsigned int colour = red << 11;
4747

4848
void setup(void) {
49-
tft.init();
49+
tft.begin();
5050
tft.setRotation(1);
5151
}
5252

0 commit comments

Comments
 (0)