WIO Terminal LCD / WIFI screen failure with eSPrite

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

I don’t have any idea how to solve this, but I also have kind of the same problem which I described here. But sadly I didn’t get any solution until now.