Remove title screen and add select stations for mini

This commit is contained in:
Just Call Me Koko
2024-06-26 14:12:24 -04:00
parent 9690c73c35
commit ccf0c1cbbd
9 changed files with 148 additions and 11 deletions

View File

@@ -422,6 +422,7 @@ void Display::scrollAddress(uint16_t vsp) {
// JPEG_functions
/*
void Display::drawJpeg(const char *filename, int xpos, int ypos) {
// Open the named file (the Jpeg decoder library will close it after rendering image)
@@ -452,6 +453,7 @@ void Display::drawJpeg(const char *filename, int xpos, int ypos) {
// Serial.println(F("Jpeg file format not supported!"));
//}
}
*/
/*void Display::setupDraw() {
this->tft.drawLine(0, 0, 10, 0, TFT_MAGENTA);