HSES-LCD24でライブラリ付属のサンプルプログラムを試す
#define TFT_DC (5) #define TFT_CS (15)
#define TFT_DC (15) #define TFT_CS (2)
const char * vnc_ip = "192.168.x.x"; // VNCサーバのIPアドレス const uint16_t vnc_port = 5900; // VNCサーバのポート(変更しない) const char * vnc_pass = "foobar"; // VNCサーバのパスワード、サーバ側で設定したもの
const char* ssid = "your-ssid"; const char* password = "your-password";
tft.setRotation(1);
tft.setRotation(3);