This report was generated on Wednesday, 23-Feb-22 22:48:15 CET using arduino-testlib.
Version: 1.1.3
More details
Board | Claims compatibility | Inclusion | touchscreendemo |
touchscreendemoshield |
---|---|---|---|---|
arduino:avr:uno
1.8.4 |
Yes ⚠️ | FAIL | PASS | PASS |
arduino:mbed_nano:nanorp2040connect
2.7.2 |
Yes ⚠️ | FAIL | PASS | PASS |
arduino:megaavr:nona4809
1.8.7 |
Yes ⚠️ | FAIL | PASS | PASS |
arduino:samd:mkrwifi1010
1.8.12 |
Yes ⚠️ | FAIL | PASS | PASS |
esp32:esp32:d1_mini32
1.0.6 |
Yes ⚠️ | FAIL | FAIL | FAIL |
Result: FAIL
This library has no main header file so an empty one was created.
/private/tmp/arduino-testlib2442465964/test/test.ino:1:10: fatal error: Adafruit_TouchScreen.h: No such file or directory #include <Adafruit_TouchScreen.h> ^~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated.
Result: PASS
Sketch uses 4018 bytes (12%) of program storage space. Maximum is 32256 bytes. Global variables use 232 bytes (11%) of dynamic memory, leaving 1816 bytes for local variables. Maximum is 2048 bytes.
Result: PASS
Sketch uses 3868 bytes (11%) of program storage space. Maximum is 32256 bytes. Global variables use 232 bytes (11%) of dynamic memory, leaving 1816 bytes for local variables. Maximum is 2048 bytes.
Result: FAIL
This library has no main header file so an empty one was created.
/tmp/arduino-testlib1194625461/test/test.ino:1:10: fatal error: Adafruit_TouchScreen.h: No such file or directory #include <Adafruit_TouchScreen.h> ^~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated.
Result: PASS
Sketch uses 82590 bytes (0%) of program storage space. Maximum is 16777216 bytes. Global variables use 43528 bytes (16%) of dynamic memory, leaving 226808 bytes for local variables. Maximum is 270336 bytes.
Result: PASS
Sketch uses 82586 bytes (0%) of program storage space. Maximum is 16777216 bytes. Global variables use 43528 bytes (16%) of dynamic memory, leaving 226808 bytes for local variables. Maximum is 270336 bytes.
Result: FAIL
This library has no main header file so an empty one was created.
/tmp/arduino-testlib1194625461/test/test.ino:1:10: fatal error: Adafruit_TouchScreen.h: No such file or directory #include <Adafruit_TouchScreen.h> ^~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated.
Result: PASS
Sketch uses 4909 bytes (9%) of program storage space. Maximum is 49152 bytes. Global variables use 197 bytes (3%) of dynamic memory, leaving 5947 bytes for local variables. Maximum is 6144 bytes.
Result: PASS
Sketch uses 4745 bytes (9%) of program storage space. Maximum is 49152 bytes. Global variables use 197 bytes (3%) of dynamic memory, leaving 5947 bytes for local variables. Maximum is 6144 bytes.
Result: FAIL
This library has no main header file so an empty one was created.
/private/tmp/arduino-testlib2442465964/test/test.ino:1:10: fatal error: Adafruit_TouchScreen.h: No such file or directory #include <Adafruit_TouchScreen.h> ^~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated.
Result: PASS
Sketch uses 15620 bytes (5%) of program storage space. Maximum is 262144 bytes. Global variables use 3036 bytes (9%) of dynamic memory, leaving 29732 bytes for local variables. Maximum is 32768 bytes.
Result: PASS
Sketch uses 15616 bytes (5%) of program storage space. Maximum is 262144 bytes. Global variables use 3036 bytes (9%) of dynamic memory, leaving 29732 bytes for local variables. Maximum is 32768 bytes.
Result: FAIL
This library has no main header file so an empty one was created.
/tmp/arduino-testlib638368404/test/test.ino:1:34: fatal error: Adafruit_TouchScreen.h: No such file or directory compilation terminated.
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Adafruit_TouchScreen/examples/touchscreendemo/touchscreendemo.ino:8:12: error: 'A2' was not declared in this scope #define YP A2 // must be an analog pin, use "An" notation! ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Adafruit_TouchScreen/examples/touchscreendemo/touchscreendemo.ino:16:34: note: in expansion of macro 'YP' TouchScreen ts = TouchScreen(XP, YP, XM, YM, 300); ^
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Adafruit_TouchScreen/examples/touchscreendemoshield/touchscreendemoshield.ino:9:12: error: 'A1' was not declared in this scope #define YP A1 // must be an analog pin, use "An" notation! ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Adafruit_TouchScreen/examples/touchscreendemoshield/touchscreendemoshield.ino:20:34: note: in expansion of macro 'YP' TouchScreen ts = TouchScreen(XP, YP, XM, YM, 300); ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Adafruit_TouchScreen/examples/touchscreendemoshield/touchscreendemoshield.ino:10:12: error: 'A2' was not declared in this scope #define XM A2 // must be an analog pin, use "An" notation! ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Adafruit_TouchScreen/examples/touchscreendemoshield/touchscreendemoshield.ino:20:38: note: in expansion of macro 'XM' TouchScreen ts = TouchScreen(XP, YP, XM, YM, 300); ^