display.h 259 B

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