Problems with ESP32 classic bluetooth and TFT_eSPI library

#include <TFT_eSPI.h>
#include "FUNDO.h"
#include "AGULHA.h"
#include "fontG.h"
#include "BluetoothSerial.h"

BluetoothSerial SerialBT;

TFT_eSPI tft = TFT_eSPI();
TFT_eSprite FUNDOSprite = TFT_eSprite(&tft); // Main sprite for display
TFT_eSprite needle = TFT_eSprite(&tft);
TFT_eSprite txtSpriteG = TFT_eSprite(&tft);

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.