ESP32 - 4.0 Inch ST7796 TN Touch (FNK0103-S)

Hi all! I have Recently bought a ESP32-ST7796 for a NmMiner.
However, I'm struggling quite a bit. I cant seem to get the LCD to work...
I know it works initially as it came out the box and lit up...

The link I bought from

I have flashed the device, tried all supported devices & the only one I get somewhere with is the "ESP32-2432s028r-st7789".
It is coming up with the mining codes so I know it is 100% mining.
But the display is not showing up? - Display is 320x480

I did have a 2.4 screen ESP32-2432s028r-ILI934" and that worked a treat.

I am completely new to codes so I apologise if it is not brilliant to understand.

FREENOVE Bitcoin Miner NMMiner NerdV2, ESP32 CYD 4.0 Inch Touch Display, 320x480 Pixel TN TFT LCD Screen ST7796 Driver, Dual-core 32-bit 240 MHz Microcontroller WiFi+BT, C Code LVGL Tutorial : Amazon.co.uk: Computers & Accessories

have a look at Freenove_ESP32_Displays and try some of the example Sketches
e.g. Sketch_12.3_TFT_Touch_Draw_3.5_4.0_Inch

download the TFT_eSPI library and setup the display

Managed to find via your link. Thank you so much!