woops
This commit is contained in:
parent
f210c8571f
commit
8716523f27
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ void setup(void) {
|
||||||
//tft.init(135, 240); // Init ST7789 240x135
|
//tft.init(135, 240); // Init ST7789 240x135
|
||||||
|
|
||||||
// OR use this initializer (uncomment) if using a 1.47" 174x320 TFT:
|
// 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
|
// 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
|
// Note that speed allowable depends on chip and quality of wiring, if you go too fast, you
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue