Why includes for two different displays? Couldn't they conflict?
#include <Adafruit_ST7735.h> // Hardware-specific library for ST7735
#include <Adafruit_ST7789.h> // Hardware-specific library for ST7789
Did you see the output from this, on the IOT?
Serial.println(F("Initialized"));