Once, twice in month we will send You info about new products, products on sale and news from Arduino and DIY world.
Small LCD display on ST7735 driver with SPI interface and SD card slot. 128x160 px.
On stock:
109
How many | Discount |
Price per piece
with VAT, in PLN |
---|---|---|
1 | 24,90 | |
5+ | 8,00 % | 22,90 |
10+ | 12,00 % | 21,91 |
25+ | 16,00 % | 20,91 |
100+ | 20,00 % | 19,91 |
Quantity discounts does not sum with other discounts |
Colorful 1.8” LCD display with ST7735 controller, SPI interface, and built-in SD card reader. 128x160 px resolution and voltage regulator onboard. Also available: 1.44” version without SD reader.
Full specification available at LCD Wiki (MSP1803)
The display is supported by the TFT_eSPI library. Below is a define
setup for platformio.ini
to get you started. We tested it with an ESP32 board (ESP32 D1 mini). The numbers in the defines refer to ESP32 IO ports connected to each signal. If you’re using ESP8266 or Arduino, adjust the pins accordingly (and don’t forget a logic level converter – ST7735 doesn’t tolerate 5V IO!).
-DUSER_SETUP_LOADED=1
-DST7735_DRIVER=1
-DTFT_WIDTH=128
-DTFT_HEIGHT=160
-DTFT_MISO=-1
-DTFT_MOSI=19
-DTFT_SCLK=18
-DTFT_CS=5
-DTFT_DC=26
-DTFT_RST=23
-DTFT_OFFSET_X=0
-DTFT_OFFSET_Y=0
-DLOAD_GLCD=1
-DLOAD_FONT2=1
-DLOAD_FONT4=1
-DLOAD_FONT6=1
-DLOAD_FONT7=1
-DLOAD_FONT8=1
-DLOAD_GFXFF=1
-DSMOOTH_FONT=1
-DTFT_INVERSION_OFF
-DST7735_BLACKTAB
-DSPI_FREQUENCY=27000000
Once, twice in month we will send You info about new products, products on sale and news from Arduino and DIY world.