SevenSegmentTM1637 - compatibility matrix

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

SevenSegmentTM1637

Version: 1.1.0
More details

Compatibility matrix

Board Claims compatibility Inclusion
ExtScoreboard
FunPrintAll
FunPrintLevel
LowLevel
PrintNumber
SerialPrint
Basic
ExtClock
arduino:avr:uno
1.8.4
Yes ⚠️ FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL
arduino:mbed_nano:nanorp2040connect
2.7.2
No FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL
arduino:megaavr:nona4809
1.8.7
No FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL
arduino:samd:mkrwifi1010
1.8.12
No FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL
esp32:esp32:d1_mini32
1.0.6
No FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL

Compilation logs

arduino:avr:uno @ 1.8.4

Inclusion

Result: FAIL



					
					

examples/Basic

Result: FAIL


					
					

examples/ExtClock

Result: FAIL


					
					

examples/ExtScoreboard

Result: FAIL


					
					

examples/FunPrintAll

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SevenSegmentTM1637/examples/FunPrintAll/FunPrintAll.ino: In function 'void loop()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SevenSegmentTM1637/examples/FunPrintAll/FunPrintAll.ino:51:11: error: 'class SevenSegmentFun' has no member named 'bouncingBall'; did you mean 'bouchingBall'?
   display.bouncingBall(numMoves, timeDelay);
           ^~~~~~~~~~~~
           bouchingBall

examples/FunPrintLevel

Result: FAIL


					
					

examples/LowLevel

Result: FAIL


					
					

examples/PrintNumber

Result: FAIL


					
					

examples/SerialPrint

Result: FAIL


					
				
				

arduino:mbed_nano:nanorp2040connect @ 2.7.2

Inclusion

Result: FAIL

WARNING: library SevenSegmentTM1637 claims to run on avr architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).

examples/Basic

Result: FAIL

WARNING: library SevenSegmentTM1637 claims to run on avr architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).

examples/ExtClock

Result: FAIL

WARNING: library SevenSegmentTM1637 claims to run on avr architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).

examples/ExtScoreboard

Result: FAIL

WARNING: library SevenSegmentTM1637 claims to run on avr architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).

examples/FunPrintAll

Result: FAIL

WARNING: library SevenSegmentTM1637 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/SevenSegmentTM1637/examples/FunPrintAll/FunPrintAll.ino: In function 'void loop()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SevenSegmentTM1637/examples/FunPrintAll/FunPrintAll.ino:51:11: error: 'class SevenSegmentFun' has no member named 'bouncingBall'; did you mean 'bouchingBall'?
   display.bouncingBall(numMoves, timeDelay);
           ^~~~~~~~~~~~
           bouchingBall
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SevenSegmentTM1637/examples/FunPrintAll/FunPrintAll.ino: In function 'void audioVolume()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SevenSegmentTM1637/examples/FunPrintAll/FunPrintAll.ino:93:41: error: call of overloaded 'encode(byte)' is ambiguous
     byte symbol = display.encode((byte)0);
                                         ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SevenSegmentTM1637/examples/FunPrintAll/FunPrintAll.ino:20:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SevenSegmentTM1637/src/SevenSegmentTM1637.h:190:11: note: candidate: uint8_t SevenSegmentTM1637::encode(char)
   uint8_t encode(char c);
           ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SevenSegmentTM1637/src/SevenSegmentTM1637.h:195:11: note: candidate: uint8_t SevenSegmentTM1637::encode(int16_t)
   uint8_t encode(int16_t d);
           ^~~~~~

examples/FunPrintLevel

Result: FAIL

WARNING: library SevenSegmentTM1637 claims to run on avr architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).

examples/LowLevel

Result: FAIL

WARNING: library SevenSegmentTM1637 claims to run on avr architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).

examples/PrintNumber

Result: FAIL

WARNING: library SevenSegmentTM1637 claims to run on avr architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).

examples/SerialPrint

Result: FAIL

WARNING: library SevenSegmentTM1637 claims to run on avr architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).

arduino:megaavr:nona4809 @ 1.8.7

Inclusion

Result: FAIL

WARNING: library SevenSegmentTM1637 claims to run on avr architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).

examples/Basic

Result: FAIL

WARNING: library SevenSegmentTM1637 claims to run on avr architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).

examples/ExtClock

Result: FAIL

WARNING: library SevenSegmentTM1637 claims to run on avr architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).

examples/ExtScoreboard

Result: FAIL

WARNING: library SevenSegmentTM1637 claims to run on avr architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).

examples/FunPrintAll

Result: FAIL

WARNING: library SevenSegmentTM1637 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/SevenSegmentTM1637/examples/FunPrintAll/FunPrintAll.ino: In function 'void loop()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SevenSegmentTM1637/examples/FunPrintAll/FunPrintAll.ino:51:11: error: 'class SevenSegmentFun' has no member named 'bouncingBall'; did you mean 'bouchingBall'?
   display.bouncingBall(numMoves, timeDelay);
           ^~~~~~~~~~~~
           bouchingBall

examples/FunPrintLevel

Result: FAIL

WARNING: library SevenSegmentTM1637 claims to run on avr architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).

examples/LowLevel

Result: FAIL

WARNING: library SevenSegmentTM1637 claims to run on avr architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).

examples/PrintNumber

Result: FAIL

WARNING: library SevenSegmentTM1637 claims to run on avr architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).

examples/SerialPrint

Result: FAIL

WARNING: library SevenSegmentTM1637 claims to run on avr architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).

arduino:samd:mkrwifi1010 @ 1.8.12

Inclusion

Result: FAIL

WARNING: library SevenSegmentTM1637 claims to run on avr architecture(s) and may be incompatible with your current board which runs on samd architecture(s).

examples/Basic

Result: FAIL

WARNING: library SevenSegmentTM1637 claims to run on avr architecture(s) and may be incompatible with your current board which runs on samd architecture(s).

examples/ExtClock

Result: FAIL

WARNING: library SevenSegmentTM1637 claims to run on avr architecture(s) and may be incompatible with your current board which runs on samd architecture(s).

examples/ExtScoreboard

Result: FAIL

WARNING: library SevenSegmentTM1637 claims to run on avr architecture(s) and may be incompatible with your current board which runs on samd architecture(s).

examples/FunPrintAll

Result: FAIL

WARNING: library SevenSegmentTM1637 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/SevenSegmentTM1637/examples/FunPrintAll/FunPrintAll.ino: In function 'void loop()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SevenSegmentTM1637/examples/FunPrintAll/FunPrintAll.ino:51:11: error: 'class SevenSegmentFun' has no member named 'bouncingBall'; did you mean 'bouchingBall'?
   display.bouncingBall(numMoves, timeDelay);
           ^~~~~~~~~~~~
           bouchingBall
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SevenSegmentTM1637/examples/FunPrintAll/FunPrintAll.ino: In function 'void audioVolume()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SevenSegmentTM1637/examples/FunPrintAll/FunPrintAll.ino:93:41: error: call of overloaded 'encode(byte)' is ambiguous
     byte symbol = display.encode((byte)0);
                                         ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SevenSegmentTM1637/examples/FunPrintAll/FunPrintAll.ino:20:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SevenSegmentTM1637/src/SevenSegmentTM1637.h:190:11: note: candidate: uint8_t SevenSegmentTM1637::encode(char)
   uint8_t encode(char c);
           ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SevenSegmentTM1637/src/SevenSegmentTM1637.h:195:11: note: candidate: uint8_t SevenSegmentTM1637::encode(int16_t)
   uint8_t encode(int16_t d);
           ^~~~~~

examples/FunPrintLevel

Result: FAIL

WARNING: library SevenSegmentTM1637 claims to run on avr architecture(s) and may be incompatible with your current board which runs on samd architecture(s).

examples/LowLevel

Result: FAIL

WARNING: library SevenSegmentTM1637 claims to run on avr architecture(s) and may be incompatible with your current board which runs on samd architecture(s).

examples/PrintNumber

Result: FAIL

WARNING: library SevenSegmentTM1637 claims to run on avr architecture(s) and may be incompatible with your current board which runs on samd architecture(s).

examples/SerialPrint

Result: FAIL

WARNING: library SevenSegmentTM1637 claims to run on avr architecture(s) and may be incompatible with your current board which runs on samd architecture(s).

esp32:esp32:d1_mini32 @ 1.0.6

Inclusion

Result: FAIL

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

examples/Basic

Result: FAIL

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

examples/ExtClock

Result: FAIL

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

examples/ExtScoreboard

Result: FAIL

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

examples/FunPrintAll

Result: FAIL

WARNING: library SevenSegmentTM1637 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/SevenSegmentTM1637/examples/FunPrintAll/FunPrintAll.ino: In function 'void loop()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SevenSegmentTM1637/examples/FunPrintAll/FunPrintAll.ino:51:11: error: 'class SevenSegmentFun' has no member named 'bouncingBall'
   display.bouncingBall(numMoves, timeDelay);
           ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SevenSegmentTM1637/examples/FunPrintAll/FunPrintAll.ino: In function 'void audioVolume()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SevenSegmentTM1637/examples/FunPrintAll/FunPrintAll.ino:93:41: error: call of overloaded 'encode(byte)' is ambiguous
     byte symbol = display.encode((byte)0);
                                         ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SevenSegmentTM1637/examples/FunPrintAll/FunPrintAll.ino:20:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SevenSegmentTM1637/src/SevenSegmentTM1637.h:190:11: note: candidate: uint8_t SevenSegmentTM1637::encode(char)
   uint8_t encode(char c);
           ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SevenSegmentTM1637/src/SevenSegmentTM1637.h:195:11: note: candidate: uint8_t SevenSegmentTM1637::encode(int16_t)
   uint8_t encode(int16_t d);
           ^

examples/FunPrintLevel

Result: FAIL

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

examples/LowLevel

Result: FAIL

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

examples/PrintNumber

Result: FAIL

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

examples/SerialPrint

Result: FAIL

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