#ifndef DRAW_QRCODE_H #define DRAW_QRCODE_H class GxEPD2_GFX_BASE_CLASS; int draw_qrcode(GxEPD2_GFX_BASE_CLASS &display, int16_t x, int16_t y, String &text); void draw_qrcode_wlan(GxEPD2_GFX_BASE_CLASS &display, int16_t x, int16_t y, const char *ssid, const char *psk); #endif