#define TFT_DC 15 #define TFT_CS 2
const float UTC_OFFSET = 9;
const boolean IS_METRIC = true; const String WUNDERGRROUND_API_KEY = "<前項で取得したWundergroundのAPI key"; const String WUNDERGRROUND_LANGUAGE = "EN"; const String WUNDERGROUND_COUNTRY = "JP"; const String WUNDERGROUND_CITY = "<天候を表示させたい都市名>";