Skip to content

Commit

Permalink
woops
Browse files Browse the repository at this point in the history
  • Loading branch information
ladyada committed Dec 17, 2021
1 parent f210c85 commit 8716523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/rotationtest/rotationtest.ino
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ void setup(void) {
//tft.init(135, 240); // Init ST7789 240x135

// OR use this initializer (uncomment) if using a 1.47" 174x320 TFT:
tft.init(174, 320); // Init ST7789 174x320
//tft.init(174, 320); // Init ST7789 174x320

// SPI speed defaults to SPI_DEFAULT_FREQ defined in the library, you can override it here
// Note that speed allowable depends on chip and quality of wiring, if you go too fast, you
Expand Down

0 comments on commit 8716523

Please sign in to comment.