@aravecchia Try changing the initialisation string from tft.init(135, 240); to tft.init(); or tft.begin(); and add TFT_eSPI tft = TFT_eSPI(135,240); between your include and define declerations.