Waveshare e-paper displays with SPI

@marco_99,

esp_sleep_enable_ext1_wakeup(BTN_PIN_MASK, ESP_EXT1_WAKEUP_ANY_HIGH); //enable deep sleep wake on button press

I am not familiar with deep sleep handling on ESP32.
But obviously you pin needs be pulled high to cause wake up. Or you could change the second parameter.