15.6‘‘ portable monitor with touchscreen (9 pages)
Summary of Contents for Joy-it SBC-LCD01
Page 1
1,3 " HD-IPS-TFT-LCD DISPLAY SBC-LCD01 1. GENERAL 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 hesitate to contact us.
Page 2
(GPIO 4) 2. Code example (SCLK) The SBC-LCD01 has a logic level of 3.3V, making a NodeMCU recom- mended for this application. To use a NodeMCU with the Arduino IDE, File you must first add the board. To do this click on →...
Page 3
// 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 www.joy-it.net Pascalstr. 8 47506 Neukirchen-Vluyn...
Page 4
We offer you two sample codes for the Raspberry Pi. One is a control via SPI and the other one via a frame buffer. In this part the operation via SPI is explained. First enter the following command to enable SPI on your Raspberry Pi. sudo raspi-config www.joy-it.net Pascalstr. 8 47506 Neukirchen-Vluyn...
Page 5
You must download this file to have the image file on your Raspberry Pi. Now you can execute the following commands to project the image file on your LCD. unzip SBC-LCD01-Python cd SBC-LCD01-Python sudo python3 image.py Joy-IT-240x240.png In the following you will additionally find our code: import from import...
Page 6
-DST7789VW=ON -DGPIO_TFT_DATA_CONTROL=25 -DGPIO_TFT_RESET_PIN=27 DGPIO_TFT_BACKLIGHT=18 -DSPI_BUS_CLOCK_DIVISOR=8 -DBACKLIGHT_CONTROL=ON .. make -j sudo ./fbcp-ili9341 Now you will see your desktop on your 1.3" display. www.joy-it.net Pascalstr. 8 47506 Neukirchen-Vluyn...
Page 7
We send you a parcel stamp with which you can send us your old appli- ance free of charge. For this possibility, you must contact us via e-mail at service@joy-it.net or via telephone. Information about packaging: Please package your old appliance safe during transport. Should you not...
Need help?
Do you have a question about the SBC-LCD01 and is the answer not in the manual?
Questions and answers