SparkFun Color LCD Shield - compatibility matrix

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

SparkFun Color LCD Shield

Version: 1.0.1
More details

Compatibility matrix

Board Claims compatibility Inclusion
arduino:avr:uno
1.8.4
Yes PASS
arduino:mbed_nano:nanorp2040connect
2.7.2
Yes ⚠️ FAIL
arduino:megaavr:nona4809
1.8.7
Yes PASS
arduino:samd:mkrwifi1010
1.8.12
Yes ⚠️ FAIL
esp32:esp32:d1_mini32
1.0.6
Yes ⚠️ FAIL

Compilation logs

arduino:avr:uno @ 1.8.4

Inclusion

Result: PASS
This library has no main header file so an empty one was created.

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.

arduino:mbed_nano:nanorp2040connect @ 2.7.2

Inclusion

Result: FAIL
This library has no main header file so an empty one was created.

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_Color_LCD_Shield/src/SparkFunColorLCDShield.cpp: In constructor 'LCDShield::LCDShield()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_Color_LCD_Shield/src/SparkFunColorLCDShield.cpp:36:2: error: 'DDRB' was not declared in this scope
  DDRB = ((1<<LCD_PIN_CS)|(1<<LCD_PIN_DIO)|(1<<LCD_PIN_SCK)|(1<<LCD_PIN_RES));  //Set the control pins as outputs
  ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_Color_LCD_Shield/src/SparkFunColorLCDShield.cpp:36:2: note: suggested alternative: 'DIR'
  DDRB = ((1<<LCD_PIN_CS)|(1<<LCD_PIN_DIO)|(1<<LCD_PIN_SCK)|(1<<LCD_PIN_RES));  //Set the control pins as outputs
  ^~~~
  DIR
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_Color_LCD_Shield/src/SparkFunColorLCDShield.cpp:39:2: error: 'DDRD' was not declared in this scope
  DDRD = 0x00;
  ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_Color_LCD_Shield/src/SparkFunColorLCDShield.cpp:39:2: note: suggested alternative: 'DIR'
  DDRD = 0x00;
  ^~~~
  DIR
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_Color_LCD_Shield/src/SparkFunColorLCDShield.cpp:40:2: error: 'PORTD' was not declared in this scope
  PORTD = 0xFF;
  ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_Color_LCD_Shield/src/SparkFunColorLCDShield.cpp:15:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_Color_LCD_Shield/src/SparkFunColorLCDShield.cpp: In member function 'void LCDShield::LCDCommand(unsigned char)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_Color_LCD_Shield/src/SparkFunColorLCDShield.h:189:23: error: 'PORTB' was not declared in this scope
  #define LCD_PORT_CS  PORTB
                       ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_Color_LCD_Shield/src/SparkFunColorLCDShield.h:30:28: note: in definition of macro 'cbi'
 #define cbi(var, mask)   ((var) &= (uint8_t)~(1 << mask))
                            ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_Color_LCD_Shield/src/SparkFunColorLCDShield.cpp:47:6: note: in expansion of macro 'LCD_PORT_CS'
  cbi(LCD_PORT_CS, LCD_PIN_CS);     // enable chip
      ^~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_Color_LCD_Shield/src/SparkFunColorLCDShield.cpp: In member function 'void LCDShield::LCDData(unsigned char)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_Color_LCD_Shield/src/SparkFunColorLCDShield.h:189:23: error: 'PORTB' was not declared in this scope
  #define LCD_PORT_CS  PORTB
                       ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_Color_LCD_Shield/src/SparkFunColorLCDShield.h:30:28: note: in definition of macro 'cbi'
 #define cbi(var, mask)   ((var) &= (uint8_t)~(1 << mask))
                            ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_Color_LCD_Shield/src/SparkFunColorLCDShield.cpp:75:6: note: in expansion of macro 'LCD_PORT_CS'
  cbi(LCD_PORT_CS, LCD_PIN_CS);     // enable chip
      ^~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_Color_LCD_Shield/src/SparkFunColorLCDShield.cpp: In member function 'void LCDShield::init(int, bool)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_Color_LCD_Shield/src/SparkFunColorLCDShield.h:190:23: error: 'PORTB' was not declared in this scope
  #define LCD_PORT_SCK PORTB
                       ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_Color_LCD_Shield/src/SparkFunColorLCDShield.h:30:28: note: in definition of macro 'cbi'
 #define cbi(var, mask)   ((var) &= (uint8_t)~(1 << mask))
                            ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_Color_LCD_Shield/src/SparkFunColorLCDShield.cpp:104:6: note: in expansion of macro 'LCD_PORT_SCK'
  cbi(LCD_PORT_SCK, LCD_PIN_SCK); // CLK = LOW
      ^~~~~~~~~~~~

arduino:megaavr:nona4809 @ 1.8.7

Inclusion

Result: PASS
This library has no main header file so an empty one was created.

Sketch uses 804 bytes (1%) of program storage space. Maximum is 49152 bytes.
Global variables use 22 bytes (0%) of dynamic memory, leaving 6122 bytes for local variables. Maximum is 6144 bytes.

arduino:samd:mkrwifi1010 @ 1.8.12

Inclusion

Result: FAIL
This library has no main header file so an empty one was created.

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_Color_LCD_Shield/src/SparkFunColorLCDShield.cpp: In constructor 'LCDShield::LCDShield()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_Color_LCD_Shield/src/SparkFunColorLCDShield.cpp:36:2: error: 'DDRB' was not declared in this scope
  DDRB = ((1<<LCD_PIN_CS)|(1<<LCD_PIN_DIO)|(1<<LCD_PIN_SCK)|(1<<LCD_PIN_RES));  //Set the control pins as outputs
  ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_Color_LCD_Shield/src/SparkFunColorLCDShield.cpp:39:2: error: 'DDRD' was not declared in this scope
  DDRD = 0x00;
  ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_Color_LCD_Shield/src/SparkFunColorLCDShield.cpp:40:2: error: 'PORTD' was not declared in this scope
  PORTD = 0xFF;
  ^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_Color_LCD_Shield/src/SparkFunColorLCDShield.cpp:40:2: note: suggested alternative: 'PORTC'
  PORTD = 0xFF;
  ^~~~~
  PORTC
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_Color_LCD_Shield/src/SparkFunColorLCDShield.cpp:15:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_Color_LCD_Shield/src/SparkFunColorLCDShield.cpp: In member function 'void LCDShield::LCDCommand(unsigned char)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_Color_LCD_Shield/src/SparkFunColorLCDShield.h:30:33: error: no match for 'operator&=' (operand types are '_EPortType' and 'uint8_t {aka unsigned char}')
 #define cbi(var, mask)   ((var) &= (uint8_t)~(1 << mask))
                           ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_Color_LCD_Shield/src/SparkFunColorLCDShield.cpp:47:2: note: in expansion of macro 'cbi'
  cbi(LCD_PORT_CS, LCD_PIN_CS);     // enable chip
  ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_Color_LCD_Shield/src/SparkFunColorLCDShield.h:30:33: note: candidate: operator&=(_EPortType&, int) <built-in>
 #define cbi(var, mask)   ((var) &= (uint8_t)~(1 << mask))
                           ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_Color_LCD_Shield/src/SparkFunColorLCDShield.cpp:47:2: note: in expansion of macro 'cbi'
  cbi(LCD_PORT_CS, LCD_PIN_CS);     // enable chip
  ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_Color_LCD_Shield/src/SparkFunColorLCDShield.h:30:33: note:   conversion of argument 1 would be ill-formed:
 #define cbi(var, mask)   ((var) &= (uint8_t)~(1 << mask))
                           ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_Color_LCD_Shield/src/SparkFunColorLCDShield.cpp:47:2: note: in expansion of macro 'cbi'
  cbi(LCD_PORT_CS, LCD_PIN_CS);     // enable chip
  ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_Color_LCD_Shield/src/SparkFunColorLCDShield.h:30:56: error: cannot bind non-const lvalue reference of type '_EPortType&' to an rvalue of type '_EPortType'
 #define cbi(var, mask)   ((var) &= (uint8_t)~(1 << mask))
                                                        ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_Color_LCD_Shield/src/SparkFunColorLCDShield.cpp:47:2: note: in expansion of macro 'cbi'
  cbi(LCD_PORT_CS, LCD_PIN_CS);     // enable chip
  ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_Color_LCD_Shield/src/SparkFunColorLCDShield.h:30:33: error: no match for 'operator&=' (operand types are '_EPortType' and 'uint8_t {aka unsigned char}')
 #define cbi(var, mask)   ((var) &= (uint8_t)~(1 << mask))
                           ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_Color_LCD_Shield/src/SparkFunColorLCDShield.cpp:48:2: note: in expansion of macro 'cbi'
  cbi(LCD_PORT_DIO, LCD_PIN_DIO);   // output low on data out (9th bit low = command)
  ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_Color_LCD_Shield/src/SparkFunColorLCDShield.h:30:33: note: candidate: operator&=(_EPortType&, int) <built-in>
 #define cbi(var, mask)   ((var) &= (uint8_t)~(1 << mask))
                           ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_Color_LCD_Shield/src/SparkFunColorLCDShield.cpp:48:2: note: in expansion of macro 'cbi'
  cbi(LCD_PORT_DIO, LCD_PIN_DIO);   // output low on data out (9th bit low = command)
  ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_Color_LCD_Shield/src/SparkFunColorLCDShield.h:30:33: note:   conversion of argument 1 would be ill-formed:
 #define cbi(var, mask)   ((var) &= (uint8_t)~(1 << mask))
                           ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_Color_LCD_Shield/src/SparkFunColorLCDShield.cpp:48:2: note: in expansion of macro 'cbi'
  cbi(LCD_PORT_DIO, LCD_PIN_DIO);   // output low on data out (9th bit low = command)
  ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_Color_LCD_Shield/src/SparkFunColorLCDShield.h:30:56: error: cannot bind non-const lvalue reference of type '_EPortType&' to an rvalue of type '_EPortType'
 #define cbi(var, mask)   ((var) &= (uint8_t)~(1 << mask))
                                                        ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_Color_LCD_Shield/src/SparkFunColorLCDShield.cpp:48:2: note: in expansion of macro 'cbi'
  cbi(LCD_PORT_DIO, LCD_PIN_DIO);   // output low on data out (9th bit low = command)
  ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_Color_LCD_Shield/src/SparkFunColorLCDShield.h:30:33: error: no match for 'operator&=' (operand types are '_EPortType' and 'uint8_t {aka unsigned char}')
 #define cbi(var, mask)   ((var) &= (uint8_t)~(1 << mask))
                           ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_Color_LCD_Shield/src/SparkFunColorLCDShield.cpp:50:2: note: in expansion of macro 'cbi'
  cbi(LCD_PORT_SCK, LCD_PIN_SCK);   // send clock pulse
  ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_Color_LCD_Shield/src/SparkFunColorLCDShield.h:30:33: note: candidate: operator&=(_EPortType&, int) <built-in>
 #define cbi(var, mask)   ((var) &= (uint8_t)~(1 << mask))
                           ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_Color_LCD_Shield/src/SparkFunColorLCDShield.cpp:50:2: note: in expansion of macro 'cbi'
  cbi(LCD_PORT_SCK, LCD_PIN_SCK);   // send clock pulse
  ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_Color_LCD_Shield/src/SparkFunColorLCDShield.h:30:33: note:   conversion of argument 1 would be ill-formed:
 #define cbi(var, mask)   ((var) &= (uint8_t)~(1 << mask))
                           ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_Color_LCD_Shield/src/SparkFunColorLCDShield.cpp:50:2: note: in expansion of macro 'cbi'
  cbi(LCD_PORT_SCK, LCD_PIN_SCK);   // send clock pulse
  ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_Color_LCD_Shield/src/SparkFunColorLCDShield.h:30:56: error: cannot bind non-const lvalue reference of type '_EPortType&' to an rvalue of type '_EPortType'
 #define cbi(var, mask)   ((var) &= (uint8_t)~(1 << mask))
                                                        ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_Color_LCD_Shield/src/SparkFunColorLCDShield.cpp:50:2: note: in expansion of macro 'cbi'
  cbi(LCD_PORT_SCK, LCD_PIN_SCK);   // send clock pulse
  ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_Color_LCD_Shield/src/SparkFunColorLCDShield.h:29:33: error: no match for 'operator|=' (operand types are '_EPortType' and 'uint8_t {aka unsigned char}')
 #define sbi(var, mask)   ((var) |= (uint8_t)(1 << mask))
                           ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_Color_LCD_Shield/src/SparkFunColorLCDShield.cpp:52:2: note: in expansion of macro 'sbi'
  sbi(LCD_PORT_SCK, LCD_PIN_SCK);
  ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_Color_LCD_Shield/src/SparkFunColorLCDShield.h:29:33: note: candidate: operator|=(_EPortType&, int) <built-in>
 #define sbi(var, mask)   ((var) |= (uint8_t)(1 << mask))
                           ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_Color_LCD_Shield/src/SparkFunColorLCDShield.cpp:52:2: note: in expansion of macro 'sbi'
  sbi(LCD_PORT_SCK, LCD_PIN_SCK);
  ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_Color_LCD_Shield/src/SparkFunColorLCDShield.h:29:33: note:   conversion of argument 1 would be ill-formed:
 #define sbi(var, mask)   ((var) |= (uint8_t)(1 << mask))
                           ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_Color_LCD_Shield/src/SparkFunColorLCDShield.cpp:52:2: note: in expansion of macro 'sbi'
  sbi(LCD_PORT_SCK, LCD_PIN_SCK);
  ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_Color_LCD_Shield/src/SparkFunColorLCDShield.h:29:55: error: cannot bind non-const lvalue reference of type '_EPortType&' to an rvalue of type '_EPortType'
 #define sbi(var, mask)   ((var) |= (uint8_t)(1 << mask))
                                                       ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_Color_LCD_Shield/src/SparkFunColorLCDShield.cpp:52:2: note: in expansion of macro 'sbi'
  sbi(LCD_PORT_SCK, LCD_PIN_SCK);
  ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_Color_LCD_Shield/src/SparkFunColorLCDShield.h:29:33: error: no match for 'ope

esp32:esp32:d1_mini32 @ 1.0.6

Inclusion

Result: FAIL
This library has no main header file so an empty one was created.

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_Color_LCD_Shield/src/SparkFunColorLCDShield.cpp:15:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SparkFun_Color_LCD_Shield/src/SparkFunColorLCDShield.h:24:26: fatal error: avr/pgmspace.h: No such file or directory
compilation terminated.