This report was generated on Wednesday, 23-Feb-22 22:48:15 CET using arduino-testlib.
Version: 1.0.4
More details
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 |
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.
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
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 ^~~~~~~~~
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.
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
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
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
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 ^
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
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 ^
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 ^~~~~~~
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.
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.
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
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 ^~~~~~~~~
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.
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
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
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
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 ^
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
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 ^
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 ^~~~~~~
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.
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.
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
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 ^~~~~~~~~
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.
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
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
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
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 ^
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
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 ^
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 ^~~~~~~
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.
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.
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
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 ^~~~~~~~~
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.
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
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
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
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 ^
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
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
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 ^~~~~~~
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.
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).
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(); ^
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 ^
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).
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(); ^
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(); ^
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(); ^
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 ^
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(); ^
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 ^
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 ^
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).