When I run program with the rpcwifi or rpcble uncommented… Sprites no longer work, the LCD screen only displays white screen.
works fine with the ble and wifi commented out
any ideas?
//#include “rpcWiFi.h”
#include <TFT_eSPI.h>
//#include <rpcBLEDevice.h>
//#include <BLEServer.h>
//#include <BLEScan.h>
//#include <BLEAdvertisedDevice.h>
//Libraries
#include <SPI.h>
#include “tft_display.h”
//Initializations
TFT_eSPI tft; //Initializing TFT LCD
TFT_eSprite spr = TFT_eSprite(&tft); //Initializing buffer