heltec-eink-modules - compatibility matrix

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

heltec-eink-modules

Version: 1.0.4
More details

Compatibility matrix

Board Claims compatibility Inclusion
xbitmap_multicolor
bare_minimum
bitmap_data
fast_mode
fonts
getTextBounds
shapes
sprites
rotation
windowed
xbitmap_bw
arduino:avr:uno
1.8.4
Yes PASS PASS FAIL FAIL PASS FAIL FAIL FAIL FAIL FAIL FAIL FAIL
arduino:mbed_nano:nanorp2040connect
2.7.2
No ⚠️ PASS PASS FAIL FAIL PASS FAIL FAIL FAIL FAIL FAIL FAIL FAIL
arduino:megaavr:nona4809
1.8.7
No ⚠️ PASS PASS FAIL FAIL PASS FAIL FAIL FAIL FAIL FAIL FAIL FAIL
arduino:samd:mkrwifi1010
1.8.12
No ⚠️ PASS PASS FAIL FAIL PASS FAIL FAIL FAIL FAIL FAIL FAIL FAIL
esp32:esp32:d1_mini32
1.0.6
No FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL

Compilation logs

arduino:avr:uno @ 1.8.4

Inclusion

Result: PASS

Sketch uses 444 bytes (1%) of program storage space. Maximum is 32256 bytes.
Global variables use 9 bytes (0%) of dynamic memory, leaving 2039 bytes for local variables. Maximum is 2048 bytes.

examples/bare_minimum

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/bare_minimum/bare_minimum.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/bare_minimum/bare_minimum.ino:16:2: error: 'display' was not declared in this scope
  display.begin();
  ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/bare_minimum/bare_minimum.ino:16:2: note: suggested alternative: 'delay'
  display.begin();
  ^~~~~~~
  delay

examples/bitmap_data

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/bitmap_data/bitmap_data.ino:39:10: error: #include expects "FILENAME" or <FILENAME>
 #include PENCILS_H
          ^~~~~~~~~

examples/fast_mode

Result: PASS

Sketch uses 12124 bytes (37%) of program storage space. Maximum is 32256 bytes.
Global variables use 345 bytes (16%) of dynamic memory, leaving 1703 bytes for local variables. Maximum is 2048 bytes.

examples/fonts

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/fonts/fonts.ino:35:1: error: 'PANEL_CLASS' does not name a type
 PANEL_CLASS display(DC_PIN, CS_PIN, BUSY_PIN);
 ^~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/fonts/fonts.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/fonts/fonts.ino:38:3: error: 'display' was not declared in this scope
   display.begin();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/fonts/fonts.ino:38:3: note: suggested alternative: 'delay'
   display.begin();
   ^~~~~~~
   delay

examples/getTextBounds

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/getTextBounds/getTextBounds.ino:37:1: error: 'PANEL_CLASS' does not name a type
 PANEL_CLASS display(DC_PIN, CS_PIN, BUSY_PIN);
 ^~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/getTextBounds/getTextBounds.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/getTextBounds/getTextBounds.ino:40:3: error: 'display' was not declared in this scope
   display.begin();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/getTextBounds/getTextBounds.ino:40:3: note: suggested alternative: 'delay'
   display.begin();
   ^~~~~~~
   delay

examples/rotation

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/rotation/rotation.ino:38:1: error: 'PANEL_CLASS' does not name a type
 PANEL_CLASS display(DC_PIN, CS_PIN, BUSY_PIN);
 ^~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/rotation/rotation.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/rotation/rotation.ino:41:3: error: 'display' was not declared in this scope
   display.begin();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/rotation/rotation.ino:41:3: note: suggested alternative: 'delay'
   display.begin();
   ^~~~~~~
   delay

examples/shapes

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/shapes/shapes.ino:36:1: error: 'PANEL_CLASS' does not name a type
 PANEL_CLASS display(DC_PIN, CS_PIN, BUSY_PIN);
 ^~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/shapes/shapes.ino:40:1: error: 'PANEL_CLASS' does not name a type
 PANEL_CLASS::Bounds::Full b = display.bounds.full;                //Dimension information about fullscreen panel
 ^~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/shapes/shapes.ino:41:1: error: 'PANEL_CLASS' does not name a type
 PANEL_CLASS::ColorList c = display.colors;                                         //Quick access to different colors
 ^~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/shapes/shapes.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/shapes/shapes.ino:46:3: error: 'display' was not declared in this scope
   display.begin();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/shapes/shapes.ino:46:3: note: suggested alternative: 'delay'
   display.begin();
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/shapes/shapes.ino:83:37: error: 'b' was not declared in this scope
       display.fillTriangle(0,0, 30, b.bottom(), 60, b.bottom(), ACCENT2);  //Handy functions like bottom() make drawing easier
                                     ^

examples/sprites

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/sprites/sprites.ino:36:1: error: 'PANEL_CLASS' does not name a type
 PANEL_CLASS display(DC_PIN, CS_PIN, BUSY_PIN);
 ^~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/sprites/sprites.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/sprites/sprites.ino:39:3: error: 'display' was not declared in this scope
   display.begin();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/sprites/sprites.ino:39:3: note: suggested alternative: 'delay'
   display.begin();
   ^~~~~~~
   delay

examples/windowed

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/windowed/windowed.ino:33:1: error: 'PANEL_CLASS' does not name a type
 PANEL_CLASS display(DC_PIN, CS_PIN, BUSY_PIN);
 ^~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/windowed/windowed.ino:39:1: error: 'PANEL_CLASS' does not name a type
 PANEL_CLASS::Bounds::Full f = display.bounds.full;
 ^~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/windowed/windowed.ino:40:1: error: 'PANEL_CLASS' does not name a type
 PANEL_CLASS::Bounds::Window w = display.bounds.window;
 ^~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/windowed/windowed.ino:41:1: error: 'PANEL_CLASS' does not name a type
 PANEL_CLASS::ColorList c = display.colors;
 ^~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/windowed/windowed.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/windowed/windowed.ino:44:3: error: 'display' was not declared in this scope
   display.begin();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/windowed/windowed.ino:44:3: note: suggested alternative: 'delay'
   display.begin();
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/windowed/windowed.ino:69:21: error: 'f' was not declared in this scope
   uint16_t W_LEFT = f.centerX() - (display.getTextWidth(proclamation) / 2) - 10;
                     ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/windowed/windowed.ino:80:22: error: 'w' was not declared in this scope
     display.drawRect(w.left(), w.top(), w.width(), w.height(), c.BLACK);  //Put a border around the very edge of the window
                      ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/windowed/windowed.ino:80:64: error: 'c' was not declared in this scope
     display.drawRect(w.left(), w.top(), w.width(), w.height(), c.BLACK);  //Put a border around the very edge of the window
                                                                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/windowed/windowed.ino:108:22: error: 'w' was not declared in this scope
     display.drawRect(w.left(), w.top(), w.width(), w.height(), c.BLACK);  //Put a border around the very edge of the window
                      ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/windowed/windowed.ino:108:64: error: 'c' was not declared in this scope
     display.drawRect(w.left(), w.top(), w.width(), w.height(), c.BLACK);  //Put a border around the very edge of the window
                                                                ^

examples/xbitmap_bw

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/xbitmap_bw/xbitmap_bw.ino:46:10: error: #include expects "FILENAME" or <FILENAME>
 #include CHESS_H
          ^~~~~~~

examples/xbitmap_multicolor

Result: PASS

Sketch uses 15758 bytes (48%) of program storage space. Maximum is 32256 bytes.
Global variables use 150 bytes (7%) of dynamic memory, leaving 1898 bytes for local variables. Maximum is 2048 bytes.

arduino:mbed_nano:nanorp2040connect @ 2.7.2

Inclusion

Result: PASS

WARNING: library heltec-eink-modules claims to run on avr architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
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/bare_minimum

Result: FAIL

WARNING: library heltec-eink-modules claims to run on avr architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/bare_minimum/bare_minimum.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/bare_minimum/bare_minimum.ino:16:2: error: 'display' was not declared in this scope
  display.begin();
  ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/bare_minimum/bare_minimum.ino:16:2: note: suggested alternative: 'delay'
  display.begin();
  ^~~~~~~
  delay

examples/bitmap_data

Result: FAIL

WARNING: library heltec-eink-modules claims to run on avr architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/bitmap_data/bitmap_data.ino:39:10: error: #include expects "FILENAME" or <FILENAME>
 #include PENCILS_H
          ^~~~~~~~~

examples/fast_mode

Result: PASS

WARNING: library heltec-eink-modules claims to run on avr architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
Sketch uses 86184 bytes (0%) of program storage space. Maximum is 16777216 bytes.
Global variables use 43936 bytes (16%) of dynamic memory, leaving 226400 bytes for local variables. Maximum is 270336 bytes.

examples/fonts

Result: FAIL

WARNING: library heltec-eink-modules claims to run on avr architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/fonts/fonts.ino:35:1: error: 'PANEL_CLASS' does not name a type
 PANEL_CLASS display(DC_PIN, CS_PIN, BUSY_PIN);
 ^~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/fonts/fonts.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/fonts/fonts.ino:38:3: error: 'display' was not declared in this scope
   display.begin();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/fonts/fonts.ino:38:3: note: suggested alternative: 'delay'
   display.begin();
   ^~~~~~~
   delay

examples/getTextBounds

Result: FAIL

WARNING: library heltec-eink-modules claims to run on avr architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/getTextBounds/getTextBounds.ino:37:1: error: 'PANEL_CLASS' does not name a type
 PANEL_CLASS display(DC_PIN, CS_PIN, BUSY_PIN);
 ^~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/getTextBounds/getTextBounds.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/getTextBounds/getTextBounds.ino:40:3: error: 'display' was not declared in this scope
   display.begin();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/getTextBounds/getTextBounds.ino:40:3: note: suggested alternative: 'delay'
   display.begin();
   ^~~~~~~
   delay

examples/rotation

Result: FAIL

WARNING: library heltec-eink-modules claims to run on avr architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/rotation/rotation.ino:38:1: error: 'PANEL_CLASS' does not name a type
 PANEL_CLASS display(DC_PIN, CS_PIN, BUSY_PIN);
 ^~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/rotation/rotation.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/rotation/rotation.ino:41:3: error: 'display' was not declared in this scope
   display.begin();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/rotation/rotation.ino:41:3: note: suggested alternative: 'delay'
   display.begin();
   ^~~~~~~
   delay

examples/shapes

Result: FAIL

WARNING: library heltec-eink-modules claims to run on avr architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/shapes/shapes.ino:36:1: error: 'PANEL_CLASS' does not name a type
 PANEL_CLASS display(DC_PIN, CS_PIN, BUSY_PIN);
 ^~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/shapes/shapes.ino:40:1: error: 'PANEL_CLASS' does not name a type
 PANEL_CLASS::Bounds::Full b = display.bounds.full;                //Dimension information about fullscreen panel
 ^~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/shapes/shapes.ino:41:1: error: 'PANEL_CLASS' does not name a type
 PANEL_CLASS::ColorList c = display.colors;                                         //Quick access to different colors
 ^~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/shapes/shapes.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/shapes/shapes.ino:46:3: error: 'display' was not declared in this scope
   display.begin();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/shapes/shapes.ino:46:3: note: suggested alternative: 'delay'
   display.begin();
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/shapes/shapes.ino:83:37: error: 'b' was not declared in this scope
       display.fillTriangle(0,0, 30, b.bottom(), 60, b.bottom(), ACCENT2);  //Handy functions like bottom() make drawing easier
                                     ^

examples/sprites

Result: FAIL

WARNING: library heltec-eink-modules claims to run on avr architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/sprites/sprites.ino:36:1: error: 'PANEL_CLASS' does not name a type
 PANEL_CLASS display(DC_PIN, CS_PIN, BUSY_PIN);
 ^~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/sprites/sprites.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/sprites/sprites.ino:39:3: error: 'display' was not declared in this scope
   display.begin();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/sprites/sprites.ino:39:3: note: suggested alternative: 'delay'
   display.begin();
   ^~~~~~~
   delay

examples/windowed

Result: FAIL

WARNING: library heltec-eink-modules claims to run on avr architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/windowed/windowed.ino:33:1: error: 'PANEL_CLASS' does not name a type
 PANEL_CLASS display(DC_PIN, CS_PIN, BUSY_PIN);
 ^~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/windowed/windowed.ino:39:1: error: 'PANEL_CLASS' does not name a type
 PANEL_CLASS::Bounds::Full f = display.bounds.full;
 ^~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/windowed/windowed.ino:40:1: error: 'PANEL_CLASS' does not name a type
 PANEL_CLASS::Bounds::Window w = display.bounds.window;
 ^~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/windowed/windowed.ino:41:1: error: 'PANEL_CLASS' does not name a type
 PANEL_CLASS::ColorList c = display.colors;
 ^~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/windowed/windowed.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/windowed/windowed.ino:44:3: error: 'display' was not declared in this scope
   display.begin();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/windowed/windowed.ino:44:3: note: suggested alternative: 'delay'
   display.begin();
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/windowed/windowed.ino:69:21: error: 'f' was not declared in this scope
   uint16_t W_LEFT = f.centerX() - (display.getTextWidth(proclamation) / 2) - 10;
                     ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/windowed/windowed.ino:80:22: error: 'w' was not declared in this scope
     display.drawRect(w.left(), w.top(), w.width(), w.height(), c.BLACK);  //Put a border around the very edge of the window
                      ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/windowed/windowed.ino:80:64: error: 'c' was not declared in this scope
     display.drawRect(w.left(), w.top(), w.width(), w.height(), c.BLACK);  //Put a border around the very edge of the window
                                                                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/windowed/windowed.ino:108:22: error: 'w' was not declared in this scope
     display.drawRect(w.left(), w.top(), w.width(), w.height(), c.BLACK);  //Put a border around the very edge of the window
                      ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/windowed/windowed.ino:108:64: error: 'c' was not declared in this scope
     display.drawRect(w.left(), w.top(), w.width(), w.height(), c.BLACK);  //Put a border around the very edge of the window
                                                                ^

examples/xbitmap_bw

Result: FAIL

WARNING: library heltec-eink-modules claims to run on avr architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/xbitmap_bw/xbitmap_bw.ino:46:10: error: #include expects "FILENAME" or <FILENAME>
 #include CHESS_H
          ^~~~~~~

examples/xbitmap_multicolor

Result: PASS

WARNING: library heltec-eink-modules claims to run on avr architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
Sketch uses 85804 bytes (0%) of program storage space. Maximum is 16777216 bytes.
Global variables use 43752 bytes (16%) of dynamic memory, leaving 226584 bytes for local variables. Maximum is 270336 bytes.

arduino:megaavr:nona4809 @ 1.8.7

Inclusion

Result: PASS

WARNING: library heltec-eink-modules claims to run on avr architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
Sketch uses 3246 bytes (6%) of program storage space. Maximum is 49152 bytes.
Global variables use 40 bytes (0%) of dynamic memory, leaving 6104 bytes for local variables. Maximum is 6144 bytes.

examples/bare_minimum

Result: FAIL

WARNING: library heltec-eink-modules claims to run on avr architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/bare_minimum/bare_minimum.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/bare_minimum/bare_minimum.ino:16:2: error: 'display' was not declared in this scope
  display.begin();
  ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/bare_minimum/bare_minimum.ino:16:2: note: suggested alternative: 'delay'
  display.begin();
  ^~~~~~~
  delay

examples/bitmap_data

Result: FAIL

WARNING: library heltec-eink-modules claims to run on avr architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/bitmap_data/bitmap_data.ino:39:10: error: #include expects "FILENAME" or <FILENAME>
 #include PENCILS_H
          ^~~~~~~~~

examples/fast_mode

Result: PASS

WARNING: library heltec-eink-modules claims to run on avr architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
Sketch uses 14345 bytes (29%) of program storage space. Maximum is 49152 bytes.
Global variables use 366 bytes (5%) of dynamic memory, leaving 5778 bytes for local variables. Maximum is 6144 bytes.

examples/fonts

Result: FAIL

WARNING: library heltec-eink-modules claims to run on avr architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/fonts/fonts.ino:35:1: error: 'PANEL_CLASS' does not name a type; did you mean 'REQUEST_CLASS'?
 PANEL_CLASS display(DC_PIN, CS_PIN, BUSY_PIN);
 ^~~~~~~~~~~
 REQUEST_CLASS
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/fonts/fonts.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/fonts/fonts.ino:38:3: error: 'display' was not declared in this scope
   display.begin();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/fonts/fonts.ino:38:3: note: suggested alternative: 'delay'
   display.begin();
   ^~~~~~~
   delay

examples/getTextBounds

Result: FAIL

WARNING: library heltec-eink-modules claims to run on avr architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/getTextBounds/getTextBounds.ino:37:1: error: 'PANEL_CLASS' does not name a type; did you mean 'REQUEST_CLASS'?
 PANEL_CLASS display(DC_PIN, CS_PIN, BUSY_PIN);
 ^~~~~~~~~~~
 REQUEST_CLASS
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/getTextBounds/getTextBounds.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/getTextBounds/getTextBounds.ino:40:3: error: 'display' was not declared in this scope
   display.begin();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/getTextBounds/getTextBounds.ino:40:3: note: suggested alternative: 'delay'
   display.begin();
   ^~~~~~~
   delay

examples/rotation

Result: FAIL

WARNING: library heltec-eink-modules claims to run on avr architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/rotation/rotation.ino:38:1: error: 'PANEL_CLASS' does not name a type; did you mean 'REQUEST_CLASS'?
 PANEL_CLASS display(DC_PIN, CS_PIN, BUSY_PIN);
 ^~~~~~~~~~~
 REQUEST_CLASS
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/rotation/rotation.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/rotation/rotation.ino:41:3: error: 'display' was not declared in this scope
   display.begin();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/rotation/rotation.ino:41:3: note: suggested alternative: 'delay'
   display.begin();
   ^~~~~~~
   delay

examples/shapes

Result: FAIL

WARNING: library heltec-eink-modules claims to run on avr architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/shapes/shapes.ino:36:1: error: 'PANEL_CLASS' does not name a type; did you mean 'REQUEST_CLASS'?
 PANEL_CLASS display(DC_PIN, CS_PIN, BUSY_PIN);
 ^~~~~~~~~~~
 REQUEST_CLASS
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/shapes/shapes.ino:40:1: error: 'PANEL_CLASS' does not name a type; did you mean 'REQUEST_CLASS'?
 PANEL_CLASS::Bounds::Full b = display.bounds.full;                //Dimension information about fullscreen panel
 ^~~~~~~~~~~
 REQUEST_CLASS
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/shapes/shapes.ino:41:1: error: 'PANEL_CLASS' does not name a type; did you mean 'REQUEST_CLASS'?
 PANEL_CLASS::ColorList c = display.colors;                                         //Quick access to different colors
 ^~~~~~~~~~~
 REQUEST_CLASS
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/shapes/shapes.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/shapes/shapes.ino:46:3: error: 'display' was not declared in this scope
   display.begin();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/shapes/shapes.ino:46:3: note: suggested alternative: 'delay'
   display.begin();
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/shapes/shapes.ino:83:37: error: 'b' was not declared in this scope
       display.fillTriangle(0,0, 30, b.bottom(), 60, b.bottom(), ACCENT2);  //Handy functions like bottom() make drawing easier
                                     ^

examples/sprites

Result: FAIL

WARNING: library heltec-eink-modules claims to run on avr architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/sprites/sprites.ino:36:1: error: 'PANEL_CLASS' does not name a type; did you mean 'REQUEST_CLASS'?
 PANEL_CLASS display(DC_PIN, CS_PIN, BUSY_PIN);
 ^~~~~~~~~~~
 REQUEST_CLASS
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/sprites/sprites.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/sprites/sprites.ino:39:3: error: 'display' was not declared in this scope
   display.begin();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/sprites/sprites.ino:39:3: note: suggested alternative: 'delay'
   display.begin();
   ^~~~~~~
   delay

examples/windowed

Result: FAIL

WARNING: library heltec-eink-modules claims to run on avr architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/windowed/windowed.ino:33:1: error: 'PANEL_CLASS' does not name a type; did you mean 'REQUEST_CLASS'?
 PANEL_CLASS display(DC_PIN, CS_PIN, BUSY_PIN);
 ^~~~~~~~~~~
 REQUEST_CLASS
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/windowed/windowed.ino:39:1: error: 'PANEL_CLASS' does not name a type; did you mean 'REQUEST_CLASS'?
 PANEL_CLASS::Bounds::Full f = display.bounds.full;
 ^~~~~~~~~~~
 REQUEST_CLASS
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/windowed/windowed.ino:40:1: error: 'PANEL_CLASS' does not name a type; did you mean 'REQUEST_CLASS'?
 PANEL_CLASS::Bounds::Window w = display.bounds.window;
 ^~~~~~~~~~~
 REQUEST_CLASS
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/windowed/windowed.ino:41:1: error: 'PANEL_CLASS' does not name a type; did you mean 'REQUEST_CLASS'?
 PANEL_CLASS::ColorList c = display.colors;
 ^~~~~~~~~~~
 REQUEST_CLASS
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/windowed/windowed.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/windowed/windowed.ino:44:3: error: 'display' was not declared in this scope
   display.begin();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/windowed/windowed.ino:44:3: note: suggested alternative: 'delay'
   display.begin();
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/windowed/windowed.ino:69:21: error: 'f' was not declared in this scope
   uint16_t W_LEFT = f.centerX() - (display.getTextWidth(proclamation) / 2) - 10;
                     ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/windowed/windowed.ino:80:22: error: 'w' was not declared in this scope
     display.drawRect(w.left(), w.top(), w.width(), w.height(), c.BLACK);  //Put a border around the very edge of the window
                      ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/windowed/windowed.ino:80:64: error: 'c' was not declared in this scope
     display.drawRect(w.left(), w.top(), w.width(), w.height(), c.BLACK);  //Put a border around the very edge of the window
                                                                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/windowed/windowed.ino:108:22: error: 'w' was not declared in this scope
     display.drawRect(w.left(), w.top(), w.width(), w.height(), c.BLACK);  //Put a border around the very edge of the window
                      ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/windowed/windowed.ino:108:64: error: 'c' was not declared in this scope
     display.drawRect(w.left(), w.top(), w.width(), w.height(), c.BLACK);  //Put a border around the very edge of the window
                                                                ^

examples/xbitmap_bw

Result: FAIL

WARNING: library heltec-eink-modules claims to run on avr architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/xbitmap_bw/xbitmap_bw.ino:46:10: error: #include expects "FILENAME" or <FILENAME>
 #include CHESS_H
          ^~~~~~~

examples/xbitmap_multicolor

Result: PASS

WARNING: library heltec-eink-modules claims to run on avr architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
Sketch uses 17980 bytes (36%) of program storage space. Maximum is 49152 bytes.
Global variables use 209 bytes (3%) of dynamic memory, leaving 5935 bytes for local variables. Maximum is 6144 bytes.

arduino:samd:mkrwifi1010 @ 1.8.12

Inclusion

Result: PASS

WARNING: library heltec-eink-modules claims to run on avr architecture(s) and may be incompatible with your current board which runs on samd architecture(s).
Sketch uses 13336 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/bare_minimum

Result: FAIL

WARNING: library heltec-eink-modules claims to run on avr architecture(s) and may be incompatible with your current board which runs on samd architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/bare_minimum/bare_minimum.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/bare_minimum/bare_minimum.ino:16:2: error: 'display' was not declared in this scope
  display.begin();
  ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/bare_minimum/bare_minimum.ino:16:2: note: suggested alternative: 'delay'
  display.begin();
  ^~~~~~~
  delay

examples/bitmap_data

Result: FAIL

WARNING: library heltec-eink-modules claims to run on avr architecture(s) and may be incompatible with your current board which runs on samd architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/bitmap_data/bitmap_data.ino:39:10: error: #include expects "FILENAME" or <FILENAME>
 #include PENCILS_H
          ^~~~~~~~~

examples/fast_mode

Result: PASS

WARNING: library heltec-eink-modules claims to run on avr architecture(s) and may be incompatible with your current board which runs on samd architecture(s).
Sketch uses 22648 bytes (8%) of program storage space. Maximum is 262144 bytes.
Global variables use 3400 bytes (10%) of dynamic memory, leaving 29368 bytes for local variables. Maximum is 32768 bytes.

examples/fonts

Result: FAIL

WARNING: library heltec-eink-modules claims to run on avr architecture(s) and may be incompatible with your current board which runs on samd architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/fonts/fonts.ino:35:1: error: 'PANEL_CLASS' does not name a type; did you mean 'REQUEST_CLASS'?
 PANEL_CLASS display(DC_PIN, CS_PIN, BUSY_PIN);
 ^~~~~~~~~~~
 REQUEST_CLASS
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/fonts/fonts.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/fonts/fonts.ino:38:3: error: 'display' was not declared in this scope
   display.begin();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/fonts/fonts.ino:38:3: note: suggested alternative: 'delay'
   display.begin();
   ^~~~~~~
   delay

examples/getTextBounds

Result: FAIL

WARNING: library heltec-eink-modules claims to run on avr architecture(s) and may be incompatible with your current board which runs on samd architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/getTextBounds/getTextBounds.ino:37:1: error: 'PANEL_CLASS' does not name a type; did you mean 'REQUEST_CLASS'?
 PANEL_CLASS display(DC_PIN, CS_PIN, BUSY_PIN);
 ^~~~~~~~~~~
 REQUEST_CLASS
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/getTextBounds/getTextBounds.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/getTextBounds/getTextBounds.ino:40:3: error: 'display' was not declared in this scope
   display.begin();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/getTextBounds/getTextBounds.ino:40:3: note: suggested alternative: 'delay'
   display.begin();
   ^~~~~~~
   delay

examples/rotation

Result: FAIL

WARNING: library heltec-eink-modules claims to run on avr architecture(s) and may be incompatible with your current board which runs on samd architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/rotation/rotation.ino:38:1: error: 'PANEL_CLASS' does not name a type; did you mean 'REQUEST_CLASS'?
 PANEL_CLASS display(DC_PIN, CS_PIN, BUSY_PIN);
 ^~~~~~~~~~~
 REQUEST_CLASS
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/rotation/rotation.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/rotation/rotation.ino:41:3: error: 'display' was not declared in this scope
   display.begin();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/rotation/rotation.ino:41:3: note: suggested alternative: 'delay'
   display.begin();
   ^~~~~~~
   delay

examples/shapes

Result: FAIL

WARNING: library heltec-eink-modules claims to run on avr architecture(s) and may be incompatible with your current board which runs on samd architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/shapes/shapes.ino:36:1: error: 'PANEL_CLASS' does not name a type; did you mean 'REQUEST_CLASS'?
 PANEL_CLASS display(DC_PIN, CS_PIN, BUSY_PIN);
 ^~~~~~~~~~~
 REQUEST_CLASS
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/shapes/shapes.ino:40:1: error: 'PANEL_CLASS' does not name a type; did you mean 'REQUEST_CLASS'?
 PANEL_CLASS::Bounds::Full b = display.bounds.full;                //Dimension information about fullscreen panel
 ^~~~~~~~~~~
 REQUEST_CLASS
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/shapes/shapes.ino:41:1: error: 'PANEL_CLASS' does not name a type; did you mean 'REQUEST_CLASS'?
 PANEL_CLASS::ColorList c = display.colors;                                         //Quick access to different colors
 ^~~~~~~~~~~
 REQUEST_CLASS
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/shapes/shapes.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/shapes/shapes.ino:46:3: error: 'display' was not declared in this scope
   display.begin();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/shapes/shapes.ino:46:3: note: suggested alternative: 'delay'
   display.begin();
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/shapes/shapes.ino:83:37: error: 'b' was not declared in this scope
       display.fillTriangle(0,0, 30, b.bottom(), 60, b.bottom(), ACCENT2);  //Handy functions like bottom() make drawing easier
                                     ^

examples/sprites

Result: FAIL

WARNING: library heltec-eink-modules claims to run on avr architecture(s) and may be incompatible with your current board which runs on samd architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/sprites/sprites.ino:36:1: error: 'PANEL_CLASS' does not name a type; did you mean 'REQUEST_CLASS'?
 PANEL_CLASS display(DC_PIN, CS_PIN, BUSY_PIN);
 ^~~~~~~~~~~
 REQUEST_CLASS
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/sprites/sprites.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/sprites/sprites.ino:39:3: error: 'display' was not declared in this scope
   display.begin();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/sprites/sprites.ino:39:3: note: suggested alternative: 'delay'
   display.begin();
   ^~~~~~~
   delay

examples/windowed

Result: FAIL

WARNING: library heltec-eink-modules claims to run on avr architecture(s) and may be incompatible with your current board which runs on samd architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/windowed/windowed.ino:33:1: error: 'PANEL_CLASS' does not name a type; did you mean 'REQUEST_CLASS'?
 PANEL_CLASS display(DC_PIN, CS_PIN, BUSY_PIN);
 ^~~~~~~~~~~
 REQUEST_CLASS
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/windowed/windowed.ino:39:1: error: 'PANEL_CLASS' does not name a type; did you mean 'REQUEST_CLASS'?
 PANEL_CLASS::Bounds::Full f = display.bounds.full;
 ^~~~~~~~~~~
 REQUEST_CLASS
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/windowed/windowed.ino:40:1: error: 'PANEL_CLASS' does not name a type; did you mean 'REQUEST_CLASS'?
 PANEL_CLASS::Bounds::Window w = display.bounds.window;
 ^~~~~~~~~~~
 REQUEST_CLASS
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/windowed/windowed.ino:41:1: error: 'PANEL_CLASS' does not name a type; did you mean 'REQUEST_CLASS'?
 PANEL_CLASS::ColorList c = display.colors;
 ^~~~~~~~~~~
 REQUEST_CLASS
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/windowed/windowed.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/windowed/windowed.ino:44:3: error: 'display' was not declared in this scope
   display.begin();
   ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/windowed/windowed.ino:44:3: note: suggested alternative: 'delay'
   display.begin();
   ^~~~~~~
   delay
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/windowed/windowed.ino:69:21: error: 'f' was not declared in this scope
   uint16_t W_LEFT = f.centerX() - (display.getTextWidth(proclamation) / 2) - 10;
                     ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/windowed/windowed.ino:80:22: error: 'w' was not declared in this scope
     display.drawRect(w.left(), w.top(), w.width(), w.height(), c.BLACK);  //Put a border around the very edge of the window
                      ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/windowed/windowed.ino:80:64: error: 'c' was not declared in this scope
     display.drawRect(w.left(), w.top(), w.width(), w.height(), c.BLACK);  //Put a border around the very edge of the window
                                                                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/windowed/windowed.ino:80:64: note: suggested alternative: 'Tc'
     display.drawRect(w.left(), w.top(), w.width(), w.height(), c.BLACK);  //Put a border around the very edge of the window
                                                                ^
                                                                Tc
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/windowed/windowed.ino:108:22: error: 'w' was not declared in this scope
     display.drawRect(w.left(), w.top(), w.width(), w.height(), c.BLACK);  //Put a border around the very edge of the window
                      ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/windowed/windowed.ino:108:64: error: 'c' was not declared in this scope
     display.drawRect(w.left(), w.top(), w.width(), w.height(), c.BLACK);  //Put a border around the very edge of the window
                                                                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/windowed/windowed.ino:108:64: note: suggested alternative: 'Tc'
     display.drawRect(w.left(), w.top(), w.width(), w.height(), c.BLACK);  //Put a border around the very edge of the window
                                                                ^
                                                                Tc

examples/xbitmap_bw

Result: FAIL

WARNING: library heltec-eink-modules claims to run on avr architecture(s) and may be incompatible with your current board which runs on samd architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/xbitmap_bw/xbitmap_bw.ino:46:10: error: #include expects "FILENAME" or <FILENAME>
 #include CHESS_H
          ^~~~~~~

examples/xbitmap_multicolor

Result: PASS

WARNING: library heltec-eink-modules claims to run on avr architecture(s) and may be incompatible with your current board which runs on samd architecture(s).
Sketch uses 27192 bytes (10%) of program storage space. Maximum is 262144 bytes.
Global variables use 3216 bytes (9%) of dynamic memory, leaving 29552 bytes for local variables. Maximum is 32768 bytes.

esp32:esp32:d1_mini32 @ 1.0.6

Inclusion

Result: FAIL

WARNING: library heltec-eink-modules claims to run on avr architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s).

examples/bare_minimum

Result: FAIL

WARNING: library heltec-eink-modules claims to run on avr architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/bare_minimum/bare_minimum.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/bare_minimum/bare_minimum.ino:16:2: error: 'display' was not declared in this scope
  display.begin();
  ^

examples/bitmap_data

Result: FAIL

WARNING: library heltec-eink-modules claims to run on avr architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/bitmap_data/bitmap_data.ino:39:10: error: #include expects "FILENAME" or <FILENAME>
 #include PENCILS_H
          ^

examples/fast_mode

Result: FAIL

WARNING: library heltec-eink-modules claims to run on avr architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s).

examples/fonts

Result: FAIL

WARNING: library heltec-eink-modules claims to run on avr architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/fonts/fonts.ino:35:1: error: 'PANEL_CLASS' does not name a type
 PANEL_CLASS display(DC_PIN, CS_PIN, BUSY_PIN);
 ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/fonts/fonts.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/fonts/fonts.ino:38:3: error: 'display' was not declared in this scope
   display.begin();
   ^

examples/getTextBounds

Result: FAIL

WARNING: library heltec-eink-modules claims to run on avr architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/getTextBounds/getTextBounds.ino:37:1: error: 'PANEL_CLASS' does not name a type
 PANEL_CLASS display(DC_PIN, CS_PIN, BUSY_PIN);
 ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/getTextBounds/getTextBounds.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/getTextBounds/getTextBounds.ino:40:3: error: 'display' was not declared in this scope
   display.begin();
   ^

examples/rotation

Result: FAIL

WARNING: library heltec-eink-modules claims to run on avr architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/rotation/rotation.ino:38:1: error: 'PANEL_CLASS' does not name a type
 PANEL_CLASS display(DC_PIN, CS_PIN, BUSY_PIN);
 ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/rotation/rotation.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/rotation/rotation.ino:41:3: error: 'display' was not declared in this scope
   display.begin();
   ^

examples/shapes

Result: FAIL

WARNING: library heltec-eink-modules claims to run on avr architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/shapes/shapes.ino:36:1: error: 'PANEL_CLASS' does not name a type
 PANEL_CLASS display(DC_PIN, CS_PIN, BUSY_PIN);
 ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/shapes/shapes.ino:40:1: error: 'PANEL_CLASS' does not name a type
 PANEL_CLASS::Bounds::Full b = display.bounds.full;                //Dimension information about fullscreen panel
 ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/shapes/shapes.ino:41:1: error: 'PANEL_CLASS' does not name a type
 PANEL_CLASS::ColorList c = display.colors;                                         //Quick access to different colors
 ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/shapes/shapes.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/shapes/shapes.ino:46:3: error: 'display' was not declared in this scope
   display.begin();
   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/shapes/shapes.ino:83:37: error: 'b' was not declared in this scope
       display.fillTriangle(0,0, 30, b.bottom(), 60, b.bottom(), ACCENT2);  //Handy functions like bottom() make drawing easier
                                     ^

examples/sprites

Result: FAIL

WARNING: library heltec-eink-modules claims to run on avr architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/sprites/sprites.ino:36:1: error: 'PANEL_CLASS' does not name a type
 PANEL_CLASS display(DC_PIN, CS_PIN, BUSY_PIN);
 ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/sprites/sprites.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/sprites/sprites.ino:39:3: error: 'display' was not declared in this scope
   display.begin();
   ^

examples/windowed

Result: FAIL

WARNING: library heltec-eink-modules claims to run on avr architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/windowed/windowed.ino:33:1: error: 'PANEL_CLASS' does not name a type
 PANEL_CLASS display(DC_PIN, CS_PIN, BUSY_PIN);
 ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/windowed/windowed.ino:39:1: error: 'PANEL_CLASS' does not name a type
 PANEL_CLASS::Bounds::Full f = display.bounds.full;
 ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/windowed/windowed.ino:40:1: error: 'PANEL_CLASS' does not name a type
 PANEL_CLASS::Bounds::Window w = display.bounds.window;
 ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/windowed/windowed.ino:41:1: error: 'PANEL_CLASS' does not name a type
 PANEL_CLASS::ColorList c = display.colors;
 ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/windowed/windowed.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/windowed/windowed.ino:44:3: error: 'display' was not declared in this scope
   display.begin();
   ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/windowed/windowed.ino:69:21: error: 'f' was not declared in this scope
   uint16_t W_LEFT = f.centerX() - (display.getTextWidth(proclamation) / 2) - 10;
                     ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/windowed/windowed.ino:80:22: error: 'w' was not declared in this scope
     display.drawRect(w.left(), w.top(), w.width(), w.height(), c.BLACK);  //Put a border around the very edge of the window
                      ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/windowed/windowed.ino:80:64: error: 'c' was not declared in this scope
     display.drawRect(w.left(), w.top(), w.width(), w.height(), c.BLACK);  //Put a border around the very edge of the window
                                                                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/windowed/windowed.ino:108:22: error: 'w' was not declared in this scope
     display.drawRect(w.left(), w.top(), w.width(), w.height(), c.BLACK);  //Put a border around the very edge of the window
                      ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/windowed/windowed.ino:108:64: error: 'c' was not declared in this scope
     display.drawRect(w.left(), w.top(), w.width(), w.height(), c.BLACK);  //Put a border around the very edge of the window
                                                                ^

examples/xbitmap_bw

Result: FAIL

WARNING: library heltec-eink-modules claims to run on avr architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/heltec-eink-modules/examples/xbitmap_bw/xbitmap_bw.ino:46:10: error: #include expects "FILENAME" or <FILENAME>
 #include CHESS_H
          ^

examples/xbitmap_multicolor

Result: FAIL

WARNING: library heltec-eink-modules claims to run on avr architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s).