CubeCell Dev-board HTCC-AB02 OLED issue

Hi, I would like to use Lorawan and display battery info to OLED, but got the "Error compilling for board cubecell-board plus (HTCC-AB02) with the following code, please help, thx!

#include “LoRaWan_APP.h”
#include “Arduino.h”

#include <Wire.h>
#include “cubecell_SH1107Wire.h”

SH1107Wire display(0x3c, 500000, I2C_NUM_0,GEOMETRY_128_64,GPIO10); // addr , freq , i2c group , resolution , rst

void setup()
{
}

void loop()
{
}

Pay attention to choosing the correct development board model!

I use the example code “SH1107_DrawingDemo_I2C” and okay, but got error after add
#include “LoRaWan_APP.h” in first line.

???