Skip to content

Commit

Permalink
typo TP_CS
Browse files Browse the repository at this point in the history
  • Loading branch information
schreibfaul1 committed Feb 1, 2025
1 parent eeed330 commit 63ef7f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
MiniWebRadio -- Webradio receiver for ESP32
first release on 03/2017 */char Version[] ="\
Version 3.6.1i - Jan 17/2025 ";
Version 3.6.1j - Feb 01/2025 ";

/* 2.8" color display (320x240px) with controller ILI9341 or HX8347D (SPI) or
3.5" color display (480x320px) with controller ILI9486 or ILI9488 (SPI)
Expand Down Expand Up @@ -222,7 +222,7 @@ hp_BH1750 BH1750(&i2cBusOne); // create the sensor

#if TFT_CONTROLLER < 7 // ⏹⏹⏹⏹
TFT_SPI tft(SPI1, TFT_CS);
TP_XPT2046 tp(SPI1, TFT_CS);
TP_XPT2046 tp(SPI1, TP_CS);
#else
TFT_RGB tft;
TP_GT911 tp(&i2cBusOne);
Expand Down

0 comments on commit 63ef7f7

Please sign in to comment.