#include "myFonts.h" 
#include <TFT_eSPI.h>
#include <Adafruit_GFX.h>
TFT_eSPI *tft;
TFT_eSPI tft_ext;
TFT_eSprite bg_spr = TFT_eSprite(&tft_ext);
#include <SPI.h>       // this is needed for display
#define latin Latin_Hiragana_24
#define small NotoSansBold15
#define digits NotoSansMonoSCB20

// The display also uses hardware SPI, plus #9 & #10
#define TFT_CS 15
#define TFT_DC 2
#define TFT_MOSI 23
#define TFT_SCLK 18

float dispTemp = 22.3;

//TFT_eSPI tft = TFT_eSPI(); // Invoke custom library with default width and height

void setup(void) {
  tft_ext.begin();
  tft = &tft_ext;
  tft->setRotation(0);
  
}

void loop() {
 
}



esp:VIN
esp:GND.2
esp:D13
esp:D12
esp:D14
esp:D27
esp:D26
esp:D25
esp:D33
esp:D32
esp:D35
esp:D34
esp:VN
esp:VP
esp:EN
esp:3V3
esp:GND.1
esp:D15
esp:D2
esp:D4
esp:RX2
esp:TX2
esp:D5
esp:D18
esp:D19
esp:D21
esp:RX0
esp:TX0
esp:D22
esp:D23
lcd1:VCC
lcd1:GND
lcd1:CS
lcd1:RST
lcd1:D/C
lcd1:MOSI
lcd1:SCK
lcd1:LED
lcd1:MISO
lcd1:SCL
lcd1:SDA