GxEPD2 - compatibility matrix

This report was generated on Wednesday, 23-Feb-22 22:48:15 CET using arduino-testlib.

GxEPD2

Version: 1.4.5
More details

Compatibility matrix

Board Claims compatibility Inclusion
GxEPD2_SerialFlash_Example
GxEPD2_Spiffs_Example
GxEPD2_MultiDisplayExample
GxEPD2_NotPagedExample
GxEPD2_PagedDisplayUsingCallback
GxEPD2_RotaryUsingBusyCallback
GxEPD2_GFX_Example
GxEPD2_MinimumExample
GxEPD2_SD_AVR_Example
GxEPD2_SerialFlash_Loader
GxEPD2_Example
GxEPD2_SD_Example
GxEPD2_WS_ESP32_Driver
GxEPD2_WiFi_Example
GxEPD2x_FastBlackWhiteOnColor
GxEPD2x_MixedTest
GxEPD2_HelloWorld
GxEPD2_SD_WriteBitmap
GxEPD2_Spiffs_Loader
GxEPD2_U8G2_Fonts_Example
arduino:avr:uno
1.8.4
Yes PASS FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL
arduino:mbed_nano:nanorp2040connect
2.7.2
Yes PASS FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL PASS FAIL FAIL
arduino:megaavr:nona4809
1.8.7
Yes PASS FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL
arduino:samd:mkrwifi1010
1.8.12
Yes PASS FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL PASS FAIL FAIL
esp32:esp32:d1_mini32
1.0.6
Yes PASS FAIL FAIL PASS PASS FAIL FAIL FAIL FAIL FAIL PASS FAIL FAIL FAIL FAIL FAIL FAIL FAIL PASS PASS FAIL

Compilation logs

arduino:avr:uno @ 1.8.4

Inclusion

Result: PASS

Sketch uses 1332 bytes (4%) of program storage space. Maximum is 32256 bytes.
Global variables use 184 bytes (8%) of dynamic memory, leaving 1864 bytes for local variables. Maximum is 2048 bytes.

examples/GxEPD2_Example

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:116:3: error: 'display' was not declared in this scope
   display.init(115200); // default 10ms reset pulse, e.g. for bare panels with DESPI-C02
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:116:3: note: suggested alternative: 'delay'
   display.init(115200); // default 10ms reset pulse, e.g. for bare panels with DESPI-C02
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void helloWorld()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:183:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:183:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void helloWorldForDummies()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:211:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:211:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void helloFullScreenPartialMode()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:257:3: error: 'display' was not declared in this scope
   display.setPartialWindow(0, 0, display.width(), display.height());
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:257:3: note: suggested alternative: 'delay'
   display.setPartialWindow(0, 0, display.width(), display.height());
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void helloArduino()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:307:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:307:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void helloEpaper()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:338:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:338:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void helloStripe(uint16_t)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:377:3: error: 'display' was not declared in this scope
   display.setRotation(3);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:377:3: note: suggested alternative: 'delay'
   display.setRotation(3);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void helloValue(double, int)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:415:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:415:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void deepSleepTest()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:467:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:467:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void showBox(uint16_t, uint16_t, uint16_t, uint16_t, bool)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:527:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:527:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void drawCornerTest()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:548:3: error: 'display' was not declared in this scope
   display.setFullWindow();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:548:3: note: suggested alternative: 'delay'
   display.setFullWindow();
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void showFont(const char*, const GFXfont*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:572:3: error: 'display' was not declared in this scope
   display.setFullWindow();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:572:3: note: suggested alternative: 'delay'
   display.setFullWindow();
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void drawFont(const char*, const GFXfont*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:586:3: error: 'display' was not declared in this scope
   display.fillScreen(GxEPD_WHITE);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:586:3: note: suggested alternative: 'delay'
   display.fillScreen(GxEPD_WHITE);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void showPartialUpdate()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:620:7: error: 'display' was not declared in this scope
   if (display.epd2.WIDTH < 104) cursor_y = box_y + 6;
       ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:620:7: note: suggested alternative: 'delay'
   if (display.epd2.WIDTH < 104) cursor_y = box_y + 6;
       ^~~~~~~
       delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:622:19: error: 'display' was not declared in this scope
   uint16_t incr = display.epd2.hasFastPartialUpdate ? 1 : 3;
                   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:622:19: note: suggested alternative: 'delay'
   uint16_t incr = display.epd2.hasFastPartialUpdate ? 1 : 3;
                   ^~~~~~~
                   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void drawBitmaps()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:679:3: error: 'display' was not declared in this scope
   display.setFullWindow();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:679:3: note: suggested alternative: 'delay'
   display.setFullWindow();
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void drawBitmaps200x200()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:855:8: error: 'display' was not declared in this scope
   if ((display.epd2.WIDTH == 200) && (display.epd2.HEIGHT == 200) && !display.epd2.hasColor)
        ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:855:8: note: suggested alternative: 'delay'
   if ((display.epd2.WIDTH == 200) && (display.epd2.HEIGHT == 200) && !display.epd2.hasColor)
        ^~~~~~~
        delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:873:22: error: 'display' was not declared in this scope
     bool mirror_y = (display.epd

examples/GxEPD2_GFX_Example

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_GFX_Example/GxEPD2_GFX_Example.ino:46:23: error: 'display' was not declared in this scope
 BitmapDisplay bitmaps(display);
                       ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_GFX_Example/GxEPD2_GFX_Example.ino:46:23: note: suggested alternative: 'delay'
 BitmapDisplay bitmaps(display);
                       ^~~~~~~
                       delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_GFX_Example/GxEPD2_GFX_Example.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_GFX_Example/GxEPD2_GFX_Example.ino:54:3: error: 'display' was not declared in this scope
   display.init(115200);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_GFX_Example/GxEPD2_GFX_Example.ino:54:3: note: suggested alternative: 'delay'
   display.init(115200);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_GFX_Example/GxEPD2_GFX_Example.ino: In function 'void deepSleepTest()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_GFX_Example/GxEPD2_GFX_Example.ino:97:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_GFX_Example/GxEPD2_GFX_Example.ino:97:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_GFX_Example/GxEPD2_GFX_Example.ino: In function 'void showBox(uint16_t, uint16_t, uint16_t, uint16_t, bool)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_GFX_Example/GxEPD2_GFX_Example.ino:156:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_GFX_Example/GxEPD2_GFX_Example.ino:156:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_GFX_Example/GxEPD2_GFX_Example.ino: In function 'void drawCornerTest()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_GFX_Example/GxEPD2_GFX_Example.ino:177:3: error: 'display' was not declared in this scope
   display.setFullWindow();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_GFX_Example/GxEPD2_GFX_Example.ino:177:3: note: suggested alternative: 'delay'
   display.setFullWindow();
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_GFX_Example/GxEPD2_GFX_Example.ino: In function 'void showPartialUpdate()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_GFX_Example/GxEPD2_GFX_Example.ino:208:14: error: 'display' was not declared in this scope
   helloWorld(display);
              ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_GFX_Example/GxEPD2_GFX_Example.ino:208:14: note: suggested alternative: 'delay'
   helloWorld(display);
              ^~~~~~~
              delay

examples/GxEPD2_HelloWorld

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_HelloWorld/GxEPD2_HelloWorld.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_HelloWorld/GxEPD2_HelloWorld.ino:26:3: error: 'display' was not declared in this scope
   display.init();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_HelloWorld/GxEPD2_HelloWorld.ino:26:3: note: suggested alternative: 'delay'
   display.init();
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_HelloWorld/GxEPD2_HelloWorld.ino: In function 'void helloWorld()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_HelloWorld/GxEPD2_HelloWorld.ino:35:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_HelloWorld/GxEPD2_HelloWorld.ino:35:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay

examples/GxEPD2_MinimumExample

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_MinimumExample/GxEPD2_MinimumExample.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_MinimumExample/GxEPD2_MinimumExample.ino:23:3: error: 'display' was not declared in this scope
   display.init();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_MinimumExample/GxEPD2_MinimumExample.ino:23:3: note: suggested alternative: 'delay'
   display.init();
   ^~~~~~~
   delay

examples/GxEPD2_MultiDisplayExample

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_MultiDisplayExample/GxEPD2_MultiDisplayExample.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_MultiDisplayExample/GxEPD2_MultiDisplayExample.ino:187:16: error: 'RST_PIN' was not declared in this scope
   digitalWrite(RST_PIN, HIGH);
                ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_MultiDisplayExample/GxEPD2_MultiDisplayExample.ino:195:3: error: 'display1' was not declared in this scope
   display1.init(115200); // enable diagnostic output on Serial
   ^~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_MultiDisplayExample/GxEPD2_MultiDisplayExample.ino:195:3: note: suggested alternative: 'delay'
   display1.init(115200); // enable diagnostic output on Serial
   ^~~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_MultiDisplayExample/GxEPD2_MultiDisplayExample.ino:196:3: error: 'display2' was not declared in this scope
   display2.init(115200); // enable diagnostic output on Serial
   ^~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_MultiDisplayExample/GxEPD2_MultiDisplayExample.ino:196:3: note: suggested alternative: 'delay'
   display2.init(115200); // enable diagnostic output on Serial
   ^~~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_MultiDisplayExample/GxEPD2_MultiDisplayExample.ino:197:3: error: 'display3' was not declared in this scope
   display3.init(115200); // enable diagnostic output on Serial
   ^~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_MultiDisplayExample/GxEPD2_MultiDisplayExample.ino:197:3: note: suggested alternative: 'delay'
   display3.init(115200); // enable diagnostic output on Serial
   ^~~~~~~~
   delay

examples/GxEPD2_NotPagedExample

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:260:3: error: 'display' was not declared in this scope
   display.init(115200);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:260:3: note: suggested alternative: 'delay'
   display.init(115200);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino: In function 'void helloWorld()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:306:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:306:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino: In function 'void helloWorldForDummiesNotPaged()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:330:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:330:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino: In function 'void helloFullScreenPartialMode()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:362:3: error: 'display' was not declared in this scope
   display.setFullWindow();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:362:3: note: suggested alternative: 'delay'
   display.setFullWindow();
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino: In function 'void helloArduino()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:407:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:407:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino: In function 'void helloEpaper()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:434:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:434:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino: In function 'void helloValue(double, int)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:474:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:474:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino: In function 'void deepSleepTest()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:520:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:520:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino: In function 'void showBox(uint16_t, uint16_t, uint16_t, uint16_t, bool)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:567:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:567:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino: In function 'void drawCornerTest()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:584:3: error: 'display' was not declared in this scope
   display.setFullWindow();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:584:3: note: suggested alternative: 'delay'
   display.setFullWindow();
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino: In function 'void showFont(const char*, const GFXfont*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:604:3: error: 'display' was not declared in this scope
   display.setFullWindow();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:604:3: note: suggested alternative: 'delay'
   display.setFullWindow();
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino: In function 'void drawFont(const char*, const GFXfont*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:614:3: error: 'display' was not declared in this scope
   display.fillScreen(GxEPD_WHITE);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:614:3: note: suggested alternative: 'delay'
   display.fillScreen(GxEPD_WHITE);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino: In function 'void showPartialUpdate()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:649:19: error: 'display' was not declared in this scope
   uint16_t incr = display.epd2.hasFastPartialUpdate ? 1 : 3;
                   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:649:19: note: suggested alternative: 'delay'
   uint16_t incr = display.epd2.hasFastPartialUpdate ? 1 : 3;
                   ^~~~~~~
                   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino: In function 'void drawBitmaps()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:688:3: error: 'display' was not declared in this scope
   display.setFullWindow();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:688:3: note: suggested alternative: 'delay'
   display.setFullWindow();
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino: In function 'void drawBitmaps200x200()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:752:8: error: 'display' was not declared in this scope
   if ((display.epd2.panel == GxEPD2::GDEP015OC1) || (display.epd2.panel == GxEPD2::GDEH0154D67))
        ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:752:8: note: suggested alternative: 'delay'
   if ((display.epd2.panel == GxEPD2::GDEP015OC1) || (display.epd2.panel == GxEPD2::GDEH0154D67))
        ^~~~~~~
        delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:766:22: error: 'display' was not declared in this scope
     bool mirror_y = (display.epd2.panel != GxEPD2::GDE0213B1);
                      ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:766:22: note: suggested alternative: 'delay'
     bool mirror_y = (display.epd2.panel != GxEPD2::GDE0213B1);
                      ^~~~~~~
                      delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:776:2

examples/GxEPD2_PagedDisplayUsingCallback

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:92:3: error: 'display' was not declared in this scope
   display.init(115200);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:92:3: note: suggested alternative: 'delay'
   display.init(115200);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino: In function 'void helloWorldCallback(const void*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:125:17: error: 'display' was not declared in this scope
   uint16_t x = (display.width() - 160) / 2;
                 ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:125:17: note: suggested alternative: 'delay'
   uint16_t x = (display.width() - 160) / 2;
                 ^~~~~~~
                 delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino: In function 'void helloWorld()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:135:17: error: 'display' was not declared in this scope
   uint16_t x = (display.width() - 160) / 2;
                 ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:135:17: note: suggested alternative: 'delay'
   uint16_t x = (display.width() - 160) / 2;
                 ^~~~~~~
                 delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino: In function 'void helloFullScreenPartialModeCallback(const void*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:147:17: error: 'display' was not declared in this scope
   uint16_t x = (display.width() - 160) / 2;
                 ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:147:17: note: suggested alternative: 'delay'
   uint16_t x = (display.width() - 160) / 2;
                 ^~~~~~~
                 delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino: In function 'void helloFullScreenPartialMode()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:175:3: error: 'display' was not declared in this scope
   display.setPartialWindow(0, 0, display.width(), display.height());
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:175:3: note: suggested alternative: 'delay'
   display.setPartialWindow(0, 0, display.width(), display.height());
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino: In function 'void helloArduinoCallback(const void*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:185:17: error: 'display' was not declared in this scope
   uint16_t x = (display.width() - 160) / 2;
                 ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:185:17: note: suggested alternative: 'delay'
   uint16_t x = (display.width() - 160) / 2;
                 ^~~~~~~
                 delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino: In function 'void helloArduino()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:195:17: error: 'display' was not declared in this scope
   uint16_t x = (display.width() - 160) / 2;
                 ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:195:17: note: suggested alternative: 'delay'
   uint16_t x = (display.width() - 160) / 2;
                 ^~~~~~~
                 delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino: In function 'void helloEpaperCallback(const void*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:208:17: error: 'display' was not declared in this scope
   uint16_t x = (display.width() - 160) / 2;
                 ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:208:17: note: suggested alternative: 'delay'
   uint16_t x = (display.width() - 160) / 2;
                 ^~~~~~~
                 delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino: In function 'void helloEpaper()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:218:17: error: 'display' was not declared in this scope
   uint16_t x = (display.width() - 160) / 2;
                 ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:218:17: note: suggested alternative: 'delay'
   uint16_t x = (display.width() - 160) / 2;
                 ^~~~~~~
                 delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino: In function 'void showFont(const char*, const GFXfont*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:237:3: error: 'display' was not declared in this scope
   display.setFullWindow();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:237:3: note: suggested alternative: 'delay'
   display.setFullWindow();
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino: In function 'void drawFontCallback(const void*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:247:3: error: 'display' was not declared in this scope
   display.fillScreen(GxEPD_WHITE);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:247:3: note: suggested alternative: 'delay'
   display.fillScreen(GxEPD_WHITE);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino: In function 'void showBoxCallback(const void*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:280:3: error: 'display' was not declared in this scope
   display.fillRect(p->x, p->y, p->w, p->h, p->color);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:280:3: note: suggested alternative: 'delay'
   display.fillRect(p->x, p->y, p->w, p->h, p->color);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino: In function 'void showValueBoxCallback(const void*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:286:3: error: 'display' was not declared in this scope
   display.fillRect(p->x, p->y, p->w, p->h, GxEPD_WHITE);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:286:3: note: suggested alternative: 'delay'
   display.fillRect(p->x, p->y, p->w, p->h, GxEPD_WHITE);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino: In function 'void showPartialUpdate()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:300:19: error: 'display' was not declared in this scope
   uint16_t incr = display.epd2.hasFastPartialUpdate ? 1 : 3;
                   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxE

examples/GxEPD2_RotaryUsingBusyCallback

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_RotaryUsingBusyCallback/GxEPD2_RotaryUsingBusyCallback.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_RotaryUsingBusyCallback/GxEPD2_RotaryUsingBusyCallback.ino:64:3: error: 'display' was not declared in this scope
   display.init(); // disable diagnostics to avoid delay and catch most rotary pulses
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_RotaryUsingBusyCallback/GxEPD2_RotaryUsingBusyCallback.ino:64:3: note: suggested alternative: 'delay'
   display.init(); // disable diagnostics to avoid delay and catch most rotary pulses
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_RotaryUsingBusyCallback/GxEPD2_RotaryUsingBusyCallback.ino: In function 'void helloWorld()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_RotaryUsingBusyCallback/GxEPD2_RotaryUsingBusyCallback.ino:88:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_RotaryUsingBusyCallback/GxEPD2_RotaryUsingBusyCallback.ino:88:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_RotaryUsingBusyCallback/GxEPD2_RotaryUsingBusyCallback.ino: In function 'void showEncoderValue(int)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_RotaryUsingBusyCallback/GxEPD2_RotaryUsingBusyCallback.ino:129:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_RotaryUsingBusyCallback/GxEPD2_RotaryUsingBusyCallback.ino:129:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay

examples/GxEPD2_SD_AVR_Example

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino:97:1: error: 'GxEPD2_DRIVER_CLASS' does not name a type; did you mean 'GxEPD2_GFX_BASE_CLASS'?
 GxEPD2_DRIVER_CLASS display(/*CS=10*/ EPD_CS, /*DC=*/ 8, /*RST=*/ 9, /*BUSY=*/ 7);
 ^~~~~~~~~~~~~~~~~~~
 GxEPD2_GFX_BASE_CLASS
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino:114:3: error: 'display' was not declared in this scope
   display.init(115200);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino:114:3: note: suggested alternative: 'delay'
   display.init(115200);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino: In function 'void drawBitmaps_200x200()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino:136:24: error: 'display' was not declared in this scope
   int16_t x = (int16_t(display.WIDTH) - 200) / 2;
                        ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino:136:24: note: suggested alternative: 'delay'
   int16_t x = (int16_t(display.WIDTH) - 200) / 2;
                        ^~~~~~~
                        delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino: In function 'void drawBitmaps_other()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino:160:16: error: 'display' was not declared in this scope
   int16_t w2 = display.WIDTH / 2;
                ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino:160:16: note: suggested alternative: 'delay'
   int16_t w2 = display.WIDTH / 2;
                ^~~~~~~
                delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino: In function 'void drawBitmaps_test()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino:194:16: error: 'display' was not declared in this scope
   int16_t w2 = display.WIDTH / 2;
                ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino:194:16: note: suggested alternative: 'delay'
   int16_t w2 = display.WIDTH / 2;
                ^~~~~~~
                delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino: In function 'void drawBitmapFromSD(const char*, int16_t, int16_t, bool)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino:218:21: error: 'display' was not declared in this scope
   if ((x >= int16_t(display.WIDTH)) || (y >= int16_t(display.HEIGHT))) return;
                     ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino:218:21: note: suggested alternative: 'delay'
   if ((x >= int16_t(display.WIDTH)) || (y >= int16_t(display.HEIGHT))) return;
                     ^~~~~~~
                     delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino:268:34: error: 'display' was not declared in this scope
       if ((x + w - 1) >= int16_t(display.WIDTH))  w = int16_t(display.WIDTH)  - x;
                                  ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino:268:34: note: suggested alternative: 'delay'
       if ((x + w - 1) >= int16_t(display.WIDTH))  w = int16_t(display.WIDTH)  - x;
                                  ^~~~~~~
                                  delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino:269:34: error: 'display' was not declared in this scope
       if ((y + h - 1) >= int16_t(display.HEIGHT)) h = int16_t(display.HEIGHT) - y;
                                  ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino:269:34: note: suggested alternative: 'delay'
       if ((y + h - 1) >= int16_t(display.HEIGHT)) h = int16_t(display.HEIGHT) - y;
                                  ^~~~~~~
                                  delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino:297:9: error: 'display' was not declared in this scope
         display.clearScreen();
         ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino:297:9: note: suggested alternative: 'delay'
         display.clearScreen();
         ^~~~~~~
         delay
Multiple libraries were found for "SdFat.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SdFat
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/InkplateLibrary
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SdFat_-_Adafruit_Fork

examples/GxEPD2_SD_Example

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:97:3: error: 'display' was not declared in this scope
   display.init(115200);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:97:3: note: suggested alternative: 'delay'
   display.init(115200);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino: In function 'void drawBitmaps_200x200()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:130:16: error: 'display' was not declared in this scope
   int16_t x = (display.width() - 200) / 2;
                ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:130:16: note: suggested alternative: 'delay'
   int16_t x = (display.width() - 200) / 2;
                ^~~~~~~
                delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino: In function 'void drawBitmaps_other()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:154:16: error: 'display' was not declared in this scope
   int16_t w2 = display.width() / 2;
                ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:154:16: note: suggested alternative: 'delay'
   int16_t w2 = display.width() / 2;
                ^~~~~~~
                delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino: In function 'void drawBitmaps_test()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:188:16: error: 'display' was not declared in this scope
   int16_t w2 = display.width() / 2;
                ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:188:16: note: suggested alternative: 'delay'
   int16_t w2 = display.width() / 2;
                ^~~~~~~
                delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino: In function 'void drawBitmapsBuffered_200x200()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:214:16: error: 'display' was not declared in this scope
   int16_t x = (display.width() - 200) / 2;
                ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:214:16: note: suggested alternative: 'delay'
   int16_t x = (display.width() - 200) / 2;
                ^~~~~~~
                delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino: In function 'void drawBitmapsBuffered_other()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:238:16: error: 'display' was not declared in this scope
   int16_t w2 = display.width() / 2;
                ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:238:16: note: suggested alternative: 'delay'
   int16_t w2 = display.width() / 2;
                ^~~~~~~
                delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino: In function 'void drawBitmapsBuffered_test()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:272:16: error: 'display' was not declared in this scope
   int16_t w2 = display.width() / 2;
                ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:272:16: note: suggested alternative: 'delay'
   int16_t w2 = display.width() / 2;
                ^~~~~~~
                delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino: In function 'void drawBitmapFromSD(const char*, int16_t, int16_t, bool)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:299:13: error: 'display' was not declared in this scope
   if ((x >= display.epd2.WIDTH) || (y >= display.epd2.HEIGHT)) return;
             ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:299:13: note: suggested alternative: 'delay'
   if ((x >= display.epd2.WIDTH) || (y >= display.epd2.HEIGHT)) return;
             ^~~~~~~
             delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:350:26: error: 'display' was not declared in this scope
       if ((x + w - 1) >= display.epd2.WIDTH)  w = display.epd2.WIDTH  - x;
                          ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:350:26: note: suggested alternative: 'delay'
       if ((x + w - 1) >= display.epd2.WIDTH)  w = display.epd2.WIDTH  - x;
                          ^~~~~~~
                          delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:351:26: error: 'display' was not declared in this scope
       if ((y + h - 1) >= display.epd2.HEIGHT) h = display.epd2.HEIGHT - y;
                          ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:351:26: note: suggested alternative: 'delay'
       if ((y + h - 1) >= display.epd2.HEIGHT) h = display.epd2.HEIGHT - y;
                          ^~~~~~~
                          delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:380:9: error: 'display' was not declared in this scope
         display.clearScreen();
         ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:380:9: note: suggested alternative: 'delay'
         display.clearScreen();
         ^~~~~~~
         delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino: In function 'void drawBitmapFromSD_Buffered(const char*, int16_t, int16_t, bool, bool, bool)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:488:26: error: 'display' was not declared in this scope
   bool has_multicolors = display.epd2.panel == GxEPD2::ACeP565;
                          ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:488:26: note: suggested alternative: 'delay'
   bool has_multicolors = display.epd2.panel == GxEPD2::ACeP565;
                          ^~~~~~~
                          delay
Multiple libraries were found for "SdFat.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SdFat
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/InkplateLibrary
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SdFat_-_Adafruit_Fork

examples/GxEPD2_SD_WriteBitmap

Result: FAIL

Sketch uses 56824 bytes (176%) of program storage space. Maximum is 32256 bytes.
Global variables use 1258 bytes (61%) of dynamic memory, leaving 790 bytes for local variables. Maximum is 2048 bytes.
Sketch too big; see https://support.arduino.cc/hc/en-us/articles/360013825179 for tips on reducing it.

examples/GxEPD2_SerialFlash_Example

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:70:3: error: 'display' was not declared in this scope
   display.init();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:70:3: note: suggested alternative: 'delay'
   display.init();
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:72:26: error: 'FlashChipSelect' was not declared in this scope
   if (!SerialFlash.begin(FlashChipSelect))
                          ^~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino: In function 'void drawBitmaps_200x200()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:137:16: error: 'display' was not declared in this scope
   int16_t x = (display.width() - 200) / 2;
                ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:137:16: note: suggested alternative: 'delay'
   int16_t x = (display.width() - 200) / 2;
                ^~~~~~~
                delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino: In function 'void drawBitmaps_other()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:161:16: error: 'display' was not declared in this scope
   int16_t w2 = display.width() / 2;
                ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:161:16: note: suggested alternative: 'delay'
   int16_t w2 = display.width() / 2;
                ^~~~~~~
                delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino: In function 'void drawBitmapsBuffered_200x200()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:207:16: error: 'display' was not declared in this scope
   int16_t x = (display.width() - 200) / 2;
                ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:207:16: note: suggested alternative: 'delay'
   int16_t x = (display.width() - 200) / 2;
                ^~~~~~~
                delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino: In function 'void drawBitmapsBuffered_other()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:231:16: error: 'display' was not declared in this scope
   int16_t w2 = display.width() / 2;
                ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:231:16: note: suggested alternative: 'delay'
   int16_t w2 = display.width() / 2;
                ^~~~~~~
                delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino: In function 'void drawBitmapFromSerialFlash(const char*, int16_t, int16_t, bool)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:272:13: error: 'display' was not declared in this scope
   if ((x >= display.epd2.WIDTH) || (y >= display.epd2.HEIGHT)) return;
             ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:272:13: note: suggested alternative: 'delay'
   if ((x >= display.epd2.WIDTH) || (y >= display.epd2.HEIGHT)) return;
             ^~~~~~~
             delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:315:26: error: 'display' was not declared in this scope
       if ((x + w - 1) >= display.epd2.WIDTH)  w = display.epd2.WIDTH  - x;
                          ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:315:26: note: suggested alternative: 'delay'
       if ((x + w - 1) >= display.epd2.WIDTH)  w = display.epd2.WIDTH  - x;
                          ^~~~~~~
                          delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:316:26: error: 'display' was not declared in this scope
       if ((y + h - 1) >= display.epd2.HEIGHT) h = display.epd2.HEIGHT - y;
                          ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:316:26: note: suggested alternative: 'delay'
       if ((y + h - 1) >= display.epd2.HEIGHT) h = display.epd2.HEIGHT - y;
                          ^~~~~~~
                          delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:344:9: error: 'display' was not declared in this scope
         display.clearScreen();
         ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:344:9: note: suggested alternative: 'delay'
         display.clearScreen();
         ^~~~~~~
         delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino: In function 'void drawBitmapFromSerialFlash_Buffered(const char*, int16_t, int16_t, bool, bool, bool)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:451:26: error: 'display' was not declared in this scope
   bool has_multicolors = display.epd2.panel == GxEPD2::ACeP565;
                          ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:451:26: note: suggested alternative: 'delay'
   bool has_multicolors = display.epd2.panel == GxEPD2::ACeP565;
                          ^~~~~~~
                          delay

examples/GxEPD2_SerialFlash_Loader

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/erpc/erpc_codec.h:14:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/erpc/erpc_server.h:13,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/erpc/rpc_ble_callback_server.h:12,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/erpc/erpc_shim_unified.h:7,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/seeed_rpcUnified.h:10,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi/src/WiFiGeneric.h:26,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi/src/WiFiSTA.h:28,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi/src/WiFi.h:32,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi/src/rpcWiFi.h:1,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi/src/WiFiClientSecure.h:25,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Loader/GxEPD2_SerialFlash_Loader.ino:34:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/erpc/erpc_message_buffer.h:14:10: fatal error: cstddef: No such file or directory
 #include <cstddef>
          ^~~~~~~~~
compilation terminated.
Multiple libraries were found for "WiFiClient.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/WiFiEspAT
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/WiFi101
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/WiFiNINA
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/WiFi
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/WiFi_Link
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi

examples/GxEPD2_Spiffs_Example

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Spiffs_Example/GxEPD2_Spiffs_Example.ino:40:10: fatal error: FS.h: No such file or directory
 #include <FS.h>
          ^~~~~~
compilation terminated.

examples/GxEPD2_Spiffs_Loader

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Spiffs_Loader/GxEPD2_Spiffs_Loader.ino:22:10: fatal error: FS.h: No such file or directory
 #include <FS.h>
          ^~~~~~
compilation terminated.

examples/GxEPD2_U8G2_Fonts_Example

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino:46:3: error: 'display' was not declared in this scope
   display.init();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino:46:3: note: suggested alternative: 'delay'
   display.init();
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino: In function 'void helloWorld()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino:86:17: error: 'display' was not declared in this scope
   uint16_t x = (display.width() - tw) / 2;
                 ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino:86:17: note: suggested alternative: 'delay'
   uint16_t x = (display.width() - tw) / 2;
                 ^~~~~~~
                 delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino: In function 'void helloArduino()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino:114:17: error: 'display' was not declared in this scope
   uint16_t x = (display.width() - tw) / 2;
                 ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino:114:17: note: suggested alternative: 'delay'
   uint16_t x = (display.width() - tw) / 2;
                 ^~~~~~~
                 delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino: In function 'void helloEpaper()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino:142:17: error: 'display' was not declared in this scope
   uint16_t x = (display.width() - tw) / 2;
                 ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino:142:17: note: suggested alternative: 'delay'
   uint16_t x = (display.width() - tw) / 2;
                 ^~~~~~~
                 delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino: In function 'void showFont(const char*, const uint8_t*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino:158:3: error: 'display' was not declared in this scope
   display.setFullWindow();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino:158:3: note: suggested alternative: 'delay'
   display.setFullWindow();
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino: In function 'void drawFont(const char*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino:176:3: error: 'display' was not declared in this scope
   display.fillScreen(GxEPD_WHITE);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino:176:3: note: suggested alternative: 'delay'
   display.fillScreen(GxEPD_WHITE);
   ^~~~~~~
   delay

examples/GxEPD2_WS_ESP32_Driver

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:136:3: error: 'display' was not declared in this scope
   display.init(115200); // uses standard SPI pins, e.g. SCK(18), MISO(19), MOSI(23), SS(5)
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:136:3: note: suggested alternative: 'delay'
   display.init(115200); // uses standard SPI pins, e.g. SCK(18), MISO(19), MOSI(23), SS(5)
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:141:27: error: no matching function for call to 'SPIClass::begin(int, int, int, int)'
   SPI.begin(13, 12, 14, 15); // map and init SPI pins SCK(13), MISO(12), MOSI(14), SS(15)
                           ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/src/GxEPD2_EPD.h:16:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/src/GxEPD2_BW.h:33,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:34:
/home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/avr/1.8.4/libraries/SPI/src/SPI.h:159:15: note: candidate: static void SPIClass::begin()
   static void begin();
               ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/avr/1.8.4/libraries/SPI/src/SPI.h:159:15: note:   candidate expects 0 arguments, 4 provided
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino: In function 'void helloWorld()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:187:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:187:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino: In function 'void helloWorldForDummies()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:214:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:214:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino: In function 'void helloFullScreenPartialMode()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:260:3: error: 'display' was not declared in this scope
   display.setPartialWindow(0, 0, display.width(), display.height());
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:260:3: note: suggested alternative: 'delay'
   display.setPartialWindow(0, 0, display.width(), display.height());
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino: In function 'void helloArduino()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:309:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:309:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino: In function 'void helloEpaper()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:339:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:339:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino: In function 'void deepSleepTest()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:371:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:371:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino: In function 'void showBox(uint16_t, uint16_t, uint16_t, uint16_t, bool)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:430:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:430:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino: In function 'void drawCornerTest()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:451:3: error: 'display' was not declared in this scope
   display.setFullWindow();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:451:3: note: suggested alternative: 'delay'
   display.setFullWindow();
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino: In function 'void showFont(const char*, const GFXfont*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:475:3: error: 'display' was not declared in this scope
   display.setFullWindow();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:475:3: note: suggested alternative: 'delay'
   display.setFullWindow();
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino: In function 'void drawFont(const char*, const GFXfont*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:489:3: error: 'display' was not declared in this scope
   display.fillScreen(GxEPD_WHITE);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:489:3: note: suggested alternative: 'delay'
   display.fillScreen(GxEPD_WHITE);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino: In function 'void showPartialUpdate()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:524:19: error: 'display' was not declared in this scope
   uint16_t incr = display.epd2.hasFastPartialUpdate ? 1 : 3;
                   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:524:19: note: suggested alternative: 'delay'
   uint16_t incr = display.epd2.hasFastPartialUpdate ? 1 : 3;
                   ^~~~~~~
                   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino: In function 'void drawBitmaps()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:580:3: error: 'display' was not declared in this scope
   display.setFullWindow();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:580:3: note: suggested alternative: 'delay'
   display.setFullWindow();
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino: In function 'void drawBitmaps200x200()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:644:8: error: 'display' was not declared in this scope
   if ((display.epd2.panel == GxEPD2::GDEP015OC1) || (display.epd2.panel == GxEPD2::GDEH0154D67))
        ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:644:8: note: suggested alternative: 'delay'
   if ((display.epd2.panel == GxEPD2::GDEP015OC1) || (display.epd2.panel == GxEPD2::GDEH0154D67))
        ^~~~~~~
        delay
/home/ec2-user

examples/GxEPD2_WiFi_Example

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/erpc/erpc_codec.h:14:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/erpc/erpc_server.h:13,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/erpc/rpc_ble_callback_server.h:12,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/erpc/erpc_shim_unified.h:7,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/seeed_rpcUnified.h:10,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi/src/WiFiGeneric.h:26,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi/src/WiFiSTA.h:28,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi/src/WiFi.h:32,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi/src/rpcWiFi.h:1,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi/src/WiFiClientSecure.h:25,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WiFi_Example/GxEPD2_WiFi_Example.ino:156:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/erpc/erpc_message_buffer.h:14:10: fatal error: cstddef: No such file or directory
 #include <cstddef>
          ^~~~~~~~~
compilation terminated.
Multiple libraries were found for "WiFiClient.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/WiFiEspAT
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/WiFi
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/WiFiNINA
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/WiFi_Link
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/WiFi101

examples/GxEPD2x_FastBlackWhiteOnColor

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_FastBlackWhiteOnColor/GxEPD2x_FastBlackWhiteOnColor.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_FastBlackWhiteOnColor/GxEPD2x_FastBlackWhiteOnColor.ino:44:3: error: 'display' was not declared in this scope
   display.init(115200);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_FastBlackWhiteOnColor/GxEPD2x_FastBlackWhiteOnColor.ino:44:3: note: suggested alternative: 'delay'
   display.init(115200);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_FastBlackWhiteOnColor/GxEPD2x_FastBlackWhiteOnColor.ino: In function 'void clearWindow()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_FastBlackWhiteOnColor/GxEPD2x_FastBlackWhiteOnColor.ino:58:3: error: 'display' was not declared in this scope
   display.setPartialWindow(window_x, window_y, window_width, window_height);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_FastBlackWhiteOnColor/GxEPD2x_FastBlackWhiteOnColor.ino:58:3: note: suggested alternative: 'delay'
   display.setPartialWindow(window_x, window_y, window_width, window_height);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_FastBlackWhiteOnColor/GxEPD2x_FastBlackWhiteOnColor.ino: In function 'void showValue(uint16_t)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_FastBlackWhiteOnColor/GxEPD2x_FastBlackWhiteOnColor.ino:69:3: error: 'display' was not declared in this scope
   display.setRotation(0);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_FastBlackWhiteOnColor/GxEPD2x_FastBlackWhiteOnColor.ino:69:3: note: suggested alternative: 'delay'
   display.setRotation(0);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_FastBlackWhiteOnColor/GxEPD2x_FastBlackWhiteOnColor.ino: In function 'void helloWorld()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_FastBlackWhiteOnColor/GxEPD2x_FastBlackWhiteOnColor.ino:100:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_FastBlackWhiteOnColor/GxEPD2x_FastBlackWhiteOnColor.ino:100:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay

examples/GxEPD2x_MixedTest

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_MixedTest/GxEPD2x_MixedTest.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_MixedTest/GxEPD2x_MixedTest.ino:68:3: error: 'display' was not declared in this scope
   display.init(115200);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_MixedTest/GxEPD2x_MixedTest.ino:68:3: note: suggested alternative: 'delay'
   display.init(115200);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_MixedTest/GxEPD2x_MixedTest.ino: In function 'void showValue(uint16_t)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_MixedTest/GxEPD2x_MixedTest.ino:97:3: error: 'display' was not declared in this scope
   display.writeImage(previous_bw_window.getBuffer(), current_bw_window.getBuffer(), window_x, window_y, window_width, window_height);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_MixedTest/GxEPD2x_MixedTest.ino:97:3: note: suggested alternative: 'delay'
   display.writeImage(previous_bw_window.getBuffer(), current_bw_window.getBuffer(), window_x, window_y, window_width, window_height);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_MixedTest/GxEPD2x_MixedTest.ino: In function 'void helloWorld()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_MixedTest/GxEPD2x_MixedTest.ino:110:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_MixedTest/GxEPD2x_MixedTest.ino:110:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay

arduino:mbed_nano:nanorp2040connect @ 2.7.2

Inclusion

Result: PASS

Sketch uses 80722 bytes (0%) of program storage space. Maximum is 16777216 bytes.
Global variables use 43616 bytes (16%) of dynamic memory, leaving 226720 bytes for local variables. Maximum is 270336 bytes.

examples/GxEPD2_Example

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:116:3: error: 'display' was not declared in this scope
   display.init(115200); // default 10ms reset pulse, e.g. for bare panels with DESPI-C02
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:116:3: note: suggested alternative: 'delay'
   display.init(115200); // default 10ms reset pulse, e.g. for bare panels with DESPI-C02
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void helloWorld()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:183:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:183:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void helloWorldForDummies()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:211:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:211:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void helloFullScreenPartialMode()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:257:3: error: 'display' was not declared in this scope
   display.setPartialWindow(0, 0, display.width(), display.height());
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:257:3: note: suggested alternative: 'delay'
   display.setPartialWindow(0, 0, display.width(), display.height());
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void helloArduino()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:307:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:307:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void helloEpaper()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:338:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:338:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void helloStripe(uint16_t)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:377:3: error: 'display' was not declared in this scope
   display.setRotation(3);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:377:3: note: suggested alternative: 'delay'
   display.setRotation(3);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void helloValue(double, int)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:415:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:415:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void deepSleepTest()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:467:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:467:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void showBox(uint16_t, uint16_t, uint16_t, uint16_t, bool)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:527:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:527:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void drawCornerTest()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:548:3: error: 'display' was not declared in this scope
   display.setFullWindow();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:548:3: note: suggested alternative: 'delay'
   display.setFullWindow();
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void showFont(const char*, const GFXfont*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:572:3: error: 'display' was not declared in this scope
   display.setFullWindow();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:572:3: note: suggested alternative: 'delay'
   display.setFullWindow();
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void drawFont(const char*, const GFXfont*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:586:3: error: 'display' was not declared in this scope
   display.fillScreen(GxEPD_WHITE);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:586:3: note: suggested alternative: 'delay'
   display.fillScreen(GxEPD_WHITE);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void showPartialUpdate()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:620:7: error: 'display' was not declared in this scope
   if (display.epd2.WIDTH < 104) cursor_y = box_y + 6;
       ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:620:7: note: suggested alternative: 'delay'
   if (display.epd2.WIDTH < 104) cursor_y = box_y + 6;
       ^~~~~~~
       delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:622:19: error: 'display' was not declared in this scope
   uint16_t incr = display.epd2.hasFastPartialUpdate ? 1 : 3;
                   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:622:19: note: suggested alternative: 'delay'
   uint16_t incr = display.epd2.hasFastPartialUpdate ? 1 : 3;
                   ^~~~~~~
                   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void drawBitmaps()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:679:3: error: 'display' was not declared in this scope
   display.setFullWindow();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:679:3: note: suggested alternative: 'delay'
   display.setFullWindow();
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void drawBitmaps80x128()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:774:8: error: 'display' was not declared in this scope
   if ((display.epd2.WIDTH == 80) && (display.epd2.HEIGHT == 128))
        ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:774:8: note: suggested alternative: 'delay'
   if ((display.epd2.WIDTH == 80) && (display.epd2.HEIGHT == 128))
        ^~~~~~~
        delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void drawBitmaps152x152()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Exampl

examples/GxEPD2_GFX_Example

Result: FAIL


					
					

examples/GxEPD2_HelloWorld

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_HelloWorld/GxEPD2_HelloWorld.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_HelloWorld/GxEPD2_HelloWorld.ino:26:3: error: 'display' was not declared in this scope
   display.init();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_HelloWorld/GxEPD2_HelloWorld.ino:26:3: note: suggested alternative: 'delay'
   display.init();
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_HelloWorld/GxEPD2_HelloWorld.ino: In function 'void helloWorld()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_HelloWorld/GxEPD2_HelloWorld.ino:35:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_HelloWorld/GxEPD2_HelloWorld.ino:35:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay

examples/GxEPD2_MinimumExample

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_MinimumExample/GxEPD2_MinimumExample.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_MinimumExample/GxEPD2_MinimumExample.ino:23:3: error: 'display' was not declared in this scope
   display.init();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_MinimumExample/GxEPD2_MinimumExample.ino:23:3: note: suggested alternative: 'delay'
   display.init();
   ^~~~~~~
   delay

examples/GxEPD2_MultiDisplayExample

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_MultiDisplayExample/GxEPD2_MultiDisplayExample.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_MultiDisplayExample/GxEPD2_MultiDisplayExample.ino:187:16: error: 'RST_PIN' was not declared in this scope
   digitalWrite(RST_PIN, HIGH);
                ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_MultiDisplayExample/GxEPD2_MultiDisplayExample.ino:195:3: error: 'display1' was not declared in this scope
   display1.init(115200); // enable diagnostic output on Serial
   ^~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_MultiDisplayExample/GxEPD2_MultiDisplayExample.ino:195:3: note: suggested alternative: 'delay'
   display1.init(115200); // enable diagnostic output on Serial
   ^~~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_MultiDisplayExample/GxEPD2_MultiDisplayExample.ino:196:3: error: 'display2' was not declared in this scope
   display2.init(115200); // enable diagnostic output on Serial
   ^~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_MultiDisplayExample/GxEPD2_MultiDisplayExample.ino:196:3: note: suggested alternative: 'delay'
   display2.init(115200); // enable diagnostic output on Serial
   ^~~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_MultiDisplayExample/GxEPD2_MultiDisplayExample.ino:197:3: error: 'display3' was not declared in this scope
   display3.init(115200); // enable diagnostic output on Serial
   ^~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_MultiDisplayExample/GxEPD2_MultiDisplayExample.ino:197:3: note: suggested alternative: 'delay'
   display3.init(115200); // enable diagnostic output on Serial
   ^~~~~~~~
   delay

examples/GxEPD2_NotPagedExample

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:260:3: error: 'display' was not declared in this scope
   display.init(115200);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:260:3: note: suggested alternative: 'delay'
   display.init(115200);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino: In function 'void helloWorld()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:306:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:306:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino: In function 'void helloWorldForDummiesNotPaged()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:330:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:330:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino: In function 'void helloFullScreenPartialMode()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:362:3: error: 'display' was not declared in this scope
   display.setFullWindow();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:362:3: note: suggested alternative: 'delay'
   display.setFullWindow();
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino: In function 'void helloArduino()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:407:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:407:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino: In function 'void helloEpaper()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:434:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:434:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino: In function 'void helloValue(double, int)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:474:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:474:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino: In function 'void deepSleepTest()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:520:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:520:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino: In function 'void showBox(uint16_t, uint16_t, uint16_t, uint16_t, bool)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:567:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:567:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino: In function 'void drawCornerTest()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:584:3: error: 'display' was not declared in this scope
   display.setFullWindow();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:584:3: note: suggested alternative: 'delay'
   display.setFullWindow();
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino: In function 'void showFont(const char*, const GFXfont*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:604:3: error: 'display' was not declared in this scope
   display.setFullWindow();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:604:3: note: suggested alternative: 'delay'
   display.setFullWindow();
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino: In function 'void drawFont(const char*, const GFXfont*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:614:3: error: 'display' was not declared in this scope
   display.fillScreen(GxEPD_WHITE);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:614:3: note: suggested alternative: 'delay'
   display.fillScreen(GxEPD_WHITE);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino: In function 'void showPartialUpdate()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:649:19: error: 'display' was not declared in this scope
   uint16_t incr = display.epd2.hasFastPartialUpdate ? 1 : 3;
                   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:649:19: note: suggested alternative: 'delay'
   uint16_t incr = display.epd2.hasFastPartialUpdate ? 1 : 3;
                   ^~~~~~~
                   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino: In function 'void drawBitmaps()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:688:3: error: 'display' was not declared in this scope
   display.setFullWindow();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:688:3: note: suggested alternative: 'delay'
   display.setFullWindow();
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino: In function 'void drawBitmaps200x200()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:752:8: error: 'display' was not declared in this scope
   if ((display.epd2.panel == GxEPD2::GDEP015OC1) || (display.epd2.panel == GxEPD2::GDEH0154D67))
        ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:752:8: note: suggested alternative: 'delay'
   if ((display.epd2.panel == GxEPD2::GDEP015OC1) || (display.epd2.panel == GxEPD2::GDEH0154D67))
        ^~~~~~~
        delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:766:22: error: 'display' was not declared in this scope
     bool mirror_y = (display.epd2.panel != GxEPD2::GDE0213B1);
                      ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:766:22: note: suggested alternative: 'delay'
     bool mirror_y = (display.epd2.panel != GxEPD2::GDE0213B1);
                      ^~~~~~~
                      delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:776:2

examples/GxEPD2_PagedDisplayUsingCallback

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:92:3: error: 'display' was not declared in this scope
   display.init(115200);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:92:3: note: suggested alternative: 'delay'
   display.init(115200);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino: In function 'void helloWorldCallback(const void*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:125:17: error: 'display' was not declared in this scope
   uint16_t x = (display.width() - 160) / 2;
                 ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:125:17: note: suggested alternative: 'delay'
   uint16_t x = (display.width() - 160) / 2;
                 ^~~~~~~
                 delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino: In function 'void helloWorld()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:135:17: error: 'display' was not declared in this scope
   uint16_t x = (display.width() - 160) / 2;
                 ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:135:17: note: suggested alternative: 'delay'
   uint16_t x = (display.width() - 160) / 2;
                 ^~~~~~~
                 delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino: In function 'void helloFullScreenPartialModeCallback(const void*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:147:17: error: 'display' was not declared in this scope
   uint16_t x = (display.width() - 160) / 2;
                 ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:147:17: note: suggested alternative: 'delay'
   uint16_t x = (display.width() - 160) / 2;
                 ^~~~~~~
                 delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino: In function 'void helloFullScreenPartialMode()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:175:3: error: 'display' was not declared in this scope
   display.setPartialWindow(0, 0, display.width(), display.height());
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:175:3: note: suggested alternative: 'delay'
   display.setPartialWindow(0, 0, display.width(), display.height());
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino: In function 'void helloArduinoCallback(const void*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:185:17: error: 'display' was not declared in this scope
   uint16_t x = (display.width() - 160) / 2;
                 ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:185:17: note: suggested alternative: 'delay'
   uint16_t x = (display.width() - 160) / 2;
                 ^~~~~~~
                 delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino: In function 'void helloArduino()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:195:17: error: 'display' was not declared in this scope
   uint16_t x = (display.width() - 160) / 2;
                 ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:195:17: note: suggested alternative: 'delay'
   uint16_t x = (display.width() - 160) / 2;
                 ^~~~~~~
                 delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino: In function 'void helloEpaperCallback(const void*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:208:17: error: 'display' was not declared in this scope
   uint16_t x = (display.width() - 160) / 2;
                 ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:208:17: note: suggested alternative: 'delay'
   uint16_t x = (display.width() - 160) / 2;
                 ^~~~~~~
                 delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino: In function 'void helloEpaper()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:218:17: error: 'display' was not declared in this scope
   uint16_t x = (display.width() - 160) / 2;
                 ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:218:17: note: suggested alternative: 'delay'
   uint16_t x = (display.width() - 160) / 2;
                 ^~~~~~~
                 delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino: In function 'void showFont(const char*, const GFXfont*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:237:3: error: 'display' was not declared in this scope
   display.setFullWindow();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:237:3: note: suggested alternative: 'delay'
   display.setFullWindow();
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino: In function 'void drawFontCallback(const void*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:247:3: error: 'display' was not declared in this scope
   display.fillScreen(GxEPD_WHITE);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:247:3: note: suggested alternative: 'delay'
   display.fillScreen(GxEPD_WHITE);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino: In function 'void showBoxCallback(const void*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:280:3: error: 'display' was not declared in this scope
   display.fillRect(p->x, p->y, p->w, p->h, p->color);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:280:3: note: suggested alternative: 'delay'
   display.fillRect(p->x, p->y, p->w, p->h, p->color);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino: In function 'void showValueBoxCallback(const void*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:286:3: error: 'display' was not declared in this scope
   display.fillRect(p->x, p->y, p->w, p->h, GxEPD_WHITE);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:286:3: note: suggested alternative: 'delay'
   display.fillRect(p->x, p->y, p->w, p->h, GxEPD_WHITE);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino: In function 'void showPartialUpdate()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:300:19: error: 'display' was not declared in this scope
   uint16_t incr = display.epd2.hasFastPartialUpdate ? 1 : 3;
                   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxE

examples/GxEPD2_RotaryUsingBusyCallback

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_RotaryUsingBusyCallback/GxEPD2_RotaryUsingBusyCallback.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_RotaryUsingBusyCallback/GxEPD2_RotaryUsingBusyCallback.ino:64:3: error: 'display' was not declared in this scope
   display.init(); // disable diagnostics to avoid delay and catch most rotary pulses
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_RotaryUsingBusyCallback/GxEPD2_RotaryUsingBusyCallback.ino:64:3: note: suggested alternative: 'delay'
   display.init(); // disable diagnostics to avoid delay and catch most rotary pulses
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_RotaryUsingBusyCallback/GxEPD2_RotaryUsingBusyCallback.ino: In function 'void helloWorld()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_RotaryUsingBusyCallback/GxEPD2_RotaryUsingBusyCallback.ino:88:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_RotaryUsingBusyCallback/GxEPD2_RotaryUsingBusyCallback.ino:88:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_RotaryUsingBusyCallback/GxEPD2_RotaryUsingBusyCallback.ino: In function 'void showEncoderValue(int)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_RotaryUsingBusyCallback/GxEPD2_RotaryUsingBusyCallback.ino:129:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_RotaryUsingBusyCallback/GxEPD2_RotaryUsingBusyCallback.ino:129:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay

examples/GxEPD2_SD_AVR_Example

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino:114:3: error: 'display' was not declared in this scope
   display.init(115200);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino:114:3: note: suggested alternative: 'delay'
   display.init(115200);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino:117:17: error: 'SD_CS' was not declared in this scope
   if (!SD.begin(SD_CS))
                 ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino: In function 'void drawBitmaps_200x200()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino:136:24: error: 'display' was not declared in this scope
   int16_t x = (int16_t(display.WIDTH) - 200) / 2;
                        ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino:136:24: note: suggested alternative: 'delay'
   int16_t x = (int16_t(display.WIDTH) - 200) / 2;
                        ^~~~~~~
                        delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino: In function 'void drawBitmaps_other()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino:160:16: error: 'display' was not declared in this scope
   int16_t w2 = display.WIDTH / 2;
                ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino:160:16: note: suggested alternative: 'delay'
   int16_t w2 = display.WIDTH / 2;
                ^~~~~~~
                delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino: In function 'void drawBitmaps_test()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino:194:16: error: 'display' was not declared in this scope
   int16_t w2 = display.WIDTH / 2;
                ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino:194:16: note: suggested alternative: 'delay'
   int16_t w2 = display.WIDTH / 2;
                ^~~~~~~
                delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino: In function 'void drawBitmapFromSD(const char*, int16_t, int16_t, bool)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino:218:21: error: 'display' was not declared in this scope
   if ((x >= int16_t(display.WIDTH)) || (y >= int16_t(display.HEIGHT))) return;
                     ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino:218:21: note: suggested alternative: 'delay'
   if ((x >= int16_t(display.WIDTH)) || (y >= int16_t(display.HEIGHT))) return;
                     ^~~~~~~
                     delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino:268:34: error: 'display' was not declared in this scope
       if ((x + w - 1) >= int16_t(display.WIDTH))  w = int16_t(display.WIDTH)  - x;
                                  ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino:268:34: note: suggested alternative: 'delay'
       if ((x + w - 1) >= int16_t(display.WIDTH))  w = int16_t(display.WIDTH)  - x;
                                  ^~~~~~~
                                  delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino:269:34: error: 'display' was not declared in this scope
       if ((y + h - 1) >= int16_t(display.HEIGHT)) h = int16_t(display.HEIGHT) - y;
                                  ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino:269:34: note: suggested alternative: 'delay'
       if ((y + h - 1) >= int16_t(display.HEIGHT)) h = int16_t(display.HEIGHT) - y;
                                  ^~~~~~~
                                  delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino:297:9: error: 'display' was not declared in this scope
         display.clearScreen();
         ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino:297:9: note: suggested alternative: 'delay'
         display.clearScreen();
         ^~~~~~~
         delay
Multiple libraries were found for "SdFat.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SdFat
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SdFat_-_Adafruit_Fork
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/InkplateLibrary

examples/GxEPD2_SD_Example

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:97:3: error: 'display' was not declared in this scope
   display.init(115200);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:97:3: note: suggested alternative: 'delay'
   display.init(115200);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:100:17: error: 'SD_CS' was not declared in this scope
   if (!SD.begin(SD_CS))
                 ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:100:17: note: suggested alternative: 'EPD_CS'
   if (!SD.begin(SD_CS))
                 ^~~~~
                 EPD_CS
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino: In function 'void drawBitmaps_200x200()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:130:16: error: 'display' was not declared in this scope
   int16_t x = (display.width() - 200) / 2;
                ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:130:16: note: suggested alternative: 'delay'
   int16_t x = (display.width() - 200) / 2;
                ^~~~~~~
                delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino: In function 'void drawBitmaps_other()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:154:16: error: 'display' was not declared in this scope
   int16_t w2 = display.width() / 2;
                ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:154:16: note: suggested alternative: 'delay'
   int16_t w2 = display.width() / 2;
                ^~~~~~~
                delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino: In function 'void drawBitmaps_test()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:188:16: error: 'display' was not declared in this scope
   int16_t w2 = display.width() / 2;
                ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:188:16: note: suggested alternative: 'delay'
   int16_t w2 = display.width() / 2;
                ^~~~~~~
                delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino: In function 'void drawBitmapsBuffered_200x200()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:214:16: error: 'display' was not declared in this scope
   int16_t x = (display.width() - 200) / 2;
                ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:214:16: note: suggested alternative: 'delay'
   int16_t x = (display.width() - 200) / 2;
                ^~~~~~~
                delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino: In function 'void drawBitmapsBuffered_other()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:238:16: error: 'display' was not declared in this scope
   int16_t w2 = display.width() / 2;
                ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:238:16: note: suggested alternative: 'delay'
   int16_t w2 = display.width() / 2;
                ^~~~~~~
                delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino: In function 'void drawBitmapsBuffered_test()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:272:16: error: 'display' was not declared in this scope
   int16_t w2 = display.width() / 2;
                ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:272:16: note: suggested alternative: 'delay'
   int16_t w2 = display.width() / 2;
                ^~~~~~~
                delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino: In function 'void drawBitmapFromSD(const char*, int16_t, int16_t, bool)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:299:13: error: 'display' was not declared in this scope
   if ((x >= display.epd2.WIDTH) || (y >= display.epd2.HEIGHT)) return;
             ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:299:13: note: suggested alternative: 'delay'
   if ((x >= display.epd2.WIDTH) || (y >= display.epd2.HEIGHT)) return;
             ^~~~~~~
             delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:350:26: error: 'display' was not declared in this scope
       if ((x + w - 1) >= display.epd2.WIDTH)  w = display.epd2.WIDTH  - x;
                          ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:350:26: note: suggested alternative: 'delay'
       if ((x + w - 1) >= display.epd2.WIDTH)  w = display.epd2.WIDTH  - x;
                          ^~~~~~~
                          delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:351:26: error: 'display' was not declared in this scope
       if ((y + h - 1) >= display.epd2.HEIGHT) h = display.epd2.HEIGHT - y;
                          ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:351:26: note: suggested alternative: 'delay'
       if ((y + h - 1) >= display.epd2.HEIGHT) h = display.epd2.HEIGHT - y;
                          ^~~~~~~
                          delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:380:9: error: 'display' was not declared in this scope
         display.clearScreen();
         ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:380:9: note: suggested alternative: 'delay'
         display.clearScreen();
         ^~~~~~~
         delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino: In function 'void drawBitmapFromSD_Buffered(const char*, int16_t, int16_t, bool, bool, bool)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:488:26: error: 'display' was not declared in this scope
   bool has_multicolors = display.epd2.panel == GxEPD2::ACeP565;
                          ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:488:26: note: suggested alternative: 'delay'
   bool has_multicolors = display.epd2.panel == GxEPD2::ACeP565;
                          ^~~~~~~
                          delay
Multiple libraries were found for "SdFat.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SdFat
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SdFat_-_Adafruit_Fork
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/InkplateLibrary

examples/GxEPD2_SD_WriteBitmap

Result: PASS

Sketch uses 96540 bytes (0%) of program storage space. Maximum is 16777216 bytes.
Global variables use 45624 bytes (16%) of dynamic memory, leaving 224712 bytes for local variables. Maximum is 270336 bytes.

examples/GxEPD2_SerialFlash_Example

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:70:3: error: 'display' was not declared in this scope
   display.init();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:70:3: note: suggested alternative: 'delay'
   display.init();
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:72:26: error: 'FlashChipSelect' was not declared in this scope
   if (!SerialFlash.begin(FlashChipSelect))
                          ^~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino: In function 'void drawBitmaps_200x200()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:137:16: error: 'display' was not declared in this scope
   int16_t x = (display.width() - 200) / 2;
                ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:137:16: note: suggested alternative: 'delay'
   int16_t x = (display.width() - 200) / 2;
                ^~~~~~~
                delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino: In function 'void drawBitmaps_other()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:161:16: error: 'display' was not declared in this scope
   int16_t w2 = display.width() / 2;
                ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:161:16: note: suggested alternative: 'delay'
   int16_t w2 = display.width() / 2;
                ^~~~~~~
                delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino: In function 'void drawBitmapsBuffered_200x200()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:207:16: error: 'display' was not declared in this scope
   int16_t x = (display.width() - 200) / 2;
                ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:207:16: note: suggested alternative: 'delay'
   int16_t x = (display.width() - 200) / 2;
                ^~~~~~~
                delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino: In function 'void drawBitmapsBuffered_other()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:231:16: error: 'display' was not declared in this scope
   int16_t w2 = display.width() / 2;
                ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:231:16: note: suggested alternative: 'delay'
   int16_t w2 = display.width() / 2;
                ^~~~~~~
                delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino: In function 'void drawBitmapFromSerialFlash(const char*, int16_t, int16_t, bool)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:272:13: error: 'display' was not declared in this scope
   if ((x >= display.epd2.WIDTH) || (y >= display.epd2.HEIGHT)) return;
             ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:272:13: note: suggested alternative: 'delay'
   if ((x >= display.epd2.WIDTH) || (y >= display.epd2.HEIGHT)) return;
             ^~~~~~~
             delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:315:26: error: 'display' was not declared in this scope
       if ((x + w - 1) >= display.epd2.WIDTH)  w = display.epd2.WIDTH  - x;
                          ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:315:26: note: suggested alternative: 'delay'
       if ((x + w - 1) >= display.epd2.WIDTH)  w = display.epd2.WIDTH  - x;
                          ^~~~~~~
                          delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:316:26: error: 'display' was not declared in this scope
       if ((y + h - 1) >= display.epd2.HEIGHT) h = display.epd2.HEIGHT - y;
                          ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:316:26: note: suggested alternative: 'delay'
       if ((y + h - 1) >= display.epd2.HEIGHT) h = display.epd2.HEIGHT - y;
                          ^~~~~~~
                          delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:344:9: error: 'display' was not declared in this scope
         display.clearScreen();
         ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:344:9: note: suggested alternative: 'delay'
         display.clearScreen();
         ^~~~~~~
         delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino: In function 'void drawBitmapFromSerialFlash_Buffered(const char*, int16_t, int16_t, bool, bool, bool)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:451:26: error: 'display' was not declared in this scope
   bool has_multicolors = display.epd2.panel == GxEPD2::ACeP565;
                          ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:451:26: note: suggested alternative: 'delay'
   bool has_multicolors = display.epd2.panel == GxEPD2::ACeP565;
                          ^~~~~~~
                          delay

examples/GxEPD2_SerialFlash_Loader

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/erpc/erpc_threading.h:23:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/erpc/erpc_client_manager.h:21,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/erpc/erpc_server.h:16,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/erpc/rpc_ble_callback_server.h:12,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/erpc/erpc_shim_unified.h:7,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/seeed_rpcUnified.h:10,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi/src/WiFiGeneric.h:26,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi/src/WiFiSTA.h:28,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi/src/WiFi.h:32,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi/src/rpcWiFi.h:1,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi/src/WiFiClientSecure.h:25,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Loader/GxEPD2_SerialFlash_Loader.ino:34:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS/src/semphr.h:33:6: error: #error "include Arduino_FreeRTOS.h" must appear in source files before "include semphr.h"
     #error "include Arduino_FreeRTOS.h" must appear in source files before "include semphr.h"
      ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS/src/semphr.h:36:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/erpc/erpc_threading.h:23,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/erpc/erpc_client_manager.h:21,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/erpc/erpc_server.h:16,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/erpc/rpc_ble_callback_server.h:12,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/erpc/erpc_shim_unified.h:7,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/seeed_rpcUnified.h:10,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi/src/WiFiGeneric.h:26,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi/src/WiFiSTA.h:28,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi/src/WiFi.h:32,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi/src/rpcWiFi.h:1,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi/src/WiFiClientSecure.h:25,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Loader/GxEPD2_SerialFlash_Loader.ino:34:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS/src/queue.h:34:6: error: #error "include Arduino_FreeRTOS.h" must appear in source files before "include queue.h"
     #error "include Arduino_FreeRTOS.h" must appear in source files before "include queue.h"
      ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS/src/queue.h:43:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS/src/semphr.h:36,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/erpc/erpc_threading.h:23,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/erpc/erpc_client_manager.h:21,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/erpc/erpc_server.h:16,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/erpc/rpc_ble_callback_server.h:12,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/erpc/erpc_shim_unified.h:7,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/seeed_rpcUnified.h:10,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi/src/WiFiGeneric.h:26,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi/src/WiFiSTA.h:28,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi/src/WiFi.h:32,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi/src/rpcWiFi.h:1,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi/src/WiFiClientSecure.h:25,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Loader/GxEPD2_SerialFlash_Loader.ino:34:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS/src/task.h:34:6: error: #error "include Arduino_FreeRTOS.h must appear in source files before include task.h"
     #error "include Arduino_FreeRTOS.h must appear in source files before include task.h"
      ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS/src/task.h:37:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS/src/queue.h:43,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS/src/semphr.h:36,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/erpc/erpc_threading.h:23,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/erpc/erpc_client_manager.h:21,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/erpc/erpc_server.h:16,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/erpc/rpc_ble_callback_server.h:12,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/erpc/erpc_shim_unified.h:7,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/seeed_rpcUnified.h:10,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi/src/WiFiGeneric.h:26,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi/src/WiFiSTA.h:28,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi/src/WiFi.h:32,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi/src/rpcWiFi.h:1,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi/src/WiFiClientSecure.h:25,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Loader/GxEPD2_SerialFlash_Loader.ino:34:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS/src/list.h:62:6: error: #error "Arduino_FreeRTOS.h must be included before list.h"
     #error "Arduino_FreeRTOS.h must be included before list.h"
      ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/esp/esp_event_loop.h:22:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/esp/esp_lib_unified.h:12,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/seeed_rpcUnified.h:11,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi/src/WiFiGeneric.h:26,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi/src/WiFiSTA.h:28,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi/src/WiFi.h:32,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi/src/rpcWiFi.h:1,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi/src/WiFiClientSecure.h:25,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Loader/GxEPD2_SerialFlash_Loader.ino:34:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/esp/esp_event.h:19:10: fatal error: Seeed_Arduino_FreeRTOS.h: No such file or directory
 #include "Seeed_Arduino_FreeRTOS.h"
          ^~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
Multiple libraries were found for "FreeRTOS.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD51
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_FreeRTOS
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP32_BLE_Arduino
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21
Multiple libraries were 

examples/GxEPD2_Spiffs_Example

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Spiffs_Example/GxEPD2_Spiffs_Example.ino:40:10: fatal error: FS.h: No such file or directory
 #include <FS.h>
          ^~~~~~
compilation terminated.

examples/GxEPD2_Spiffs_Loader

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Spiffs_Loader/GxEPD2_Spiffs_Loader.ino:22:10: fatal error: FS.h: No such file or directory
 #include <FS.h>
          ^~~~~~
compilation terminated.

examples/GxEPD2_U8G2_Fonts_Example

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino:46:3: error: 'display' was not declared in this scope
   display.init();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino:46:3: note: suggested alternative: 'delay'
   display.init();
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino: In function 'void helloWorld()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino:86:17: error: 'display' was not declared in this scope
   uint16_t x = (display.width() - tw) / 2;
                 ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino:86:17: note: suggested alternative: 'delay'
   uint16_t x = (display.width() - tw) / 2;
                 ^~~~~~~
                 delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino: In function 'void helloArduino()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino:114:17: error: 'display' was not declared in this scope
   uint16_t x = (display.width() - tw) / 2;
                 ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino:114:17: note: suggested alternative: 'delay'
   uint16_t x = (display.width() - tw) / 2;
                 ^~~~~~~
                 delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino: In function 'void helloEpaper()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino:142:17: error: 'display' was not declared in this scope
   uint16_t x = (display.width() - tw) / 2;
                 ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino:142:17: note: suggested alternative: 'delay'
   uint16_t x = (display.width() - tw) / 2;
                 ^~~~~~~
                 delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino: In function 'void showFont(const char*, const uint8_t*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino:158:3: error: 'display' was not declared in this scope
   display.setFullWindow();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino:158:3: note: suggested alternative: 'delay'
   display.setFullWindow();
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino: In function 'void drawFont(const char*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino:176:3: error: 'display' was not declared in this scope
   display.fillScreen(GxEPD_WHITE);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino:176:3: note: suggested alternative: 'delay'
   display.fillScreen(GxEPD_WHITE);
   ^~~~~~~
   delay

examples/GxEPD2_WS_ESP32_Driver

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:136:3: error: 'display' was not declared in this scope
   display.init(115200); // uses standard SPI pins, e.g. SCK(18), MISO(19), MOSI(23), SS(5)
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:136:3: note: suggested alternative: 'delay'
   display.init(115200); // uses standard SPI pins, e.g. SCK(18), MISO(19), MOSI(23), SS(5)
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:141:27: error: no matching function for call to 'arduino::MbedSPI::begin(int, int, int, int)'
   SPI.begin(13, 12, 14, 15); // map and init SPI pins SCK(13), MISO(12), MOSI(14), SS(15)
                           ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/src/GxEPD2_EPD.h:16:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/src/GxEPD2_BW.h:33,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:34:
/home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/mbed_nano/2.7.2/libraries/SPI/SPI.h:47:18: note: candidate: virtual void arduino::MbedSPI::begin()
     virtual void begin();
                  ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/mbed_nano/2.7.2/libraries/SPI/SPI.h:47:18: note:   candidate expects 0 arguments, 4 provided
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino: In function 'void helloWorld()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:187:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:187:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino: In function 'void helloWorldForDummies()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:214:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:214:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino: In function 'void helloFullScreenPartialMode()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:260:3: error: 'display' was not declared in this scope
   display.setPartialWindow(0, 0, display.width(), display.height());
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:260:3: note: suggested alternative: 'delay'
   display.setPartialWindow(0, 0, display.width(), display.height());
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino: In function 'void helloArduino()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:309:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:309:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino: In function 'void helloEpaper()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:339:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:339:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino: In function 'void deepSleepTest()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:371:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:371:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino: In function 'void showBox(uint16_t, uint16_t, uint16_t, uint16_t, bool)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:430:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:430:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino: In function 'void drawCornerTest()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:451:3: error: 'display' was not declared in this scope
   display.setFullWindow();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:451:3: note: suggested alternative: 'delay'
   display.setFullWindow();
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino: In function 'void showFont(const char*, const GFXfont*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:475:3: error: 'display' was not declared in this scope
   display.setFullWindow();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:475:3: note: suggested alternative: 'delay'
   display.setFullWindow();
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino: In function 'void drawFont(const char*, const GFXfont*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:489:3: error: 'display' was not declared in this scope
   display.fillScreen(GxEPD_WHITE);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:489:3: note: suggested alternative: 'delay'
   display.fillScreen(GxEPD_WHITE);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino: In function 'void showPartialUpdate()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:524:19: error: 'display' was not declared in this scope
   uint16_t incr = display.epd2.hasFastPartialUpdate ? 1 : 3;
                   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:524:19: note: suggested alternative: 'delay'
   uint16_t incr = display.epd2.hasFastPartialUpdate ? 1 : 3;
                   ^~~~~~~
                   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino: In function 'void drawBitmaps()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:580:3: error: 'display' was not declared in this scope
   display.setFullWindow();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:580:3: note: suggested alternative: 'delay'
   display.setFullWindow();
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino: In function 'void drawBitmaps200x200()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:644:8: error: 'display' was not declared in this scope
   if ((display.epd2.panel == GxEPD2::GDEP015OC1) || (display.epd2.panel == GxEPD2::GDEH0154D67))
        ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:644:8: note: suggested alternative: 'delay'
   if ((display.epd2.panel == GxEPD2::GDEP015OC1) || (display.epd2.panel == GxEPD2::GDEH0154D67))
        ^~~~~~~
   

examples/GxEPD2_WiFi_Example

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/erpc/erpc_threading.h:23:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/erpc/erpc_client_manager.h:21,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/erpc/erpc_server.h:16,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/erpc/rpc_ble_callback_server.h:12,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/erpc/erpc_shim_unified.h:7,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/seeed_rpcUnified.h:10,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi/src/WiFiGeneric.h:26,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi/src/WiFiSTA.h:28,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi/src/WiFi.h:32,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi/src/rpcWiFi.h:1,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi/src/WiFiClientSecure.h:25,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WiFi_Example/GxEPD2_WiFi_Example.ino:156:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS/src/semphr.h:33:6: error: #error "include Arduino_FreeRTOS.h" must appear in source files before "include semphr.h"
     #error "include Arduino_FreeRTOS.h" must appear in source files before "include semphr.h"
      ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS/src/semphr.h:36:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/erpc/erpc_threading.h:23,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/erpc/erpc_client_manager.h:21,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/erpc/erpc_server.h:16,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/erpc/rpc_ble_callback_server.h:12,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/erpc/erpc_shim_unified.h:7,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/seeed_rpcUnified.h:10,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi/src/WiFiGeneric.h:26,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi/src/WiFiSTA.h:28,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi/src/WiFi.h:32,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi/src/rpcWiFi.h:1,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi/src/WiFiClientSecure.h:25,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WiFi_Example/GxEPD2_WiFi_Example.ino:156:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS/src/queue.h:34:6: error: #error "include Arduino_FreeRTOS.h" must appear in source files before "include queue.h"
     #error "include Arduino_FreeRTOS.h" must appear in source files before "include queue.h"
      ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS/src/queue.h:43:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS/src/semphr.h:36,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/erpc/erpc_threading.h:23,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/erpc/erpc_client_manager.h:21,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/erpc/erpc_server.h:16,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/erpc/rpc_ble_callback_server.h:12,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/erpc/erpc_shim_unified.h:7,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/seeed_rpcUnified.h:10,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi/src/WiFiGeneric.h:26,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi/src/WiFiSTA.h:28,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi/src/WiFi.h:32,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi/src/rpcWiFi.h:1,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi/src/WiFiClientSecure.h:25,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WiFi_Example/GxEPD2_WiFi_Example.ino:156:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS/src/task.h:34:6: error: #error "include Arduino_FreeRTOS.h must appear in source files before include task.h"
     #error "include Arduino_FreeRTOS.h must appear in source files before include task.h"
      ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS/src/task.h:37:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS/src/queue.h:43,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS/src/semphr.h:36,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/erpc/erpc_threading.h:23,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/erpc/erpc_client_manager.h:21,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/erpc/erpc_server.h:16,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/erpc/rpc_ble_callback_server.h:12,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/erpc/erpc_shim_unified.h:7,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/seeed_rpcUnified.h:10,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi/src/WiFiGeneric.h:26,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi/src/WiFiSTA.h:28,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi/src/WiFi.h:32,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi/src/rpcWiFi.h:1,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi/src/WiFiClientSecure.h:25,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WiFi_Example/GxEPD2_WiFi_Example.ino:156:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS/src/list.h:62:6: error: #error "Arduino_FreeRTOS.h must be included before list.h"
     #error "Arduino_FreeRTOS.h must be included before list.h"
      ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/esp/esp_event_loop.h:22:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/esp/esp_lib_unified.h:12,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/seeed_rpcUnified.h:11,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi/src/WiFiGeneric.h:26,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi/src/WiFiSTA.h:28,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi/src/WiFi.h:32,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi/src/rpcWiFi.h:1,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi/src/WiFiClientSecure.h:25,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WiFi_Example/GxEPD2_WiFi_Example.ino:156:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/esp/esp_event.h:19:10: fatal error: Seeed_Arduino_FreeRTOS.h: No such file or directory
 #include "Seeed_Arduino_FreeRTOS.h"
          ^~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
Multiple libraries were found for "FreeRTOS.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP32_BLE_Arduino
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_FreeRTOS
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD51
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21
Multiple libraries were found for "WiFiClient.h"
  Used: /home/ec2-user/arduino

examples/GxEPD2x_FastBlackWhiteOnColor

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_FastBlackWhiteOnColor/GxEPD2x_FastBlackWhiteOnColor.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_FastBlackWhiteOnColor/GxEPD2x_FastBlackWhiteOnColor.ino:44:3: error: 'display' was not declared in this scope
   display.init(115200);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_FastBlackWhiteOnColor/GxEPD2x_FastBlackWhiteOnColor.ino:44:3: note: suggested alternative: 'delay'
   display.init(115200);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_FastBlackWhiteOnColor/GxEPD2x_FastBlackWhiteOnColor.ino: In function 'void clearWindow()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_FastBlackWhiteOnColor/GxEPD2x_FastBlackWhiteOnColor.ino:58:3: error: 'display' was not declared in this scope
   display.setPartialWindow(window_x, window_y, window_width, window_height);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_FastBlackWhiteOnColor/GxEPD2x_FastBlackWhiteOnColor.ino:58:3: note: suggested alternative: 'delay'
   display.setPartialWindow(window_x, window_y, window_width, window_height);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_FastBlackWhiteOnColor/GxEPD2x_FastBlackWhiteOnColor.ino: In function 'void showValue(uint16_t)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_FastBlackWhiteOnColor/GxEPD2x_FastBlackWhiteOnColor.ino:69:3: error: 'display' was not declared in this scope
   display.setRotation(0);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_FastBlackWhiteOnColor/GxEPD2x_FastBlackWhiteOnColor.ino:69:3: note: suggested alternative: 'delay'
   display.setRotation(0);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_FastBlackWhiteOnColor/GxEPD2x_FastBlackWhiteOnColor.ino: In function 'void helloWorld()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_FastBlackWhiteOnColor/GxEPD2x_FastBlackWhiteOnColor.ino:100:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_FastBlackWhiteOnColor/GxEPD2x_FastBlackWhiteOnColor.ino:100:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay

examples/GxEPD2x_MixedTest

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_MixedTest/GxEPD2x_MixedTest.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_MixedTest/GxEPD2x_MixedTest.ino:68:3: error: 'display' was not declared in this scope
   display.init(115200);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_MixedTest/GxEPD2x_MixedTest.ino:68:3: note: suggested alternative: 'delay'
   display.init(115200);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_MixedTest/GxEPD2x_MixedTest.ino: In function 'void showValue(uint16_t)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_MixedTest/GxEPD2x_MixedTest.ino:97:3: error: 'display' was not declared in this scope
   display.writeImage(previous_bw_window.getBuffer(), current_bw_window.getBuffer(), window_x, window_y, window_width, window_height);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_MixedTest/GxEPD2x_MixedTest.ino:97:3: note: suggested alternative: 'delay'
   display.writeImage(previous_bw_window.getBuffer(), current_bw_window.getBuffer(), window_x, window_y, window_width, window_height);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_MixedTest/GxEPD2x_MixedTest.ino: In function 'void helloWorld()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_MixedTest/GxEPD2x_MixedTest.ino:110:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_MixedTest/GxEPD2x_MixedTest.ino:110:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay

arduino:megaavr:nona4809 @ 1.8.7

Inclusion

Result: PASS

Sketch uses 4942 bytes (10%) of program storage space. Maximum is 49152 bytes.
Global variables use 195 bytes (3%) of dynamic memory, leaving 5949 bytes for local variables. Maximum is 6144 bytes.

examples/GxEPD2_Example

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:116:3: error: 'display' was not declared in this scope
   display.init(115200); // default 10ms reset pulse, e.g. for bare panels with DESPI-C02
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:116:3: note: suggested alternative: 'delay'
   display.init(115200); // default 10ms reset pulse, e.g. for bare panels with DESPI-C02
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void helloWorld()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:183:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:183:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void helloWorldForDummies()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:211:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:211:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void helloFullScreenPartialMode()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:257:3: error: 'display' was not declared in this scope
   display.setPartialWindow(0, 0, display.width(), display.height());
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:257:3: note: suggested alternative: 'delay'
   display.setPartialWindow(0, 0, display.width(), display.height());
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void helloArduino()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:307:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:307:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void helloEpaper()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:338:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:338:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void helloStripe(uint16_t)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:377:3: error: 'display' was not declared in this scope
   display.setRotation(3);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:377:3: note: suggested alternative: 'delay'
   display.setRotation(3);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void helloValue(double, int)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:415:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:415:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void deepSleepTest()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:467:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:467:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void showBox(uint16_t, uint16_t, uint16_t, uint16_t, bool)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:527:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:527:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void drawCornerTest()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:548:3: error: 'display' was not declared in this scope
   display.setFullWindow();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:548:3: note: suggested alternative: 'delay'
   display.setFullWindow();
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void showFont(const char*, const GFXfont*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:572:3: error: 'display' was not declared in this scope
   display.setFullWindow();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:572:3: note: suggested alternative: 'delay'
   display.setFullWindow();
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void drawFont(const char*, const GFXfont*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:586:3: error: 'display' was not declared in this scope
   display.fillScreen(GxEPD_WHITE);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:586:3: note: suggested alternative: 'delay'
   display.fillScreen(GxEPD_WHITE);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void showPartialUpdate()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:620:7: error: 'display' was not declared in this scope
   if (display.epd2.WIDTH < 104) cursor_y = box_y + 6;
       ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:620:7: note: suggested alternative: 'delay'
   if (display.epd2.WIDTH < 104) cursor_y = box_y + 6;
       ^~~~~~~
       delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:622:19: error: 'display' was not declared in this scope
   uint16_t incr = display.epd2.hasFastPartialUpdate ? 1 : 3;
                   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:622:19: note: suggested alternative: 'delay'
   uint16_t incr = display.epd2.hasFastPartialUpdate ? 1 : 3;
                   ^~~~~~~
                   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void drawBitmaps()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:679:3: error: 'display' was not declared in this scope
   display.setFullWindow();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:679:3: note: suggested alternative: 'delay'
   display.setFullWindow();
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void drawBitmaps200x200()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:855:8: error: 'display' was not declared in this scope
   if ((display.epd2.WIDTH == 200) && (display.epd2.HEIGHT == 200) && !display.epd2.hasColor)
        ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:855:8: note: suggested alternative: 'delay'
   if ((display.epd2.WIDTH == 200) && (display.epd2.HEIGHT == 200) && !display.epd2.hasColor)
        ^~~~~~~
        delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:873:22: error: 'display' was not declared in this scope
     bool mirror_y = (display.epd

examples/GxEPD2_GFX_Example

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_GFX_Example/GxEPD2_GFX_Example.ino:46:23: error: 'display' was not declared in this scope
 BitmapDisplay bitmaps(display);
                       ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_GFX_Example/GxEPD2_GFX_Example.ino:46:23: note: suggested alternative: 'delay'
 BitmapDisplay bitmaps(display);
                       ^~~~~~~
                       delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_GFX_Example/GxEPD2_GFX_Example.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_GFX_Example/GxEPD2_GFX_Example.ino:54:3: error: 'display' was not declared in this scope
   display.init(115200);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_GFX_Example/GxEPD2_GFX_Example.ino:54:3: note: suggested alternative: 'delay'
   display.init(115200);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_GFX_Example/GxEPD2_GFX_Example.ino: In function 'void deepSleepTest()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_GFX_Example/GxEPD2_GFX_Example.ino:97:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_GFX_Example/GxEPD2_GFX_Example.ino:97:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_GFX_Example/GxEPD2_GFX_Example.ino: In function 'void showBox(uint16_t, uint16_t, uint16_t, uint16_t, bool)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_GFX_Example/GxEPD2_GFX_Example.ino:156:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_GFX_Example/GxEPD2_GFX_Example.ino:156:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_GFX_Example/GxEPD2_GFX_Example.ino: In function 'void drawCornerTest()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_GFX_Example/GxEPD2_GFX_Example.ino:177:3: error: 'display' was not declared in this scope
   display.setFullWindow();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_GFX_Example/GxEPD2_GFX_Example.ino:177:3: note: suggested alternative: 'delay'
   display.setFullWindow();
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_GFX_Example/GxEPD2_GFX_Example.ino: In function 'void showPartialUpdate()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_GFX_Example/GxEPD2_GFX_Example.ino:208:14: error: 'display' was not declared in this scope
   helloWorld(display);
              ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_GFX_Example/GxEPD2_GFX_Example.ino:208:14: note: suggested alternative: 'delay'
   helloWorld(display);
              ^~~~~~~
              delay

examples/GxEPD2_HelloWorld

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_HelloWorld/GxEPD2_HelloWorld.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_HelloWorld/GxEPD2_HelloWorld.ino:26:3: error: 'display' was not declared in this scope
   display.init();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_HelloWorld/GxEPD2_HelloWorld.ino:26:3: note: suggested alternative: 'delay'
   display.init();
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_HelloWorld/GxEPD2_HelloWorld.ino: In function 'void helloWorld()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_HelloWorld/GxEPD2_HelloWorld.ino:35:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_HelloWorld/GxEPD2_HelloWorld.ino:35:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay

examples/GxEPD2_MinimumExample

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_MinimumExample/GxEPD2_MinimumExample.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_MinimumExample/GxEPD2_MinimumExample.ino:23:3: error: 'display' was not declared in this scope
   display.init();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_MinimumExample/GxEPD2_MinimumExample.ino:23:3: note: suggested alternative: 'delay'
   display.init();
   ^~~~~~~
   delay

examples/GxEPD2_MultiDisplayExample

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_MultiDisplayExample/GxEPD2_MultiDisplayExample.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_MultiDisplayExample/GxEPD2_MultiDisplayExample.ino:187:16: error: 'RST_PIN' was not declared in this scope
   digitalWrite(RST_PIN, HIGH);
                ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_MultiDisplayExample/GxEPD2_MultiDisplayExample.ino:195:3: error: 'display1' was not declared in this scope
   display1.init(115200); // enable diagnostic output on Serial
   ^~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_MultiDisplayExample/GxEPD2_MultiDisplayExample.ino:195:3: note: suggested alternative: 'delay'
   display1.init(115200); // enable diagnostic output on Serial
   ^~~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_MultiDisplayExample/GxEPD2_MultiDisplayExample.ino:196:3: error: 'display2' was not declared in this scope
   display2.init(115200); // enable diagnostic output on Serial
   ^~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_MultiDisplayExample/GxEPD2_MultiDisplayExample.ino:196:3: note: suggested alternative: 'delay'
   display2.init(115200); // enable diagnostic output on Serial
   ^~~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_MultiDisplayExample/GxEPD2_MultiDisplayExample.ino:197:3: error: 'display3' was not declared in this scope
   display3.init(115200); // enable diagnostic output on Serial
   ^~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_MultiDisplayExample/GxEPD2_MultiDisplayExample.ino:197:3: note: suggested alternative: 'delay'
   display3.init(115200); // enable diagnostic output on Serial
   ^~~~~~~~
   delay

examples/GxEPD2_NotPagedExample

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:260:3: error: 'display' was not declared in this scope
   display.init(115200);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:260:3: note: suggested alternative: 'delay'
   display.init(115200);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino: In function 'void helloWorld()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:306:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:306:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino: In function 'void helloWorldForDummiesNotPaged()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:330:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:330:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino: In function 'void helloFullScreenPartialMode()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:362:3: error: 'display' was not declared in this scope
   display.setFullWindow();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:362:3: note: suggested alternative: 'delay'
   display.setFullWindow();
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino: In function 'void helloArduino()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:407:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:407:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino: In function 'void helloEpaper()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:434:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:434:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino: In function 'void helloValue(double, int)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:474:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:474:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino: In function 'void deepSleepTest()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:520:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:520:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino: In function 'void showBox(uint16_t, uint16_t, uint16_t, uint16_t, bool)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:567:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:567:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino: In function 'void drawCornerTest()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:584:3: error: 'display' was not declared in this scope
   display.setFullWindow();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:584:3: note: suggested alternative: 'delay'
   display.setFullWindow();
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino: In function 'void showFont(const char*, const GFXfont*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:604:3: error: 'display' was not declared in this scope
   display.setFullWindow();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:604:3: note: suggested alternative: 'delay'
   display.setFullWindow();
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino: In function 'void drawFont(const char*, const GFXfont*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:614:3: error: 'display' was not declared in this scope
   display.fillScreen(GxEPD_WHITE);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:614:3: note: suggested alternative: 'delay'
   display.fillScreen(GxEPD_WHITE);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino: In function 'void showPartialUpdate()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:649:19: error: 'display' was not declared in this scope
   uint16_t incr = display.epd2.hasFastPartialUpdate ? 1 : 3;
                   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:649:19: note: suggested alternative: 'delay'
   uint16_t incr = display.epd2.hasFastPartialUpdate ? 1 : 3;
                   ^~~~~~~
                   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino: In function 'void drawBitmaps()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:688:3: error: 'display' was not declared in this scope
   display.setFullWindow();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:688:3: note: suggested alternative: 'delay'
   display.setFullWindow();
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino: In function 'void drawBitmaps200x200()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:752:8: error: 'display' was not declared in this scope
   if ((display.epd2.panel == GxEPD2::GDEP015OC1) || (display.epd2.panel == GxEPD2::GDEH0154D67))
        ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:752:8: note: suggested alternative: 'delay'
   if ((display.epd2.panel == GxEPD2::GDEP015OC1) || (display.epd2.panel == GxEPD2::GDEH0154D67))
        ^~~~~~~
        delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:766:22: error: 'display' was not declared in this scope
     bool mirror_y = (display.epd2.panel != GxEPD2::GDE0213B1);
                      ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:766:22: note: suggested alternative: 'delay'
     bool mirror_y = (display.epd2.panel != GxEPD2::GDE0213B1);
                      ^~~~~~~
                      delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:776:2

examples/GxEPD2_PagedDisplayUsingCallback

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:92:3: error: 'display' was not declared in this scope
   display.init(115200);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:92:3: note: suggested alternative: 'delay'
   display.init(115200);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino: In function 'void helloWorldCallback(const void*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:125:17: error: 'display' was not declared in this scope
   uint16_t x = (display.width() - 160) / 2;
                 ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:125:17: note: suggested alternative: 'delay'
   uint16_t x = (display.width() - 160) / 2;
                 ^~~~~~~
                 delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino: In function 'void helloWorld()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:135:17: error: 'display' was not declared in this scope
   uint16_t x = (display.width() - 160) / 2;
                 ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:135:17: note: suggested alternative: 'delay'
   uint16_t x = (display.width() - 160) / 2;
                 ^~~~~~~
                 delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino: In function 'void helloFullScreenPartialModeCallback(const void*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:147:17: error: 'display' was not declared in this scope
   uint16_t x = (display.width() - 160) / 2;
                 ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:147:17: note: suggested alternative: 'delay'
   uint16_t x = (display.width() - 160) / 2;
                 ^~~~~~~
                 delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino: In function 'void helloFullScreenPartialMode()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:175:3: error: 'display' was not declared in this scope
   display.setPartialWindow(0, 0, display.width(), display.height());
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:175:3: note: suggested alternative: 'delay'
   display.setPartialWindow(0, 0, display.width(), display.height());
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino: In function 'void helloArduinoCallback(const void*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:185:17: error: 'display' was not declared in this scope
   uint16_t x = (display.width() - 160) / 2;
                 ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:185:17: note: suggested alternative: 'delay'
   uint16_t x = (display.width() - 160) / 2;
                 ^~~~~~~
                 delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino: In function 'void helloArduino()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:195:17: error: 'display' was not declared in this scope
   uint16_t x = (display.width() - 160) / 2;
                 ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:195:17: note: suggested alternative: 'delay'
   uint16_t x = (display.width() - 160) / 2;
                 ^~~~~~~
                 delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino: In function 'void helloEpaperCallback(const void*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:208:17: error: 'display' was not declared in this scope
   uint16_t x = (display.width() - 160) / 2;
                 ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:208:17: note: suggested alternative: 'delay'
   uint16_t x = (display.width() - 160) / 2;
                 ^~~~~~~
                 delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino: In function 'void helloEpaper()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:218:17: error: 'display' was not declared in this scope
   uint16_t x = (display.width() - 160) / 2;
                 ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:218:17: note: suggested alternative: 'delay'
   uint16_t x = (display.width() - 160) / 2;
                 ^~~~~~~
                 delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino: In function 'void showFont(const char*, const GFXfont*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:237:3: error: 'display' was not declared in this scope
   display.setFullWindow();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:237:3: note: suggested alternative: 'delay'
   display.setFullWindow();
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino: In function 'void drawFontCallback(const void*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:247:3: error: 'display' was not declared in this scope
   display.fillScreen(GxEPD_WHITE);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:247:3: note: suggested alternative: 'delay'
   display.fillScreen(GxEPD_WHITE);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino: In function 'void showBoxCallback(const void*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:280:3: error: 'display' was not declared in this scope
   display.fillRect(p->x, p->y, p->w, p->h, p->color);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:280:3: note: suggested alternative: 'delay'
   display.fillRect(p->x, p->y, p->w, p->h, p->color);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino: In function 'void showValueBoxCallback(const void*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:286:3: error: 'display' was not declared in this scope
   display.fillRect(p->x, p->y, p->w, p->h, GxEPD_WHITE);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:286:3: note: suggested alternative: 'delay'
   display.fillRect(p->x, p->y, p->w, p->h, GxEPD_WHITE);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino: In function 'void showPartialUpdate()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:300:19: error: 'display' was not declared in this scope
   uint16_t incr = display.epd2.hasFastPartialUpdate ? 1 : 3;
                   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxE

examples/GxEPD2_RotaryUsingBusyCallback

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_RotaryUsingBusyCallback/GxEPD2_RotaryUsingBusyCallback.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_RotaryUsingBusyCallback/GxEPD2_RotaryUsingBusyCallback.ino:64:3: error: 'display' was not declared in this scope
   display.init(); // disable diagnostics to avoid delay and catch most rotary pulses
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_RotaryUsingBusyCallback/GxEPD2_RotaryUsingBusyCallback.ino:64:3: note: suggested alternative: 'delay'
   display.init(); // disable diagnostics to avoid delay and catch most rotary pulses
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_RotaryUsingBusyCallback/GxEPD2_RotaryUsingBusyCallback.ino: In function 'void helloWorld()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_RotaryUsingBusyCallback/GxEPD2_RotaryUsingBusyCallback.ino:88:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_RotaryUsingBusyCallback/GxEPD2_RotaryUsingBusyCallback.ino:88:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_RotaryUsingBusyCallback/GxEPD2_RotaryUsingBusyCallback.ino: In function 'void showEncoderValue(int)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_RotaryUsingBusyCallback/GxEPD2_RotaryUsingBusyCallback.ino:129:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_RotaryUsingBusyCallback/GxEPD2_RotaryUsingBusyCallback.ino:129:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay

examples/GxEPD2_SD_AVR_Example

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino:97:1: error: 'GxEPD2_DRIVER_CLASS' does not name a type; did you mean 'GxEPD2_GFX_BASE_CLASS'?
 GxEPD2_DRIVER_CLASS display(/*CS=10*/ EPD_CS, /*DC=*/ 8, /*RST=*/ 9, /*BUSY=*/ 7);
 ^~~~~~~~~~~~~~~~~~~
 GxEPD2_GFX_BASE_CLASS
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino:114:3: error: 'display' was not declared in this scope
   display.init(115200);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino:114:3: note: suggested alternative: 'delay'
   display.init(115200);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino: In function 'void drawBitmaps_200x200()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino:136:24: error: 'display' was not declared in this scope
   int16_t x = (int16_t(display.WIDTH) - 200) / 2;
                        ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino:136:24: note: suggested alternative: 'delay'
   int16_t x = (int16_t(display.WIDTH) - 200) / 2;
                        ^~~~~~~
                        delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino: In function 'void drawBitmaps_other()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino:160:16: error: 'display' was not declared in this scope
   int16_t w2 = display.WIDTH / 2;
                ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino:160:16: note: suggested alternative: 'delay'
   int16_t w2 = display.WIDTH / 2;
                ^~~~~~~
                delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino: In function 'void drawBitmaps_test()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino:194:16: error: 'display' was not declared in this scope
   int16_t w2 = display.WIDTH / 2;
                ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino:194:16: note: suggested alternative: 'delay'
   int16_t w2 = display.WIDTH / 2;
                ^~~~~~~
                delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino: In function 'void drawBitmapFromSD(const char*, int16_t, int16_t, bool)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino:218:21: error: 'display' was not declared in this scope
   if ((x >= int16_t(display.WIDTH)) || (y >= int16_t(display.HEIGHT))) return;
                     ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino:218:21: note: suggested alternative: 'delay'
   if ((x >= int16_t(display.WIDTH)) || (y >= int16_t(display.HEIGHT))) return;
                     ^~~~~~~
                     delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino:268:34: error: 'display' was not declared in this scope
       if ((x + w - 1) >= int16_t(display.WIDTH))  w = int16_t(display.WIDTH)  - x;
                                  ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino:268:34: note: suggested alternative: 'delay'
       if ((x + w - 1) >= int16_t(display.WIDTH))  w = int16_t(display.WIDTH)  - x;
                                  ^~~~~~~
                                  delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino:269:34: error: 'display' was not declared in this scope
       if ((y + h - 1) >= int16_t(display.HEIGHT)) h = int16_t(display.HEIGHT) - y;
                                  ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino:269:34: note: suggested alternative: 'delay'
       if ((y + h - 1) >= int16_t(display.HEIGHT)) h = int16_t(display.HEIGHT) - y;
                                  ^~~~~~~
                                  delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino:297:9: error: 'display' was not declared in this scope
         display.clearScreen();
         ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino:297:9: note: suggested alternative: 'delay'
         display.clearScreen();
         ^~~~~~~
         delay
Multiple libraries were found for "SdFat.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SdFat
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/InkplateLibrary
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SdFat_-_Adafruit_Fork

examples/GxEPD2_SD_Example

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:97:3: error: 'display' was not declared in this scope
   display.init(115200);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:97:3: note: suggested alternative: 'delay'
   display.init(115200);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino: In function 'void drawBitmaps_200x200()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:130:16: error: 'display' was not declared in this scope
   int16_t x = (display.width() - 200) / 2;
                ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:130:16: note: suggested alternative: 'delay'
   int16_t x = (display.width() - 200) / 2;
                ^~~~~~~
                delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino: In function 'void drawBitmaps_other()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:154:16: error: 'display' was not declared in this scope
   int16_t w2 = display.width() / 2;
                ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:154:16: note: suggested alternative: 'delay'
   int16_t w2 = display.width() / 2;
                ^~~~~~~
                delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino: In function 'void drawBitmaps_test()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:188:16: error: 'display' was not declared in this scope
   int16_t w2 = display.width() / 2;
                ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:188:16: note: suggested alternative: 'delay'
   int16_t w2 = display.width() / 2;
                ^~~~~~~
                delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino: In function 'void drawBitmapsBuffered_200x200()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:214:16: error: 'display' was not declared in this scope
   int16_t x = (display.width() - 200) / 2;
                ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:214:16: note: suggested alternative: 'delay'
   int16_t x = (display.width() - 200) / 2;
                ^~~~~~~
                delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino: In function 'void drawBitmapsBuffered_other()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:238:16: error: 'display' was not declared in this scope
   int16_t w2 = display.width() / 2;
                ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:238:16: note: suggested alternative: 'delay'
   int16_t w2 = display.width() / 2;
                ^~~~~~~
                delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino: In function 'void drawBitmapsBuffered_test()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:272:16: error: 'display' was not declared in this scope
   int16_t w2 = display.width() / 2;
                ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:272:16: note: suggested alternative: 'delay'
   int16_t w2 = display.width() / 2;
                ^~~~~~~
                delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino: In function 'void drawBitmapFromSD(const char*, int16_t, int16_t, bool)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:299:13: error: 'display' was not declared in this scope
   if ((x >= display.epd2.WIDTH) || (y >= display.epd2.HEIGHT)) return;
             ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:299:13: note: suggested alternative: 'delay'
   if ((x >= display.epd2.WIDTH) || (y >= display.epd2.HEIGHT)) return;
             ^~~~~~~
             delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:350:26: error: 'display' was not declared in this scope
       if ((x + w - 1) >= display.epd2.WIDTH)  w = display.epd2.WIDTH  - x;
                          ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:350:26: note: suggested alternative: 'delay'
       if ((x + w - 1) >= display.epd2.WIDTH)  w = display.epd2.WIDTH  - x;
                          ^~~~~~~
                          delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:351:26: error: 'display' was not declared in this scope
       if ((y + h - 1) >= display.epd2.HEIGHT) h = display.epd2.HEIGHT - y;
                          ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:351:26: note: suggested alternative: 'delay'
       if ((y + h - 1) >= display.epd2.HEIGHT) h = display.epd2.HEIGHT - y;
                          ^~~~~~~
                          delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:380:9: error: 'display' was not declared in this scope
         display.clearScreen();
         ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:380:9: note: suggested alternative: 'delay'
         display.clearScreen();
         ^~~~~~~
         delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino: In function 'void drawBitmapFromSD_Buffered(const char*, int16_t, int16_t, bool, bool, bool)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:488:26: error: 'display' was not declared in this scope
   bool has_multicolors = display.epd2.panel == GxEPD2::ACeP565;
                          ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:488:26: note: suggested alternative: 'delay'
   bool has_multicolors = display.epd2.panel == GxEPD2::ACeP565;
                          ^~~~~~~
                          delay
Multiple libraries were found for "SdFat.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SdFat
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SdFat_-_Adafruit_Fork
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/InkplateLibrary

examples/GxEPD2_SD_WriteBitmap

Result: FAIL

Sketch uses 69634 bytes (141%) of program storage space. Maximum is 49152 bytes.
Global variables use 1199 bytes (19%) of dynamic memory, leaving 4945 bytes for local variables. Maximum is 6144 bytes.
Sketch too big; see https://support.arduino.cc/hc/en-us/articles/360013825179 for tips on reducing it.

examples/GxEPD2_SerialFlash_Example

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:70:3: error: 'display' was not declared in this scope
   display.init();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:70:3: note: suggested alternative: 'delay'
   display.init();
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:72:26: error: 'FlashChipSelect' was not declared in this scope
   if (!SerialFlash.begin(FlashChipSelect))
                          ^~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino: In function 'void drawBitmaps_200x200()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:137:16: error: 'display' was not declared in this scope
   int16_t x = (display.width() - 200) / 2;
                ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:137:16: note: suggested alternative: 'delay'
   int16_t x = (display.width() - 200) / 2;
                ^~~~~~~
                delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino: In function 'void drawBitmaps_other()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:161:16: error: 'display' was not declared in this scope
   int16_t w2 = display.width() / 2;
                ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:161:16: note: suggested alternative: 'delay'
   int16_t w2 = display.width() / 2;
                ^~~~~~~
                delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino: In function 'void drawBitmapsBuffered_200x200()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:207:16: error: 'display' was not declared in this scope
   int16_t x = (display.width() - 200) / 2;
                ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:207:16: note: suggested alternative: 'delay'
   int16_t x = (display.width() - 200) / 2;
                ^~~~~~~
                delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino: In function 'void drawBitmapsBuffered_other()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:231:16: error: 'display' was not declared in this scope
   int16_t w2 = display.width() / 2;
                ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:231:16: note: suggested alternative: 'delay'
   int16_t w2 = display.width() / 2;
                ^~~~~~~
                delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino: In function 'void drawBitmapFromSerialFlash(const char*, int16_t, int16_t, bool)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:272:13: error: 'display' was not declared in this scope
   if ((x >= display.epd2.WIDTH) || (y >= display.epd2.HEIGHT)) return;
             ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:272:13: note: suggested alternative: 'delay'
   if ((x >= display.epd2.WIDTH) || (y >= display.epd2.HEIGHT)) return;
             ^~~~~~~
             delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:315:26: error: 'display' was not declared in this scope
       if ((x + w - 1) >= display.epd2.WIDTH)  w = display.epd2.WIDTH  - x;
                          ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:315:26: note: suggested alternative: 'delay'
       if ((x + w - 1) >= display.epd2.WIDTH)  w = display.epd2.WIDTH  - x;
                          ^~~~~~~
                          delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:316:26: error: 'display' was not declared in this scope
       if ((y + h - 1) >= display.epd2.HEIGHT) h = display.epd2.HEIGHT - y;
                          ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:316:26: note: suggested alternative: 'delay'
       if ((y + h - 1) >= display.epd2.HEIGHT) h = display.epd2.HEIGHT - y;
                          ^~~~~~~
                          delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:344:9: error: 'display' was not declared in this scope
         display.clearScreen();
         ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:344:9: note: suggested alternative: 'delay'
         display.clearScreen();
         ^~~~~~~
         delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino: In function 'void drawBitmapFromSerialFlash_Buffered(const char*, int16_t, int16_t, bool, bool, bool)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:451:26: error: 'display' was not declared in this scope
   bool has_multicolors = display.epd2.panel == GxEPD2::ACeP565;
                          ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:451:26: note: suggested alternative: 'delay'
   bool has_multicolors = display.epd2.panel == GxEPD2::ACeP565;
                          ^~~~~~~
                          delay

examples/GxEPD2_SerialFlash_Loader

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/erpc/erpc_codec.h:14:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/erpc/erpc_server.h:13,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/erpc/rpc_ble_callback_server.h:12,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/erpc/erpc_shim_unified.h:7,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/seeed_rpcUnified.h:10,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi/src/WiFiGeneric.h:26,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi/src/WiFiSTA.h:28,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi/src/WiFi.h:32,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi/src/rpcWiFi.h:1,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi/src/WiFiClientSecure.h:25,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Loader/GxEPD2_SerialFlash_Loader.ino:34:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/erpc/erpc_message_buffer.h:14:10: fatal error: cstddef: No such file or directory
 #include <cstddef>
          ^~~~~~~~~
compilation terminated.
Multiple libraries were found for "WiFiClient.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/WiFi_Link
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/WiFiNINA
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/WiFiEspAT
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/WiFi101
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/WiFi
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi

examples/GxEPD2_Spiffs_Example

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Spiffs_Example/GxEPD2_Spiffs_Example.ino:40:10: fatal error: FS.h: No such file or directory
 #include <FS.h>
          ^~~~~~
compilation terminated.

examples/GxEPD2_Spiffs_Loader

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Spiffs_Loader/GxEPD2_Spiffs_Loader.ino:22:10: fatal error: FS.h: No such file or directory
 #include <FS.h>
          ^~~~~~
compilation terminated.

examples/GxEPD2_U8G2_Fonts_Example

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino:46:3: error: 'display' was not declared in this scope
   display.init();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino:46:3: note: suggested alternative: 'delay'
   display.init();
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino: In function 'void helloWorld()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino:86:17: error: 'display' was not declared in this scope
   uint16_t x = (display.width() - tw) / 2;
                 ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino:86:17: note: suggested alternative: 'delay'
   uint16_t x = (display.width() - tw) / 2;
                 ^~~~~~~
                 delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino: In function 'void helloArduino()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino:114:17: error: 'display' was not declared in this scope
   uint16_t x = (display.width() - tw) / 2;
                 ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino:114:17: note: suggested alternative: 'delay'
   uint16_t x = (display.width() - tw) / 2;
                 ^~~~~~~
                 delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino: In function 'void helloEpaper()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino:142:17: error: 'display' was not declared in this scope
   uint16_t x = (display.width() - tw) / 2;
                 ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino:142:17: note: suggested alternative: 'delay'
   uint16_t x = (display.width() - tw) / 2;
                 ^~~~~~~
                 delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino: In function 'void showFont(const char*, const uint8_t*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino:158:3: error: 'display' was not declared in this scope
   display.setFullWindow();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino:158:3: note: suggested alternative: 'delay'
   display.setFullWindow();
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino: In function 'void drawFont(const char*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino:176:3: error: 'display' was not declared in this scope
   display.fillScreen(GxEPD_WHITE);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino:176:3: note: suggested alternative: 'delay'
   display.fillScreen(GxEPD_WHITE);
   ^~~~~~~
   delay

examples/GxEPD2_WS_ESP32_Driver

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:136:3: error: 'display' was not declared in this scope
   display.init(115200); // uses standard SPI pins, e.g. SCK(18), MISO(19), MOSI(23), SS(5)
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:136:3: note: suggested alternative: 'delay'
   display.init(115200); // uses standard SPI pins, e.g. SCK(18), MISO(19), MOSI(23), SS(5)
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:141:27: error: no matching function for call to 'SPIClassMegaAVR::begin(int, int, int, int)'
   SPI.begin(13, 12, 14, 15); // map and init SPI pins SCK(13), MISO(12), MOSI(14), SS(15)
                           ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/src/GxEPD2_EPD.h:16:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/src/GxEPD2_BW.h:33,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:34:
/home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/megaavr/1.8.7/libraries/SPI/src/SPI.h:168:8: note: candidate: virtual void SPIClassMegaAVR::begin()
   void begin();
        ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/megaavr/1.8.7/libraries/SPI/src/SPI.h:168:8: note:   candidate expects 0 arguments, 4 provided
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino: In function 'void helloWorld()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:187:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:187:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino: In function 'void helloWorldForDummies()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:214:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:214:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino: In function 'void helloFullScreenPartialMode()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:260:3: error: 'display' was not declared in this scope
   display.setPartialWindow(0, 0, display.width(), display.height());
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:260:3: note: suggested alternative: 'delay'
   display.setPartialWindow(0, 0, display.width(), display.height());
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino: In function 'void helloArduino()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:309:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:309:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino: In function 'void helloEpaper()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:339:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:339:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino: In function 'void deepSleepTest()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:371:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:371:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino: In function 'void showBox(uint16_t, uint16_t, uint16_t, uint16_t, bool)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:430:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:430:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino: In function 'void drawCornerTest()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:451:3: error: 'display' was not declared in this scope
   display.setFullWindow();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:451:3: note: suggested alternative: 'delay'
   display.setFullWindow();
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino: In function 'void showFont(const char*, const GFXfont*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:475:3: error: 'display' was not declared in this scope
   display.setFullWindow();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:475:3: note: suggested alternative: 'delay'
   display.setFullWindow();
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino: In function 'void drawFont(const char*, const GFXfont*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:489:3: error: 'display' was not declared in this scope
   display.fillScreen(GxEPD_WHITE);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:489:3: note: suggested alternative: 'delay'
   display.fillScreen(GxEPD_WHITE);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino: In function 'void showPartialUpdate()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:524:19: error: 'display' was not declared in this scope
   uint16_t incr = display.epd2.hasFastPartialUpdate ? 1 : 3;
                   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:524:19: note: suggested alternative: 'delay'
   uint16_t incr = display.epd2.hasFastPartialUpdate ? 1 : 3;
                   ^~~~~~~
                   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino: In function 'void drawBitmaps()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:580:3: error: 'display' was not declared in this scope
   display.setFullWindow();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:580:3: note: suggested alternative: 'delay'
   display.setFullWindow();
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino: In function 'void drawBitmaps200x200()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:644:8: error: 'display' was not declared in this scope
   if ((display.epd2.panel == GxEPD2::GDEP015OC1) || (display.epd2.panel == GxEPD2::GDEH0154D67))
        ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:644:8: note: suggested alternative: 'delay'
   if ((display.epd2.panel == GxEPD2::GDEP015OC1) || (display.epd2.panel == GxEPD2::GDEH0154D67))
        ^~~~~~~
        delay
/home/e

examples/GxEPD2_WiFi_Example

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/erpc/erpc_codec.h:14:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/erpc/erpc_server.h:13,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/erpc/rpc_ble_callback_server.h:12,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/erpc/erpc_shim_unified.h:7,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/seeed_rpcUnified.h:10,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi/src/WiFiGeneric.h:26,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi/src/WiFiSTA.h:28,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi/src/WiFi.h:32,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi/src/rpcWiFi.h:1,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi/src/WiFiClientSecure.h:25,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WiFi_Example/GxEPD2_WiFi_Example.ino:156:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/erpc/erpc_message_buffer.h:14:10: fatal error: cstddef: No such file or directory
 #include <cstddef>
          ^~~~~~~~~
compilation terminated.
Multiple libraries were found for "WiFiClient.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/WiFiEspAT
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/WiFi_Link
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/WiFi101
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/WiFiNINA
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/WiFi

examples/GxEPD2x_FastBlackWhiteOnColor

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_FastBlackWhiteOnColor/GxEPD2x_FastBlackWhiteOnColor.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_FastBlackWhiteOnColor/GxEPD2x_FastBlackWhiteOnColor.ino:44:3: error: 'display' was not declared in this scope
   display.init(115200);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_FastBlackWhiteOnColor/GxEPD2x_FastBlackWhiteOnColor.ino:44:3: note: suggested alternative: 'delay'
   display.init(115200);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_FastBlackWhiteOnColor/GxEPD2x_FastBlackWhiteOnColor.ino: In function 'void clearWindow()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_FastBlackWhiteOnColor/GxEPD2x_FastBlackWhiteOnColor.ino:58:3: error: 'display' was not declared in this scope
   display.setPartialWindow(window_x, window_y, window_width, window_height);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_FastBlackWhiteOnColor/GxEPD2x_FastBlackWhiteOnColor.ino:58:3: note: suggested alternative: 'delay'
   display.setPartialWindow(window_x, window_y, window_width, window_height);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_FastBlackWhiteOnColor/GxEPD2x_FastBlackWhiteOnColor.ino: In function 'void showValue(uint16_t)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_FastBlackWhiteOnColor/GxEPD2x_FastBlackWhiteOnColor.ino:69:3: error: 'display' was not declared in this scope
   display.setRotation(0);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_FastBlackWhiteOnColor/GxEPD2x_FastBlackWhiteOnColor.ino:69:3: note: suggested alternative: 'delay'
   display.setRotation(0);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_FastBlackWhiteOnColor/GxEPD2x_FastBlackWhiteOnColor.ino: In function 'void helloWorld()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_FastBlackWhiteOnColor/GxEPD2x_FastBlackWhiteOnColor.ino:100:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_FastBlackWhiteOnColor/GxEPD2x_FastBlackWhiteOnColor.ino:100:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay

examples/GxEPD2x_MixedTest

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_MixedTest/GxEPD2x_MixedTest.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_MixedTest/GxEPD2x_MixedTest.ino:68:3: error: 'display' was not declared in this scope
   display.init(115200);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_MixedTest/GxEPD2x_MixedTest.ino:68:3: note: suggested alternative: 'delay'
   display.init(115200);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_MixedTest/GxEPD2x_MixedTest.ino: In function 'void showValue(uint16_t)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_MixedTest/GxEPD2x_MixedTest.ino:97:3: error: 'display' was not declared in this scope
   display.writeImage(previous_bw_window.getBuffer(), current_bw_window.getBuffer(), window_x, window_y, window_width, window_height);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_MixedTest/GxEPD2x_MixedTest.ino:97:3: note: suggested alternative: 'delay'
   display.writeImage(previous_bw_window.getBuffer(), current_bw_window.getBuffer(), window_x, window_y, window_width, window_height);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_MixedTest/GxEPD2x_MixedTest.ino: In function 'void helloWorld()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_MixedTest/GxEPD2x_MixedTest.ino:110:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_MixedTest/GxEPD2x_MixedTest.ino:110:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay

arduino:samd:mkrwifi1010 @ 1.8.12

Inclusion

Result: PASS

Sketch uses 13332 bytes (5%) of program storage space. Maximum is 262144 bytes.
Global variables use 3068 bytes (9%) of dynamic memory, leaving 29700 bytes for local variables. Maximum is 32768 bytes.

examples/GxEPD2_Example

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:116:3: error: 'display' was not declared in this scope
   display.init(115200); // default 10ms reset pulse, e.g. for bare panels with DESPI-C02
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:116:3: note: suggested alternative: 'delay'
   display.init(115200); // default 10ms reset pulse, e.g. for bare panels with DESPI-C02
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void helloWorld()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:183:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:183:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void helloWorldForDummies()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:211:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:211:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void helloFullScreenPartialMode()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:257:3: error: 'display' was not declared in this scope
   display.setPartialWindow(0, 0, display.width(), display.height());
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:257:3: note: suggested alternative: 'delay'
   display.setPartialWindow(0, 0, display.width(), display.height());
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void helloArduino()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:307:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:307:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void helloEpaper()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:338:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:338:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void helloStripe(uint16_t)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:377:3: error: 'display' was not declared in this scope
   display.setRotation(3);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:377:3: note: suggested alternative: 'delay'
   display.setRotation(3);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void helloValue(double, int)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:415:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:415:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void deepSleepTest()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:467:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:467:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void showBox(uint16_t, uint16_t, uint16_t, uint16_t, bool)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:527:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:527:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void drawCornerTest()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:548:3: error: 'display' was not declared in this scope
   display.setFullWindow();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:548:3: note: suggested alternative: 'delay'
   display.setFullWindow();
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void showFont(const char*, const GFXfont*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:572:3: error: 'display' was not declared in this scope
   display.setFullWindow();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:572:3: note: suggested alternative: 'delay'
   display.setFullWindow();
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void drawFont(const char*, const GFXfont*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:586:3: error: 'display' was not declared in this scope
   display.fillScreen(GxEPD_WHITE);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:586:3: note: suggested alternative: 'delay'
   display.fillScreen(GxEPD_WHITE);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void showPartialUpdate()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:620:7: error: 'display' was not declared in this scope
   if (display.epd2.WIDTH < 104) cursor_y = box_y + 6;
       ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:620:7: note: suggested alternative: 'delay'
   if (display.epd2.WIDTH < 104) cursor_y = box_y + 6;
       ^~~~~~~
       delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:622:19: error: 'display' was not declared in this scope
   uint16_t incr = display.epd2.hasFastPartialUpdate ? 1 : 3;
                   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:622:19: note: suggested alternative: 'delay'
   uint16_t incr = display.epd2.hasFastPartialUpdate ? 1 : 3;
                   ^~~~~~~
                   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void drawBitmaps()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:679:3: error: 'display' was not declared in this scope
   display.setFullWindow();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:679:3: note: suggested alternative: 'delay'
   display.setFullWindow();
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void drawBitmaps80x128()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:774:8: error: 'display' was not declared in this scope
   if ((display.epd2.WIDTH == 80) && (display.epd2.HEIGHT == 128))
        ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:774:8: note: suggested alternative: 'delay'
   if ((display.epd2.WIDTH == 80) && (display.epd2.HEIGHT == 128))
        ^~~~~~~
        delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void drawBitmaps152x152()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Exampl

examples/GxEPD2_GFX_Example

Result: FAIL


					
					

examples/GxEPD2_HelloWorld

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_HelloWorld/GxEPD2_HelloWorld.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_HelloWorld/GxEPD2_HelloWorld.ino:26:3: error: 'display' was not declared in this scope
   display.init();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_HelloWorld/GxEPD2_HelloWorld.ino:26:3: note: suggested alternative: 'delay'
   display.init();
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_HelloWorld/GxEPD2_HelloWorld.ino: In function 'void helloWorld()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_HelloWorld/GxEPD2_HelloWorld.ino:35:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_HelloWorld/GxEPD2_HelloWorld.ino:35:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay

examples/GxEPD2_MinimumExample

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_MinimumExample/GxEPD2_MinimumExample.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_MinimumExample/GxEPD2_MinimumExample.ino:23:3: error: 'display' was not declared in this scope
   display.init();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_MinimumExample/GxEPD2_MinimumExample.ino:23:3: note: suggested alternative: 'delay'
   display.init();
   ^~~~~~~
   delay

examples/GxEPD2_MultiDisplayExample

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_MultiDisplayExample/GxEPD2_MultiDisplayExample.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_MultiDisplayExample/GxEPD2_MultiDisplayExample.ino:187:16: error: 'RST_PIN' was not declared in this scope
   digitalWrite(RST_PIN, HIGH);
                ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_MultiDisplayExample/GxEPD2_MultiDisplayExample.ino:187:16: note: suggested alternative: 'USB_PID'
   digitalWrite(RST_PIN, HIGH);
                ^~~~~~~
                USB_PID
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_MultiDisplayExample/GxEPD2_MultiDisplayExample.ino:195:3: error: 'display1' was not declared in this scope
   display1.init(115200); // enable diagnostic output on Serial
   ^~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_MultiDisplayExample/GxEPD2_MultiDisplayExample.ino:195:3: note: suggested alternative: 'delay'
   display1.init(115200); // enable diagnostic output on Serial
   ^~~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_MultiDisplayExample/GxEPD2_MultiDisplayExample.ino:196:3: error: 'display2' was not declared in this scope
   display2.init(115200); // enable diagnostic output on Serial
   ^~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_MultiDisplayExample/GxEPD2_MultiDisplayExample.ino:196:3: note: suggested alternative: 'delay'
   display2.init(115200); // enable diagnostic output on Serial
   ^~~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_MultiDisplayExample/GxEPD2_MultiDisplayExample.ino:197:3: error: 'display3' was not declared in this scope
   display3.init(115200); // enable diagnostic output on Serial
   ^~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_MultiDisplayExample/GxEPD2_MultiDisplayExample.ino:197:3: note: suggested alternative: 'delay'
   display3.init(115200); // enable diagnostic output on Serial
   ^~~~~~~~
   delay

examples/GxEPD2_NotPagedExample

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:260:3: error: 'display' was not declared in this scope
   display.init(115200);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:260:3: note: suggested alternative: 'delay'
   display.init(115200);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino: In function 'void helloWorld()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:306:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:306:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino: In function 'void helloWorldForDummiesNotPaged()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:330:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:330:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino: In function 'void helloFullScreenPartialMode()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:362:3: error: 'display' was not declared in this scope
   display.setFullWindow();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:362:3: note: suggested alternative: 'delay'
   display.setFullWindow();
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino: In function 'void helloArduino()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:407:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:407:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino: In function 'void helloEpaper()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:434:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:434:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino: In function 'void helloValue(double, int)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:474:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:474:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino: In function 'void deepSleepTest()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:520:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:520:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino: In function 'void showBox(uint16_t, uint16_t, uint16_t, uint16_t, bool)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:567:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:567:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino: In function 'void drawCornerTest()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:584:3: error: 'display' was not declared in this scope
   display.setFullWindow();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:584:3: note: suggested alternative: 'delay'
   display.setFullWindow();
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino: In function 'void showFont(const char*, const GFXfont*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:604:3: error: 'display' was not declared in this scope
   display.setFullWindow();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:604:3: note: suggested alternative: 'delay'
   display.setFullWindow();
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino: In function 'void drawFont(const char*, const GFXfont*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:614:3: error: 'display' was not declared in this scope
   display.fillScreen(GxEPD_WHITE);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:614:3: note: suggested alternative: 'delay'
   display.fillScreen(GxEPD_WHITE);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino: In function 'void showPartialUpdate()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:649:19: error: 'display' was not declared in this scope
   uint16_t incr = display.epd2.hasFastPartialUpdate ? 1 : 3;
                   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:649:19: note: suggested alternative: 'delay'
   uint16_t incr = display.epd2.hasFastPartialUpdate ? 1 : 3;
                   ^~~~~~~
                   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino: In function 'void drawBitmaps()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:688:3: error: 'display' was not declared in this scope
   display.setFullWindow();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:688:3: note: suggested alternative: 'delay'
   display.setFullWindow();
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino: In function 'void drawBitmaps200x200()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:752:8: error: 'display' was not declared in this scope
   if ((display.epd2.panel == GxEPD2::GDEP015OC1) || (display.epd2.panel == GxEPD2::GDEH0154D67))
        ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:752:8: note: suggested alternative: 'delay'
   if ((display.epd2.panel == GxEPD2::GDEP015OC1) || (display.epd2.panel == GxEPD2::GDEH0154D67))
        ^~~~~~~
        delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:766:22: error: 'display' was not declared in this scope
     bool mirror_y = (display.epd2.panel != GxEPD2::GDE0213B1);
                      ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:766:22: note: suggested alternative: 'delay'
     bool mirror_y = (display.epd2.panel != GxEPD2::GDE0213B1);
                      ^~~~~~~
                      delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_NotPagedExample/GxEPD2_NotPagedExample.ino:776:2

examples/GxEPD2_PagedDisplayUsingCallback

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:92:3: error: 'display' was not declared in this scope
   display.init(115200);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:92:3: note: suggested alternative: 'delay'
   display.init(115200);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino: In function 'void helloWorldCallback(const void*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:125:17: error: 'display' was not declared in this scope
   uint16_t x = (display.width() - 160) / 2;
                 ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:125:17: note: suggested alternative: 'delay'
   uint16_t x = (display.width() - 160) / 2;
                 ^~~~~~~
                 delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino: In function 'void helloWorld()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:135:17: error: 'display' was not declared in this scope
   uint16_t x = (display.width() - 160) / 2;
                 ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:135:17: note: suggested alternative: 'delay'
   uint16_t x = (display.width() - 160) / 2;
                 ^~~~~~~
                 delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino: In function 'void helloFullScreenPartialModeCallback(const void*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:147:17: error: 'display' was not declared in this scope
   uint16_t x = (display.width() - 160) / 2;
                 ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:147:17: note: suggested alternative: 'delay'
   uint16_t x = (display.width() - 160) / 2;
                 ^~~~~~~
                 delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino: In function 'void helloFullScreenPartialMode()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:175:3: error: 'display' was not declared in this scope
   display.setPartialWindow(0, 0, display.width(), display.height());
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:175:3: note: suggested alternative: 'delay'
   display.setPartialWindow(0, 0, display.width(), display.height());
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino: In function 'void helloArduinoCallback(const void*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:185:17: error: 'display' was not declared in this scope
   uint16_t x = (display.width() - 160) / 2;
                 ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:185:17: note: suggested alternative: 'delay'
   uint16_t x = (display.width() - 160) / 2;
                 ^~~~~~~
                 delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino: In function 'void helloArduino()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:195:17: error: 'display' was not declared in this scope
   uint16_t x = (display.width() - 160) / 2;
                 ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:195:17: note: suggested alternative: 'delay'
   uint16_t x = (display.width() - 160) / 2;
                 ^~~~~~~
                 delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino: In function 'void helloEpaperCallback(const void*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:208:17: error: 'display' was not declared in this scope
   uint16_t x = (display.width() - 160) / 2;
                 ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:208:17: note: suggested alternative: 'delay'
   uint16_t x = (display.width() - 160) / 2;
                 ^~~~~~~
                 delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino: In function 'void helloEpaper()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:218:17: error: 'display' was not declared in this scope
   uint16_t x = (display.width() - 160) / 2;
                 ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:218:17: note: suggested alternative: 'delay'
   uint16_t x = (display.width() - 160) / 2;
                 ^~~~~~~
                 delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino: In function 'void showFont(const char*, const GFXfont*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:237:3: error: 'display' was not declared in this scope
   display.setFullWindow();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:237:3: note: suggested alternative: 'delay'
   display.setFullWindow();
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino: In function 'void drawFontCallback(const void*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:247:3: error: 'display' was not declared in this scope
   display.fillScreen(GxEPD_WHITE);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:247:3: note: suggested alternative: 'delay'
   display.fillScreen(GxEPD_WHITE);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino: In function 'void showBoxCallback(const void*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:280:3: error: 'display' was not declared in this scope
   display.fillRect(p->x, p->y, p->w, p->h, p->color);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:280:3: note: suggested alternative: 'delay'
   display.fillRect(p->x, p->y, p->w, p->h, p->color);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino: In function 'void showValueBoxCallback(const void*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:286:3: error: 'display' was not declared in this scope
   display.fillRect(p->x, p->y, p->w, p->h, GxEPD_WHITE);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:286:3: note: suggested alternative: 'delay'
   display.fillRect(p->x, p->y, p->w, p->h, GxEPD_WHITE);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino: In function 'void showPartialUpdate()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:300:19: error: 'display' was not declared in this scope
   uint16_t incr = display.epd2.hasFastPartialUpdate ? 1 : 3;
                   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxE

examples/GxEPD2_RotaryUsingBusyCallback

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_RotaryUsingBusyCallback/GxEPD2_RotaryUsingBusyCallback.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_RotaryUsingBusyCallback/GxEPD2_RotaryUsingBusyCallback.ino:64:3: error: 'display' was not declared in this scope
   display.init(); // disable diagnostics to avoid delay and catch most rotary pulses
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_RotaryUsingBusyCallback/GxEPD2_RotaryUsingBusyCallback.ino:64:3: note: suggested alternative: 'delay'
   display.init(); // disable diagnostics to avoid delay and catch most rotary pulses
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_RotaryUsingBusyCallback/GxEPD2_RotaryUsingBusyCallback.ino: In function 'void helloWorld()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_RotaryUsingBusyCallback/GxEPD2_RotaryUsingBusyCallback.ino:88:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_RotaryUsingBusyCallback/GxEPD2_RotaryUsingBusyCallback.ino:88:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_RotaryUsingBusyCallback/GxEPD2_RotaryUsingBusyCallback.ino: In function 'void showEncoderValue(int)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_RotaryUsingBusyCallback/GxEPD2_RotaryUsingBusyCallback.ino:129:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_RotaryUsingBusyCallback/GxEPD2_RotaryUsingBusyCallback.ino:129:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay

examples/GxEPD2_SD_AVR_Example

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino:103:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_boards_added.h:44:1: error: 'GxEPD2_DRIVER_CLASS' does not name a type; did you mean 'GxEPD2_GFX_BASE_CLASS'?
 GxEPD2_DRIVER_CLASS display(/*CS=4*/ 4, /*DC=*/ 7, /*RST=*/ 6, /*BUSY=*/ 5);
 ^~~~~~~~~~~~~~~~~~~
 GxEPD2_GFX_BASE_CLASS
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino:114:3: error: 'display' was not declared in this scope
   display.init(115200);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino:114:3: note: suggested alternative: 'delay'
   display.init(115200);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino: In function 'void drawBitmaps_200x200()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino:136:24: error: 'display' was not declared in this scope
   int16_t x = (int16_t(display.WIDTH) - 200) / 2;
                        ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino:136:24: note: suggested alternative: 'delay'
   int16_t x = (int16_t(display.WIDTH) - 200) / 2;
                        ^~~~~~~
                        delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino: In function 'void drawBitmaps_other()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino:160:16: error: 'display' was not declared in this scope
   int16_t w2 = display.WIDTH / 2;
                ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino:160:16: note: suggested alternative: 'delay'
   int16_t w2 = display.WIDTH / 2;
                ^~~~~~~
                delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino: In function 'void drawBitmaps_test()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino:194:16: error: 'display' was not declared in this scope
   int16_t w2 = display.WIDTH / 2;
                ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino:194:16: note: suggested alternative: 'delay'
   int16_t w2 = display.WIDTH / 2;
                ^~~~~~~
                delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino: In function 'void drawBitmapFromSD(const char*, int16_t, int16_t, bool)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino:218:21: error: 'display' was not declared in this scope
   if ((x >= int16_t(display.WIDTH)) || (y >= int16_t(display.HEIGHT))) return;
                     ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino:218:21: note: suggested alternative: 'delay'
   if ((x >= int16_t(display.WIDTH)) || (y >= int16_t(display.HEIGHT))) return;
                     ^~~~~~~
                     delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino:268:34: error: 'display' was not declared in this scope
       if ((x + w - 1) >= int16_t(display.WIDTH))  w = int16_t(display.WIDTH)  - x;
                                  ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino:268:34: note: suggested alternative: 'delay'
       if ((x + w - 1) >= int16_t(display.WIDTH))  w = int16_t(display.WIDTH)  - x;
                                  ^~~~~~~
                                  delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino:269:34: error: 'display' was not declared in this scope
       if ((y + h - 1) >= int16_t(display.HEIGHT)) h = int16_t(display.HEIGHT) - y;
                                  ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino:269:34: note: suggested alternative: 'delay'
       if ((y + h - 1) >= int16_t(display.HEIGHT)) h = int16_t(display.HEIGHT) - y;
                                  ^~~~~~~
                                  delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino:297:9: error: 'display' was not declared in this scope
         display.clearScreen();
         ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino:297:9: note: suggested alternative: 'delay'
         display.clearScreen();
         ^~~~~~~
         delay
Multiple libraries were found for "SdFat.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SdFat
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SdFat_-_Adafruit_Fork
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/InkplateLibrary

examples/GxEPD2_SD_Example

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:97:3: error: 'display' was not declared in this scope
   display.init(115200);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:97:3: note: suggested alternative: 'delay'
   display.init(115200);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:100:17: error: 'SD_CS' was not declared in this scope
   if (!SD.begin(SD_CS))
                 ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:100:17: note: suggested alternative: 'EPD_CS'
   if (!SD.begin(SD_CS))
                 ^~~~~
                 EPD_CS
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino: In function 'void drawBitmaps_200x200()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:130:16: error: 'display' was not declared in this scope
   int16_t x = (display.width() - 200) / 2;
                ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:130:16: note: suggested alternative: 'delay'
   int16_t x = (display.width() - 200) / 2;
                ^~~~~~~
                delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino: In function 'void drawBitmaps_other()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:154:16: error: 'display' was not declared in this scope
   int16_t w2 = display.width() / 2;
                ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:154:16: note: suggested alternative: 'delay'
   int16_t w2 = display.width() / 2;
                ^~~~~~~
                delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino: In function 'void drawBitmaps_test()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:188:16: error: 'display' was not declared in this scope
   int16_t w2 = display.width() / 2;
                ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:188:16: note: suggested alternative: 'delay'
   int16_t w2 = display.width() / 2;
                ^~~~~~~
                delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino: In function 'void drawBitmapsBuffered_200x200()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:214:16: error: 'display' was not declared in this scope
   int16_t x = (display.width() - 200) / 2;
                ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:214:16: note: suggested alternative: 'delay'
   int16_t x = (display.width() - 200) / 2;
                ^~~~~~~
                delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino: In function 'void drawBitmapsBuffered_other()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:238:16: error: 'display' was not declared in this scope
   int16_t w2 = display.width() / 2;
                ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:238:16: note: suggested alternative: 'delay'
   int16_t w2 = display.width() / 2;
                ^~~~~~~
                delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino: In function 'void drawBitmapsBuffered_test()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:272:16: error: 'display' was not declared in this scope
   int16_t w2 = display.width() / 2;
                ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:272:16: note: suggested alternative: 'delay'
   int16_t w2 = display.width() / 2;
                ^~~~~~~
                delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino: In function 'void drawBitmapFromSD(const char*, int16_t, int16_t, bool)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:299:13: error: 'display' was not declared in this scope
   if ((x >= display.epd2.WIDTH) || (y >= display.epd2.HEIGHT)) return;
             ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:299:13: note: suggested alternative: 'delay'
   if ((x >= display.epd2.WIDTH) || (y >= display.epd2.HEIGHT)) return;
             ^~~~~~~
             delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:350:26: error: 'display' was not declared in this scope
       if ((x + w - 1) >= display.epd2.WIDTH)  w = display.epd2.WIDTH  - x;
                          ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:350:26: note: suggested alternative: 'delay'
       if ((x + w - 1) >= display.epd2.WIDTH)  w = display.epd2.WIDTH  - x;
                          ^~~~~~~
                          delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:351:26: error: 'display' was not declared in this scope
       if ((y + h - 1) >= display.epd2.HEIGHT) h = display.epd2.HEIGHT - y;
                          ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:351:26: note: suggested alternative: 'delay'
       if ((y + h - 1) >= display.epd2.HEIGHT) h = display.epd2.HEIGHT - y;
                          ^~~~~~~
                          delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:380:9: error: 'display' was not declared in this scope
         display.clearScreen();
         ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:380:9: note: suggested alternative: 'delay'
         display.clearScreen();
         ^~~~~~~
         delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino: In function 'void drawBitmapFromSD_Buffered(const char*, int16_t, int16_t, bool, bool, bool)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:488:26: error: 'display' was not declared in this scope
   bool has_multicolors = display.epd2.panel == GxEPD2::ACeP565;
                          ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:488:26: note: suggested alternative: 'delay'
   bool has_multicolors = display.epd2.panel == GxEPD2::ACeP565;
                          ^~~~~~~
                          delay
Multiple libraries were found for "SdFat.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SdFat
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SdFat_-_Adafruit_Fork
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/InkplateLibrary

examples/GxEPD2_SD_WriteBitmap

Result: PASS

Sketch uses 72984 bytes (27%) of program storage space. Maximum is 262144 bytes.
Global variables use 4900 bytes (14%) of dynamic memory, leaving 27868 bytes for local variables. Maximum is 32768 bytes.

examples/GxEPD2_SerialFlash_Example

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:70:3: error: 'display' was not declared in this scope
   display.init();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:70:3: note: suggested alternative: 'delay'
   display.init();
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:72:26: error: 'FlashChipSelect' was not declared in this scope
   if (!SerialFlash.begin(FlashChipSelect))
                          ^~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino: In function 'void drawBitmaps_200x200()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:137:16: error: 'display' was not declared in this scope
   int16_t x = (display.width() - 200) / 2;
                ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:137:16: note: suggested alternative: 'delay'
   int16_t x = (display.width() - 200) / 2;
                ^~~~~~~
                delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino: In function 'void drawBitmaps_other()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:161:16: error: 'display' was not declared in this scope
   int16_t w2 = display.width() / 2;
                ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:161:16: note: suggested alternative: 'delay'
   int16_t w2 = display.width() / 2;
                ^~~~~~~
                delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino: In function 'void drawBitmapsBuffered_200x200()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:207:16: error: 'display' was not declared in this scope
   int16_t x = (display.width() - 200) / 2;
                ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:207:16: note: suggested alternative: 'delay'
   int16_t x = (display.width() - 200) / 2;
                ^~~~~~~
                delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino: In function 'void drawBitmapsBuffered_other()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:231:16: error: 'display' was not declared in this scope
   int16_t w2 = display.width() / 2;
                ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:231:16: note: suggested alternative: 'delay'
   int16_t w2 = display.width() / 2;
                ^~~~~~~
                delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino: In function 'void drawBitmapFromSerialFlash(const char*, int16_t, int16_t, bool)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:272:13: error: 'display' was not declared in this scope
   if ((x >= display.epd2.WIDTH) || (y >= display.epd2.HEIGHT)) return;
             ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:272:13: note: suggested alternative: 'delay'
   if ((x >= display.epd2.WIDTH) || (y >= display.epd2.HEIGHT)) return;
             ^~~~~~~
             delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:315:26: error: 'display' was not declared in this scope
       if ((x + w - 1) >= display.epd2.WIDTH)  w = display.epd2.WIDTH  - x;
                          ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:315:26: note: suggested alternative: 'delay'
       if ((x + w - 1) >= display.epd2.WIDTH)  w = display.epd2.WIDTH  - x;
                          ^~~~~~~
                          delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:316:26: error: 'display' was not declared in this scope
       if ((y + h - 1) >= display.epd2.HEIGHT) h = display.epd2.HEIGHT - y;
                          ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:316:26: note: suggested alternative: 'delay'
       if ((y + h - 1) >= display.epd2.HEIGHT) h = display.epd2.HEIGHT - y;
                          ^~~~~~~
                          delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:344:9: error: 'display' was not declared in this scope
         display.clearScreen();
         ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:344:9: note: suggested alternative: 'delay'
         display.clearScreen();
         ^~~~~~~
         delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino: In function 'void drawBitmapFromSerialFlash_Buffered(const char*, int16_t, int16_t, bool, bool, bool)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:451:26: error: 'display' was not declared in this scope
   bool has_multicolors = display.epd2.panel == GxEPD2::ACeP565;
                          ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:451:26: note: suggested alternative: 'delay'
   bool has_multicolors = display.epd2.panel == GxEPD2::ACeP565;
                          ^~~~~~~
                          delay

examples/GxEPD2_SerialFlash_Loader

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/esp/esp_event_loop.h:22:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/esp/esp_lib_unified.h:12,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/seeed_rpcUnified.h:11,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi/src/WiFiGeneric.h:26,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi/src/WiFiSTA.h:28,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi/src/WiFi.h:32,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi/src/rpcWiFi.h:1,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi/src/WiFiClientSecure.h:25,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Loader/GxEPD2_SerialFlash_Loader.ino:34:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/esp/esp_event.h:19:10: fatal error: Seeed_Arduino_FreeRTOS.h: No such file or directory
 #include "Seeed_Arduino_FreeRTOS.h"
          ^~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
Multiple libraries were found for "WiFiClient.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/WiFiEspAT
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/WiFiNINA
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/WiFi
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/WiFi101
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/WiFi_Link
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi
Multiple libraries were found for "FreeRTOS.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD51
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP32_BLE_Arduino
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_FreeRTOS

examples/GxEPD2_Spiffs_Example

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Spiffs_Example/GxEPD2_Spiffs_Example.ino:40:10: fatal error: FS.h: No such file or directory
 #include <FS.h>
          ^~~~~~
compilation terminated.

examples/GxEPD2_Spiffs_Loader

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Spiffs_Loader/GxEPD2_Spiffs_Loader.ino:22:10: fatal error: FS.h: No such file or directory
 #include <FS.h>
          ^~~~~~
compilation terminated.

examples/GxEPD2_U8G2_Fonts_Example

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino:46:3: error: 'display' was not declared in this scope
   display.init();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino:46:3: note: suggested alternative: 'delay'
   display.init();
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino: In function 'void helloWorld()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino:86:17: error: 'display' was not declared in this scope
   uint16_t x = (display.width() - tw) / 2;
                 ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino:86:17: note: suggested alternative: 'delay'
   uint16_t x = (display.width() - tw) / 2;
                 ^~~~~~~
                 delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino: In function 'void helloArduino()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino:114:17: error: 'display' was not declared in this scope
   uint16_t x = (display.width() - tw) / 2;
                 ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino:114:17: note: suggested alternative: 'delay'
   uint16_t x = (display.width() - tw) / 2;
                 ^~~~~~~
                 delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino: In function 'void helloEpaper()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino:142:17: error: 'display' was not declared in this scope
   uint16_t x = (display.width() - tw) / 2;
                 ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino:142:17: note: suggested alternative: 'delay'
   uint16_t x = (display.width() - tw) / 2;
                 ^~~~~~~
                 delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino: In function 'void showFont(const char*, const uint8_t*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino:158:3: error: 'display' was not declared in this scope
   display.setFullWindow();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino:158:3: note: suggested alternative: 'delay'
   display.setFullWindow();
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino: In function 'void drawFont(const char*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino:176:3: error: 'display' was not declared in this scope
   display.fillScreen(GxEPD_WHITE);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino:176:3: note: suggested alternative: 'delay'
   display.fillScreen(GxEPD_WHITE);
   ^~~~~~~
   delay

examples/GxEPD2_WS_ESP32_Driver

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:136:3: error: 'display' was not declared in this scope
   display.init(115200); // uses standard SPI pins, e.g. SCK(18), MISO(19), MOSI(23), SS(5)
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:136:3: note: suggested alternative: 'delay'
   display.init(115200); // uses standard SPI pins, e.g. SCK(18), MISO(19), MOSI(23), SS(5)
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:141:27: error: no matching function for call to 'SPIClassSAMD::begin(int, int, int, int)'
   SPI.begin(13, 12, 14, 15); // map and init SPI pins SCK(13), MISO(12), MOSI(14), SS(15)
                           ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/src/GxEPD2_EPD.h:16:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/src/GxEPD2_BW.h:33,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:34:
/home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/samd/1.8.12/libraries/SPI/SPI.h:63:8: note: candidate: virtual void SPIClassSAMD::begin()
   void begin();
        ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/samd/1.8.12/libraries/SPI/SPI.h:63:8: note:   candidate expects 0 arguments, 4 provided
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino: In function 'void helloWorld()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:187:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:187:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino: In function 'void helloWorldForDummies()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:214:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:214:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino: In function 'void helloFullScreenPartialMode()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:260:3: error: 'display' was not declared in this scope
   display.setPartialWindow(0, 0, display.width(), display.height());
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:260:3: note: suggested alternative: 'delay'
   display.setPartialWindow(0, 0, display.width(), display.height());
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino: In function 'void helloArduino()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:309:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:309:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino: In function 'void helloEpaper()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:339:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:339:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino: In function 'void deepSleepTest()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:371:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:371:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino: In function 'void showBox(uint16_t, uint16_t, uint16_t, uint16_t, bool)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:430:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:430:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino: In function 'void drawCornerTest()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:451:3: error: 'display' was not declared in this scope
   display.setFullWindow();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:451:3: note: suggested alternative: 'delay'
   display.setFullWindow();
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino: In function 'void showFont(const char*, const GFXfont*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:475:3: error: 'display' was not declared in this scope
   display.setFullWindow();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:475:3: note: suggested alternative: 'delay'
   display.setFullWindow();
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino: In function 'void drawFont(const char*, const GFXfont*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:489:3: error: 'display' was not declared in this scope
   display.fillScreen(GxEPD_WHITE);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:489:3: note: suggested alternative: 'delay'
   display.fillScreen(GxEPD_WHITE);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino: In function 'void showPartialUpdate()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:524:19: error: 'display' was not declared in this scope
   uint16_t incr = display.epd2.hasFastPartialUpdate ? 1 : 3;
                   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:524:19: note: suggested alternative: 'delay'
   uint16_t incr = display.epd2.hasFastPartialUpdate ? 1 : 3;
                   ^~~~~~~
                   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino: In function 'void drawBitmaps()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:580:3: error: 'display' was not declared in this scope
   display.setFullWindow();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:580:3: note: suggested alternative: 'delay'
   display.setFullWindow();
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino: In function 'void drawBitmaps200x200()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:644:8: error: 'display' was not declared in this scope
   if ((display.epd2.panel == GxEPD2::GDEP015OC1) || (display.epd2.panel == GxEPD2::GDEH0154D67))
        ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:644:8: note: suggested alternative: 'delay'
   if ((display.epd2.panel == GxEPD2::GDEP015OC1) || (display.epd2.panel == GxEPD2::GDEH0154D67))
        ^~~~~~~
        delay
/home/ec2-user/arduino-test

examples/GxEPD2_WiFi_Example

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/esp/esp_event_loop.h:22:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/esp/esp_lib_unified.h:12,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/seeed_rpcUnified.h:11,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi/src/WiFiGeneric.h:26,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi/src/WiFiSTA.h:28,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi/src/WiFi.h:32,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi/src/rpcWiFi.h:1,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi/src/WiFiClientSecure.h:25,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WiFi_Example/GxEPD2_WiFi_Example.ino:156:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcUnified/src/esp/esp_event.h:19:10: fatal error: Seeed_Arduino_FreeRTOS.h: No such file or directory
 #include "Seeed_Arduino_FreeRTOS.h"
          ^~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
Multiple libraries were found for "WiFiClient.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/WiFiEspAT
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/WiFi_Link
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/WiFi
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/WiFi101
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/WiFiNINA
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi
Multiple libraries were found for "FreeRTOS.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD51
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/FreeRTOS_SAMD21
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP32_BLE_Arduino
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_FreeRTOS

examples/GxEPD2x_FastBlackWhiteOnColor

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_FastBlackWhiteOnColor/GxEPD2x_FastBlackWhiteOnColor.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_FastBlackWhiteOnColor/GxEPD2x_FastBlackWhiteOnColor.ino:44:3: error: 'display' was not declared in this scope
   display.init(115200);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_FastBlackWhiteOnColor/GxEPD2x_FastBlackWhiteOnColor.ino:44:3: note: suggested alternative: 'delay'
   display.init(115200);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_FastBlackWhiteOnColor/GxEPD2x_FastBlackWhiteOnColor.ino: In function 'void clearWindow()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_FastBlackWhiteOnColor/GxEPD2x_FastBlackWhiteOnColor.ino:58:3: error: 'display' was not declared in this scope
   display.setPartialWindow(window_x, window_y, window_width, window_height);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_FastBlackWhiteOnColor/GxEPD2x_FastBlackWhiteOnColor.ino:58:3: note: suggested alternative: 'delay'
   display.setPartialWindow(window_x, window_y, window_width, window_height);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_FastBlackWhiteOnColor/GxEPD2x_FastBlackWhiteOnColor.ino: In function 'void showValue(uint16_t)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_FastBlackWhiteOnColor/GxEPD2x_FastBlackWhiteOnColor.ino:69:3: error: 'display' was not declared in this scope
   display.setRotation(0);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_FastBlackWhiteOnColor/GxEPD2x_FastBlackWhiteOnColor.ino:69:3: note: suggested alternative: 'delay'
   display.setRotation(0);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_FastBlackWhiteOnColor/GxEPD2x_FastBlackWhiteOnColor.ino: In function 'void helloWorld()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_FastBlackWhiteOnColor/GxEPD2x_FastBlackWhiteOnColor.ino:100:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_FastBlackWhiteOnColor/GxEPD2x_FastBlackWhiteOnColor.ino:100:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay

examples/GxEPD2x_MixedTest

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_MixedTest/GxEPD2x_MixedTest.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_MixedTest/GxEPD2x_MixedTest.ino:68:3: error: 'display' was not declared in this scope
   display.init(115200);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_MixedTest/GxEPD2x_MixedTest.ino:68:3: note: suggested alternative: 'delay'
   display.init(115200);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_MixedTest/GxEPD2x_MixedTest.ino: In function 'void showValue(uint16_t)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_MixedTest/GxEPD2x_MixedTest.ino:97:3: error: 'display' was not declared in this scope
   display.writeImage(previous_bw_window.getBuffer(), current_bw_window.getBuffer(), window_x, window_y, window_width, window_height);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_MixedTest/GxEPD2x_MixedTest.ino:97:3: note: suggested alternative: 'delay'
   display.writeImage(previous_bw_window.getBuffer(), current_bw_window.getBuffer(), window_x, window_y, window_width, window_height);
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_MixedTest/GxEPD2x_MixedTest.ino: In function 'void helloWorld()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_MixedTest/GxEPD2x_MixedTest.ino:110:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_MixedTest/GxEPD2x_MixedTest.ino:110:3: note: suggested alternative: 'delay'
   display.setRotation(1);
   ^~~~~~~
   delay

esp32:esp32:d1_mini32 @ 1.0.6

Inclusion

Result: PASS

Sketch uses 242638 bytes (18%) of program storage space. Maximum is 1310720 bytes.
Global variables use 13632 bytes (4%) of dynamic memory, leaving 314048 bytes for local variables. Maximum is 327680 bytes.

examples/GxEPD2_Example

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:116:3: error: 'display' was not declared in this scope
   display.init(115200); // default 10ms reset pulse, e.g. for bare panels with DESPI-C02
   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void helloWorld()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:183:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void helloWorldForDummies()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:211:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void helloFullScreenPartialMode()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:257:3: error: 'display' was not declared in this scope
   display.setPartialWindow(0, 0, display.width(), display.height());
   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void helloArduino()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:307:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void helloEpaper()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:338:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void helloStripe(uint16_t)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:377:3: error: 'display' was not declared in this scope
   display.setRotation(3);
   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void helloValue(double, int)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:415:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void deepSleepTest()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:467:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void showBox(uint16_t, uint16_t, uint16_t, uint16_t, bool)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:527:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void drawCornerTest()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:548:3: error: 'display' was not declared in this scope
   display.setFullWindow();
   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void showFont(const char*, const GFXfont*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:572:3: error: 'display' was not declared in this scope
   display.setFullWindow();
   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void drawFont(const char*, const GFXfont*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:586:3: error: 'display' was not declared in this scope
   display.fillScreen(GxEPD_WHITE);
   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void showPartialUpdate()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:620:7: error: 'display' was not declared in this scope
   if (display.epd2.WIDTH < 104) cursor_y = box_y + 6;
       ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:622:19: error: 'display' was not declared in this scope
   uint16_t incr = display.epd2.hasFastPartialUpdate ? 1 : 3;
                   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void drawBitmaps()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:679:3: error: 'display' was not declared in this scope
   display.setFullWindow();
   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void drawBitmaps80x128()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:774:8: error: 'display' was not declared in this scope
   if ((display.epd2.WIDTH == 80) && (display.epd2.HEIGHT == 128))
        ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void drawBitmaps152x152()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:813:8: error: 'display' was not declared in this scope
   if ((display.epd2.WIDTH == 152) && (display.epd2.HEIGHT == 152))
        ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void drawBitmaps200x200()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:855:8: error: 'display' was not declared in this scope
   if ((display.epd2.WIDTH == 200) && (display.epd2.HEIGHT == 200) && !display.epd2.hasColor)
        ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:873:22: error: 'display' was not declared in this scope
     bool mirror_y = (display.epd2.panel != GxEPD2::GDE0213B1);
                      ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:883:20: error: 'display' was not declared in this scope
   bool mirror_y = (display.epd2.panel != GxEPD2::GDE0213B1);
                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void drawBitmaps104x212()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:933:8: error: 'display' was not declared in this scope
   if ((display.epd2.WIDTH == 104) && (display.epd2.HEIGHT == 212) && !display.epd2.hasColor)
        ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void drawBitmaps128x250()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:964:8: error: 'display' was not declared in this scope
   if ((display.epd2.WIDTH == 128) && (display.epd2.HEIGHT == 250) && !display.epd2.hasColor)
        ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void drawBitmaps128x296()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:997:8: error: 'display' was not declared in this scope
   if ((display.epd2.WIDTH == 128) && (display.epd2.HEIGHT == 296) && !display.epd2.hasColor)
        ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void drawBitmaps152x296()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:1030:8: error: 'display' was not declared in this scope
   if ((display.epd2.WIDTH == 152) && (display.epd2.HEIGHT == 296) && !display.epd2.hasColor)
        ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void drawBitmaps176x264()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:1061:8: error: 'display' was not declared in this scope
   if ((display.epd2.WIDTH == 176) && (display.epd2.HEIGHT == 264) && !display.epd2.hasColor)
        ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void drawBitmaps240x416()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino:1092:8: error: 'display' was not declared in this scope
   if ((display.epd2.WIDTH == 240) && (display.epd2.HEIGHT == 416) && !display.epd2.hasColor)
        ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Example/GxEPD2_Example.ino: In function 'void drawBitmaps400x300()':
/home/ec2-user/arduino-testlib/cli-datadir/use

examples/GxEPD2_GFX_Example

Result: FAIL


					
					

examples/GxEPD2_HelloWorld

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_HelloWorld/GxEPD2_HelloWorld.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_HelloWorld/GxEPD2_HelloWorld.ino:26:3: error: 'display' was not declared in this scope
   display.init();
   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_HelloWorld/GxEPD2_HelloWorld.ino: In function 'void helloWorld()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_HelloWorld/GxEPD2_HelloWorld.ino:35:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^

examples/GxEPD2_MinimumExample

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_MinimumExample/GxEPD2_MinimumExample.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_MinimumExample/GxEPD2_MinimumExample.ino:23:3: error: 'display' was not declared in this scope
   display.init();
   ^

examples/GxEPD2_MultiDisplayExample

Result: PASS

Sketch uses 658858 bytes (50%) of program storage space. Maximum is 1310720 bytes.
Global variables use 90264 bytes (27%) of dynamic memory, leaving 237416 bytes for local variables. Maximum is 327680 bytes.

examples/GxEPD2_NotPagedExample

Result: PASS

Sketch uses 324334 bytes (24%) of program storage space. Maximum is 1310720 bytes.
Global variables use 122720 bytes (37%) of dynamic memory, leaving 204960 bytes for local variables. Maximum is 327680 bytes.

examples/GxEPD2_PagedDisplayUsingCallback

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:92:3: error: 'display' was not declared in this scope
   display.init(115200);
   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino: In function 'void helloWorldCallback(const void*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:125:17: error: 'display' was not declared in this scope
   uint16_t x = (display.width() - 160) / 2;
                 ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino: In function 'void helloWorld()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:135:17: error: 'display' was not declared in this scope
   uint16_t x = (display.width() - 160) / 2;
                 ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino: In function 'void helloFullScreenPartialModeCallback(const void*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:147:17: error: 'display' was not declared in this scope
   uint16_t x = (display.width() - 160) / 2;
                 ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino: In function 'void helloFullScreenPartialMode()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:175:3: error: 'display' was not declared in this scope
   display.setPartialWindow(0, 0, display.width(), display.height());
   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino: In function 'void helloArduinoCallback(const void*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:185:17: error: 'display' was not declared in this scope
   uint16_t x = (display.width() - 160) / 2;
                 ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino: In function 'void helloArduino()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:195:17: error: 'display' was not declared in this scope
   uint16_t x = (display.width() - 160) / 2;
                 ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino: In function 'void helloEpaperCallback(const void*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:208:17: error: 'display' was not declared in this scope
   uint16_t x = (display.width() - 160) / 2;
                 ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino: In function 'void helloEpaper()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:218:17: error: 'display' was not declared in this scope
   uint16_t x = (display.width() - 160) / 2;
                 ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino: In function 'void showFont(const char*, const GFXfont*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:237:3: error: 'display' was not declared in this scope
   display.setFullWindow();
   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino: In function 'void drawFontCallback(const void*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:247:3: error: 'display' was not declared in this scope
   display.fillScreen(GxEPD_WHITE);
   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino: In function 'void showBoxCallback(const void*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:280:3: error: 'display' was not declared in this scope
   display.fillRect(p->x, p->y, p->w, p->h, p->color);
   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino: In function 'void showValueBoxCallback(const void*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:286:3: error: 'display' was not declared in this scope
   display.fillRect(p->x, p->y, p->w, p->h, GxEPD_WHITE);
   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino: In function 'void showPartialUpdate()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:300:19: error: 'display' was not declared in this scope
   uint16_t incr = display.epd2.hasFastPartialUpdate ? 1 : 3;
                   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino: In function 'void showBox(uint16_t, uint16_t, uint16_t, uint16_t, bool)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:338:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino: In function 'void drawCornerTestCallback(const void*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:353:3: error: 'display' was not declared in this scope
   display.fillScreen(GxEPD_WHITE);
   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino: In function 'void drawCornerTest()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:364:3: error: 'display' was not declared in this scope
   display.setFullWindow();
   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino: In function 'void drawBitmaps()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:377:3: error: 'display' was not declared in this scope
   display.setFullWindow();
   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino: In function 'void drawInvertedBitmapCallback(const void*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:419:3: error: 'display' was not declared in this scope
   display.fillScreen(GxEPD_WHITE);
   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino: In function 'void drawBitmaps200x200()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:437:8: error: 'display' was not declared in this scope
   if ((display.epd2.panel == GxEPD2::GDEP015OC1) || (display.epd2.panel == GxEPD2::GDEH0154D67))
        ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:449:22: error: 'display' was not declared in this scope
     bool mirror_y = (display.epd2.panel != GxEPD2::GDE0213B1);
                      ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:459:20: error: 'display' was not declared in this scope
   bool mirror_y = (display.epd2.panel != GxEPD2::GDE0213B1);
                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino: In function 'void drawBitmaps128x250()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_PagedDisplayUsingCallback/GxEPD2_PagedDisplayUsingCallback.ino:498:7: error: 'display' was not declared in this scope
   if (display.epd2.panel == GxEPD2::GDE0213B1)
       ^
/home/ec2-user/ardu

examples/GxEPD2_RotaryUsingBusyCallback

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_RotaryUsingBusyCallback/GxEPD2_RotaryUsingBusyCallback.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_RotaryUsingBusyCallback/GxEPD2_RotaryUsingBusyCallback.ino:64:3: error: 'display' was not declared in this scope
   display.init(); // disable diagnostics to avoid delay and catch most rotary pulses
   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_RotaryUsingBusyCallback/GxEPD2_RotaryUsingBusyCallback.ino: In function 'void helloWorld()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_RotaryUsingBusyCallback/GxEPD2_RotaryUsingBusyCallback.ino:88:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_RotaryUsingBusyCallback/GxEPD2_RotaryUsingBusyCallback.ino: In function 'void showEncoderValue(int)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_RotaryUsingBusyCallback/GxEPD2_RotaryUsingBusyCallback.ino:129:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_RotaryUsingBusyCallback/GxEPD2_RotaryUsingBusyCallback.ino:132:39: error: no matching function for call to 'StreamString::StreamString(const char [11])'
   PrintString valueString(EncoderValue);
                                       ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_RotaryUsingBusyCallback/GxEPD2_RotaryUsingBusyCallback.ino:112:0:
/home/ec2-user/arduino-testlib/cli-datadir/data/packages/esp32/hardware/esp32/1.0.6/cores/esp32/StreamString.h:26:7: note: candidate: StreamString::StreamString()
 class StreamString: public Stream, public String
       ^
/home/ec2-user/arduino-testlib/cli-datadir/data/packages/esp32/hardware/esp32/1.0.6/cores/esp32/StreamString.h:26:7: note:   candidate expects 0 arguments, 1 provided
/home/ec2-user/arduino-testlib/cli-datadir/data/packages/esp32/hardware/esp32/1.0.6/cores/esp32/StreamString.h:26:7: note: candidate: StreamString::StreamString(const StreamString&)
/home/ec2-user/arduino-testlib/cli-datadir/data/packages/esp32/hardware/esp32/1.0.6/cores/esp32/StreamString.h:26:7: note:   no known conversion for argument 1 from 'const char [11]' to 'const StreamString&'
/home/ec2-user/arduino-testlib/cli-datadir/data/packages/esp32/hardware/esp32/1.0.6/cores/esp32/StreamString.h:26:7: note: candidate: StreamString::StreamString(StreamString&&)
/home/ec2-user/arduino-testlib/cli-datadir/data/packages/esp32/hardware/esp32/1.0.6/cores/esp32/StreamString.h:26:7: note:   no known conversion for argument 1 from 'const char [11]' to 'StreamString&&'

examples/GxEPD2_SD_AVR_Example

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SD/src/utility/Sd2Card.h:26:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SD/src/utility/SdFat.h:29,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SD/src/SD.h:20,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_AVR_Example/GxEPD2_SD_AVR_Example.ino:39:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SD/src/utility/Sd2PinMap.h:524:2: error: #error Architecture or board not supported.
 #error Architecture or board not supported.
  ^
Multiple libraries were found for "SD.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SD
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/data/packages/esp32/hardware/esp32/1.0.6/libraries/SD

examples/GxEPD2_SD_Example

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SD/src/utility/Sd2Card.h:26:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SD/src/utility/SdFat.h:29,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SD/src/SD.h:20,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SD_Example/GxEPD2_SD_Example.ino:46:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SD/src/utility/Sd2PinMap.h:524:2: error: #error Architecture or board not supported.
 #error Architecture or board not supported.
  ^
Multiple libraries were found for "SD.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SD
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/data/packages/esp32/hardware/esp32/1.0.6/libraries/SD

examples/GxEPD2_SD_WriteBitmap

Result: PASS

Sketch uses 323078 bytes (24%) of program storage space. Maximum is 1310720 bytes.
Global variables use 15600 bytes (4%) of dynamic memory, leaving 312080 bytes for local variables. Maximum is 327680 bytes.

examples/GxEPD2_SerialFlash_Example

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:70:3: error: 'display' was not declared in this scope
   display.init();
   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino: In function 'void drawBitmaps_200x200()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:137:16: error: 'display' was not declared in this scope
   int16_t x = (display.width() - 200) / 2;
                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino: In function 'void drawBitmaps_other()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:161:16: error: 'display' was not declared in this scope
   int16_t w2 = display.width() / 2;
                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino: In function 'void drawBitmapsBuffered_200x200()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:207:16: error: 'display' was not declared in this scope
   int16_t x = (display.width() - 200) / 2;
                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino: In function 'void drawBitmapsBuffered_other()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:231:16: error: 'display' was not declared in this scope
   int16_t w2 = display.width() / 2;
                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino: In function 'void drawBitmapFromSerialFlash(const char*, int16_t, int16_t, bool)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:272:13: error: 'display' was not declared in this scope
   if ((x >= display.epd2.WIDTH) || (y >= display.epd2.HEIGHT)) return;
             ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:315:26: error: 'display' was not declared in this scope
       if ((x + w - 1) >= display.epd2.WIDTH)  w = display.epd2.WIDTH  - x;
                          ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:316:26: error: 'display' was not declared in this scope
       if ((y + h - 1) >= display.epd2.HEIGHT) h = display.epd2.HEIGHT - y;
                          ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:344:9: error: 'display' was not declared in this scope
         display.clearScreen();
         ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino: In function 'void drawBitmapFromSerialFlash_Buffered(const char*, int16_t, int16_t, bool, bool, bool)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_SerialFlash_Example/GxEPD2_SerialFlash_Example.ino:451:26: error: 'display' was not declared in this scope
   bool has_multicolors = display.epd2.panel == GxEPD2::ACeP565;
                          ^

examples/GxEPD2_SerialFlash_Loader

Result: PASS

Sketch uses 874434 bytes (66%) of program storage space. Maximum is 1310720 bytes.
Global variables use 38856 bytes (11%) of dynamic memory, leaving 288824 bytes for local variables. Maximum is 327680 bytes.

examples/GxEPD2_Spiffs_Example

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Spiffs_Example/GxEPD2_Spiffs_Example.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Spiffs_Example/GxEPD2_Spiffs_Example.ino:62:3: error: 'display' was not declared in this scope
   display.init(115200);
   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Spiffs_Example/GxEPD2_Spiffs_Example.ino: In function 'void drawBitmaps_200x200()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Spiffs_Example/GxEPD2_Spiffs_Example.ino:89:16: error: 'display' was not declared in this scope
   int16_t x = (display.width() - 200) / 2;
                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Spiffs_Example/GxEPD2_Spiffs_Example.ino: In function 'void drawBitmaps_other()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Spiffs_Example/GxEPD2_Spiffs_Example.ino:113:16: error: 'display' was not declared in this scope
   int16_t w2 = display.width() / 2;
                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Spiffs_Example/GxEPD2_Spiffs_Example.ino: In function 'void drawBitmapsBuffered_200x200()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Spiffs_Example/GxEPD2_Spiffs_Example.ino:159:16: error: 'display' was not declared in this scope
   int16_t x = (display.width() - 200) / 2;
                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Spiffs_Example/GxEPD2_Spiffs_Example.ino: In function 'void drawBitmapsBuffered_other()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Spiffs_Example/GxEPD2_Spiffs_Example.ino:183:16: error: 'display' was not declared in this scope
   int16_t w2 = display.width() / 2;
                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Spiffs_Example/GxEPD2_Spiffs_Example.ino: In function 'void drawBitmapFromSpiffs(const char*, int16_t, int16_t, bool)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Spiffs_Example/GxEPD2_Spiffs_Example.ino:225:13: error: 'display' was not declared in this scope
   if ((x >= display.epd2.WIDTH) || (y >= display.epd2.HEIGHT)) return;
             ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Spiffs_Example/GxEPD2_Spiffs_Example.ino:272:26: error: 'display' was not declared in this scope
       if ((x + w - 1) >= display.epd2.WIDTH)  w = display.epd2.WIDTH  - x;
                          ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Spiffs_Example/GxEPD2_Spiffs_Example.ino:273:26: error: 'display' was not declared in this scope
       if ((y + h - 1) >= display.epd2.HEIGHT) h = display.epd2.HEIGHT - y;
                          ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Spiffs_Example/GxEPD2_Spiffs_Example.ino:301:9: error: 'display' was not declared in this scope
         display.clearScreen();
         ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Spiffs_Example/GxEPD2_Spiffs_Example.ino: In function 'void drawBitmapFromSpiffs_Buffered(const char*, int16_t, int16_t, bool, bool, bool)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_Spiffs_Example/GxEPD2_Spiffs_Example.ino:409:26: error: 'display' was not declared in this scope
   bool has_multicolors = display.epd2.panel == GxEPD2::ACeP565;
                          ^

examples/GxEPD2_Spiffs_Loader

Result: PASS

Sketch uses 901930 bytes (68%) of program storage space. Maximum is 1310720 bytes.
Global variables use 38800 bytes (11%) of dynamic memory, leaving 288880 bytes for local variables. Maximum is 327680 bytes.

examples/GxEPD2_U8G2_Fonts_Example

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino:46:3: error: 'display' was not declared in this scope
   display.init();
   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino: In function 'void helloWorld()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino:86:17: error: 'display' was not declared in this scope
   uint16_t x = (display.width() - tw) / 2;
                 ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino: In function 'void helloArduino()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino:114:17: error: 'display' was not declared in this scope
   uint16_t x = (display.width() - tw) / 2;
                 ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino: In function 'void helloEpaper()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino:142:17: error: 'display' was not declared in this scope
   uint16_t x = (display.width() - tw) / 2;
                 ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino: In function 'void showFont(const char*, const uint8_t*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino:158:3: error: 'display' was not declared in this scope
   display.setFullWindow();
   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino: In function 'void drawFont(const char*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_U8G2_Fonts_Example/GxEPD2_U8G2_Fonts_Example.ino:176:3: error: 'display' was not declared in this scope
   display.fillScreen(GxEPD_WHITE);
   ^

examples/GxEPD2_WS_ESP32_Driver

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:109:22: error: 'GxEPD2_DRIVER_CLASS' was not declared in this scope
 GxEPD2_DISPLAY_CLASS<GxEPD2_DRIVER_CLASS, MAX_HEIGHT(GxEPD2_DRIVER_CLASS)> display(GxEPD2_DRIVER_CLASS(/*CS=*/ 15, /*DC=*/ 27, /*RST=*/ 26, /*BUSY=*/ 25));
                      ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:109:54: error: 'GxEPD2_DRIVER_CLASS' was not declared in this scope
 GxEPD2_DISPLAY_CLASS<GxEPD2_DRIVER_CLASS, MAX_HEIGHT(GxEPD2_DRIVER_CLASS)> display(GxEPD2_DRIVER_CLASS(/*CS=*/ 15, /*DC=*/ 27, /*RST=*/ 26, /*BUSY=*/ 25));
                                                      ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:103:26: note: in definition of macro 'MAX_HEIGHT'
 #define MAX_HEIGHT(EPD) (EPD::HEIGHT <= MAX_DISPLAY_BUFFER_SIZE / (EPD::WIDTH / 8) ? EPD::HEIGHT : MAX_DISPLAY_BUFFER_SIZE / (EPD::WIDTH / 8))
                          ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:109:154: error: template argument 1 is invalid
 GxEPD2_DISPLAY_CLASS<GxEPD2_DRIVER_CLASS, MAX_HEIGHT(GxEPD2_DRIVER_CLASS)> display(GxEPD2_DRIVER_CLASS(/*CS=*/ 15, /*DC=*/ 27, /*RST=*/ 26, /*BUSY=*/ 25));
                                                                                                                                                          ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:109:154: error: template argument 2 is invalid
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:136:3: error: 'display' was not declared in this scope
   display.init(115200); // uses standard SPI pins, e.g. SCK(18), MISO(19), MOSI(23), SS(5)
   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino: In function 'void helloWorld()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:187:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino: In function 'void helloWorldForDummies()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:214:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino: In function 'void helloFullScreenPartialMode()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:260:3: error: 'display' was not declared in this scope
   display.setPartialWindow(0, 0, display.width(), display.height());
   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino: In function 'void helloArduino()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:309:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino: In function 'void helloEpaper()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:339:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino: In function 'void deepSleepTest()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:371:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino: In function 'void showBox(uint16_t, uint16_t, uint16_t, uint16_t, bool)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:430:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino: In function 'void drawCornerTest()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:451:3: error: 'display' was not declared in this scope
   display.setFullWindow();
   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino: In function 'void showFont(const char*, const GFXfont*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:475:3: error: 'display' was not declared in this scope
   display.setFullWindow();
   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino: In function 'void drawFont(const char*, const GFXfont*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:489:3: error: 'display' was not declared in this scope
   display.fillScreen(GxEPD_WHITE);
   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino: In function 'void showPartialUpdate()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:524:19: error: 'display' was not declared in this scope
   uint16_t incr = display.epd2.hasFastPartialUpdate ? 1 : 3;
                   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino: In function 'void drawBitmaps()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:580:3: error: 'display' was not declared in this scope
   display.setFullWindow();
   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino: In function 'void drawBitmaps200x200()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:644:8: error: 'display' was not declared in this scope
   if ((display.epd2.panel == GxEPD2::GDEP015OC1) || (display.epd2.panel == GxEPD2::GDEH0154D67))
        ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:662:22: error: 'display' was not declared in this scope
     bool mirror_y = (display.epd2.panel != GxEPD2::GDE0213B1);
                      ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:672:20: error: 'display' was not declared in this scope
   bool mirror_y = (display.epd2.panel != GxEPD2::GDE0213B1);
                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino: In function 'void drawBitmaps104x212()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:718:7: error: 'display' was not declared in this scope
   if (display.epd2.panel == GxEPD2::GDEW0213I5F)
       ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino: In function 'void drawBitmaps128x250()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:749:8: error: 'display' was not declared in this scope
   if ((display.epd2.panel == GxEPD2::GDE0213B1) || (display.epd2.panel == GxEPD2::GDEH0213B72))
        ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino: In function 'void drawBitmaps128x296()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:782:7: error: 'display' was not declared in this scope
   if (display.epd2.panel == GxEPD2::GDEH029A1)
       ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino: In function 'void drawBitmaps176x264()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:815:7: error: 'display' was not declared in this scope
   if (display.epd2.panel == GxEPD2::GDEW027W3)
       ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino: In function 'void drawBitmaps400x300()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WS_ESP32_Driver/GxEPD2_WS_ESP32_Driver.ino:843:7: error: 'display' was not declared in this scope
   if (display.epd2.panel == GxEPD2::GDEW042T2)
       ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/G

examples/GxEPD2_WiFi_Example

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WiFi_Example/GxEPD2_WiFi_Example.ino:138:22: error: 'GxEPD2_DRIVER_CLASS' was not declared in this scope
 GxEPD2_DISPLAY_CLASS<GxEPD2_DRIVER_CLASS, MAX_HEIGHT(GxEPD2_DRIVER_CLASS)> display(GxEPD2_DRIVER_CLASS(/*CS=5*/ EPD_CS, /*DC=*/ 17, /*RST=*/ 16, /*BUSY=*/ 4));
                      ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WiFi_Example/GxEPD2_WiFi_Example.ino:138:54: error: 'GxEPD2_DRIVER_CLASS' was not declared in this scope
 GxEPD2_DISPLAY_CLASS<GxEPD2_DRIVER_CLASS, MAX_HEIGHT(GxEPD2_DRIVER_CLASS)> display(GxEPD2_DRIVER_CLASS(/*CS=5*/ EPD_CS, /*DC=*/ 17, /*RST=*/ 16, /*BUSY=*/ 4));
                                                      ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WiFi_Example/GxEPD2_WiFi_Example.ino:125:26: note: in definition of macro 'MAX_HEIGHT'
 #define MAX_HEIGHT(EPD) (EPD::HEIGHT <= MAX_DISPLAY_BUFFER_SIZE / (EPD::WIDTH / 8) ? EPD::HEIGHT : MAX_DISPLAY_BUFFER_SIZE / (EPD::WIDTH / 8))
                          ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WiFi_Example/GxEPD2_WiFi_Example.ino:138:158: error: template argument 1 is invalid
 GxEPD2_DISPLAY_CLASS<GxEPD2_DRIVER_CLASS, MAX_HEIGHT(GxEPD2_DRIVER_CLASS)> display(GxEPD2_DRIVER_CLASS(/*CS=5*/ EPD_CS, /*DC=*/ 17, /*RST=*/ 16, /*BUSY=*/ 4));
                                                                                                                                                              ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WiFi_Example/GxEPD2_WiFi_Example.ino:138:158: error: template argument 2 is invalid
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WiFi_Example/GxEPD2_WiFi_Example.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WiFi_Example/GxEPD2_WiFi_Example.ino:214:3: error: 'display' was not declared in this scope
   display.init(115200);
   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WiFi_Example/GxEPD2_WiFi_Example.ino: In function 'void drawBitmaps_200x200()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WiFi_Example/GxEPD2_WiFi_Example.ino:285:16: error: 'display' was not declared in this scope
   int16_t x = (display.width() - 200) / 2;
                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WiFi_Example/GxEPD2_WiFi_Example.ino: In function 'void drawBitmaps_other()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WiFi_Example/GxEPD2_WiFi_Example.ino:309:16: error: 'display' was not declared in this scope
   int16_t w2 = display.width() / 2;
                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WiFi_Example/GxEPD2_WiFi_Example.ino: In function 'void drawBitmaps_test()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WiFi_Example/GxEPD2_WiFi_Example.ino:341:16: error: 'display' was not declared in this scope
   int16_t w2 = display.width() / 2;
                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WiFi_Example/GxEPD2_WiFi_Example.ino: In function 'void drawBitmapsBuffered_200x200()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WiFi_Example/GxEPD2_WiFi_Example.ino:367:16: error: 'display' was not declared in this scope
   int16_t x = (display.width() - 200) / 2;
                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WiFi_Example/GxEPD2_WiFi_Example.ino: In function 'void drawBitmapsBuffered_other()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WiFi_Example/GxEPD2_WiFi_Example.ino:391:16: error: 'display' was not declared in this scope
   int16_t w2 = display.width() / 2;
                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WiFi_Example/GxEPD2_WiFi_Example.ino: In function 'void drawBitmapsBuffered_7C()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WiFi_Example/GxEPD2_WiFi_Example.ino:421:7: error: 'display' was not declared in this scope
   if (display.epd2.panel == GxEPD2::ACeP565)
       ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WiFi_Example/GxEPD2_WiFi_Example.ino: In function 'void drawBitmapsBuffered_test()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WiFi_Example/GxEPD2_WiFi_Example.ino:440:16: error: 'display' was not declared in this scope
   int16_t w2 = display.width() / 2;
                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WiFi_Example/GxEPD2_WiFi_Example.ino: In function 'void showBitmapFrom_HTTP(const char*, const char*, const char*, int16_t, int16_t, bool)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WiFi_Example/GxEPD2_WiFi_Example.ino:465:13: error: 'display' was not declared in this scope
   if ((x >= display.epd2.WIDTH) || (y >= display.epd2.HEIGHT)) return;
             ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WiFi_Example/GxEPD2_WiFi_Example.ino:531:26: error: 'display' was not declared in this scope
       if ((x + w - 1) >= display.epd2.WIDTH)  w = display.epd2.WIDTH  - x;
                          ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WiFi_Example/GxEPD2_WiFi_Example.ino:532:26: error: 'display' was not declared in this scope
       if ((y + h - 1) >= display.epd2.HEIGHT) h = display.epd2.HEIGHT - y;
                          ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WiFi_Example/GxEPD2_WiFi_Example.ino:561:9: error: 'display' was not declared in this scope
         display.clearScreen();
         ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WiFi_Example/GxEPD2_WiFi_Example.ino: In function 'void drawBitmapFrom_HTTP_ToBuffer(const char*, const char*, const char*, int16_t, int16_t, bool)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WiFi_Example/GxEPD2_WiFi_Example.ino:692:26: error: 'display' was not declared in this scope
   bool has_multicolors = display.epd2.panel == GxEPD2::ACeP565;
                          ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WiFi_Example/GxEPD2_WiFi_Example.ino: In function 'void showBitmapFrom_HTTP_Buffered(const char*, const char*, const char*, int16_t, int16_t, bool)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WiFi_Example/GxEPD2_WiFi_Example.ino:916:3: error: 'display' was not declared in this scope
   display.setFullWindow();
   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WiFi_Example/GxEPD2_WiFi_Example.ino: In function 'void showBitmapFrom_HTTPS(const char*, const char*, const char*, const char*, int16_t, int16_t, bool, const char*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WiFi_Example/GxEPD2_WiFi_Example.ino:937:13: error: 'display' was not declared in this scope
   if ((x >= display.epd2.WIDTH) || (y >= display.epd2.HEIGHT)) return;
             ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WiFi_Example/GxEPD2_WiFi_Example.ino:1009:26: error: 'display' was not declared in this scope
       if ((x + w - 1) >= display.epd2.WIDTH)  w = display.epd2.WIDTH  - x;
                          ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WiFi_Example/GxEPD2_WiFi_Example.ino:1010:26: error: 'display' was not declared in this scope
       if ((y + h - 1) >= display.epd2.HEIGHT) h = display.epd2.HEIGHT - y;
                          ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WiFi_Example/GxEPD2_WiFi_Example.ino:1039:9: error: 'display' was not declared in this scope
         display.clearScreen();
         ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WiFi_Example/GxEPD2_WiFi_Example.ino: In function 'void drawBitmapFrom_HTTPS_ToBuffer(const char*, const char*, const char*, const char*, int16_t, int16_t, bool, const char*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WiFi_Example/GxEPD2_WiFi_Example.ino:1174:26: error: 'display' was not declared in this scope
   bool has_multicolors = display.epd2.panel == GxEPD2::ACeP565;
                          ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WiFi_Example/GxEPD2_WiFi_Example.ino: In function 'void showBitmapFrom_HTTPS_Buffered(const char*, const char*, const char*, const char*, int16_t, int16_t, bool, const char*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2_WiFi_Example/GxEPD2_WiFi_Example.ino:1404:3: error: 'display' was not declared in this scope
   display.setFullWindow();
   ^
Multiple libraries were found for "WiFiClient.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/data/packages/esp32/hardware/esp32/1.0.6/libraries/WiFi
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/WiFi101
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/WiFiEspAT
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/WiFi_Link
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/WiFiNINA
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/WiFi
Multiple libraries 

examples/GxEPD2x_FastBlackWhiteOnColor

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_FastBlackWhiteOnColor/GxEPD2x_FastBlackWhiteOnColor.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_FastBlackWhiteOnColor/GxEPD2x_FastBlackWhiteOnColor.ino:44:3: error: 'display' was not declared in this scope
   display.init(115200);
   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_FastBlackWhiteOnColor/GxEPD2x_FastBlackWhiteOnColor.ino: In function 'void clearWindow()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_FastBlackWhiteOnColor/GxEPD2x_FastBlackWhiteOnColor.ino:58:3: error: 'display' was not declared in this scope
   display.setPartialWindow(window_x, window_y, window_width, window_height);
   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_FastBlackWhiteOnColor/GxEPD2x_FastBlackWhiteOnColor.ino: In function 'void showValue(uint16_t)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_FastBlackWhiteOnColor/GxEPD2x_FastBlackWhiteOnColor.ino:69:3: error: 'display' was not declared in this scope
   display.setRotation(0);
   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_FastBlackWhiteOnColor/GxEPD2x_FastBlackWhiteOnColor.ino: In function 'void helloWorld()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_FastBlackWhiteOnColor/GxEPD2x_FastBlackWhiteOnColor.ino:100:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^

examples/GxEPD2x_MixedTest

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_MixedTest/GxEPD2x_MixedTest.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_MixedTest/GxEPD2x_MixedTest.ino:68:3: error: 'display' was not declared in this scope
   display.init(115200);
   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_MixedTest/GxEPD2x_MixedTest.ino: In function 'void showValue(uint16_t)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_MixedTest/GxEPD2x_MixedTest.ino:97:3: error: 'display' was not declared in this scope
   display.writeImage(previous_bw_window.getBuffer(), current_bw_window.getBuffer(), window_x, window_y, window_width, window_height);
   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_MixedTest/GxEPD2x_MixedTest.ino: In function 'void helloWorld()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GxEPD2/examples/GxEPD2x_MixedTest/GxEPD2x_MixedTest.ino:110:3: error: 'display' was not declared in this scope
   display.setRotation(1);
   ^