background image

www.joy

-

it.net

 

Pascalstr. 8 47506 Neukirchen

-

Vluyn

 

 

 

#include 

<Adafruit_GFX.h>    

 

#include 

<Adafruit_ST7789.h> 

 

#include 

<

SPI

.h>          

 

 

 

#define 

CS    

-

1  

// Declaration of Chip Select

 

#define 

DC     5  

// Declaration of Data / Command Pin

 

#define 

RST    4   

// Declaration of RESET Pin

 

 

 

// Initialize display

 

Adafruit_ST7789 lcd = Adafruit_ST7789(CS, DC, RST);

 

 

 

void 

setup

(

void

) {  

 

 

  lcd.

init

(240, 240, 

SPI_MODE2

);    

 

  lcd.setRotation(1);

 

  

 

  

delay

(500);

 

 

  

// fill Display with a colour and a String

 

  lcd.fillScreen(0x22ED);

 

  lcd.

setCursor

(20, 100);

 

  lcd.setTextColor(ST77XX_WHITE);

 

  lcd.setTextSize(6);

 

  lcd.

print

(

"Joy

-

IT"

);

 

}

 

 

 

 

void

 

loop

() {

 

  

// empty

 

}

 

Summary of Contents for SBC-LCD01

Page 1: ...ENERAL INFORMATION Dear customer thank you for choosing our product In the following we will show you how to use this device Should you encounter any unexpected problems during use please do not hesit...

Page 2: ...uino IDE There you go to the library manager which you can find under Sketch Include library Manage libraries There you install Adafruit ST7735 and ST7789 Library and the Adafruit GFX Library using th...

Page 3: ...laration of Data Command Pin define RST 4 Declaration of RESET Pin Initialize display Adafruit_ST7789 lcd Adafruit_ST7789 CS DC RST void setup void lcd init 240 240 SPI_MODE2 lcd setRotation 1 delay 5...

Page 4: ...ES Pin 23 SCLK SCL Pin 19 MOSI SDA GND GND 3 3 V VCC Pin 12 GPIO 18 BLK 2 Code example with SPI We offer you two sample codes for the Raspberry Pi One is a control via SPI and the other one via a fram...

Page 5: ...e library You can download the sample code here or use the following command to download it di rectly to your Raspberry Pi wget https joy it net files files Produkte SBC LCD01 SBC LCD01 Python zip You...

Page 6: ...41 by executing the following commands one after the other sudo apt get install cmake cd git clone clone https github com juj fbcp ili9341 git cd fbcp ili3941 mkdir build You must edit the display h b...

Page 7: ...ew product in normal household quantities Possibility of restitution at our company location during our opening hours Simac GmbH Pascalstr 8 D 47506 Neukirchen Vluyn Possibility of restitution nearby...

Reviews: