- #pragma once
- #include <TFT_eSPI.h>
- void displayInit(TFT_eSPI &tft);
- void displayShowLogo(TFT_eSPI &tft);
- void displayShowSplash(TFT_eSPI &tft);
- void displayShowSystemA(TFT_eSPI &tft);
- void displayShowSystemB(TFT_eSPI &tft);
- void displayBlank(TFT_eSPI &tft);
|