display.h 186 B

1234567
  1. #pragma once
  2. #include <TFT_eSPI.h>
  3. void displayInit(TFT_eSPI &tft);
  4. void displayShowLogo(TFT_eSPI &tft);
  5. void displayShowSystemA(TFT_eSPI &tft);
  6. void displayShowSystemB(TFT_eSPI &tft);