mirror of
https://github.com/justcallmekoko/ESP32Marauder.git
synced 2025-12-12 07:40:58 -08:00
Remove title screen and add select stations for mini
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user