Module – Display – TFT
Hardware
Pinout
Arduino
Sluit de module aan volgens onderstaand overzicht (Seriële modus SPI):
Let op: De weerstanden van 1Kohm zijn veelal wel nodig omdat de aansturing van het TFT display 3.3V is in plaats van 5V anders krijg je hele rare strepen en licht op het display!
Script
Script (met U8GLIB 1.5.x)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
#include <SPI.h> #include "Ucglib.h" Ucglib_ST7735_18x128x160_HWSPI ucg(/*cd=*/ 8 , /*cs=*/ 9, /*reset=*/ 7); void setup() { ucg.begin(UCG_FONT_MODE_TRANSPARENT); ucg.clearScreen(); ucg.setFont(ucg_font_ncenR12_tr); ucg.setColor(255, 255, 255); ucg.setPrintPos(25,25); ucg.print("HALLO"); ucg.setPrintPos(20,45); ucg.print("WERELD"); } void loop() { delay(500); } |
Pinout met SD kaart module
Mocht je ook de SD module willen gebruiken, dit is de pinout:
Arduino Library
Installatie van Arduino IDE libraries: Arduino info
ucglib
Color graphics library for embedded systems with focus on Arduino Environment (new library format).
Supported display controller: ST7735, ILI9163, ILI9325, ILI9341, ILI9486,LD50T6160, PCF8833, SEPS225, SSD1331, SSD1351, HX8352C
Features: Graphics primitives with 18 bit color depth, filled polygon draw, >300, landscape/portrait mode.
github.com/olikraus/Ucglib_Arduino
- Ucglib_Arduino-1.5.2.7z 3,48 MB
- Ucglib_Arduino-1.4.0.7z 3,48 MB
- Ucglib_Arduino-1.3.7z 3,48 MB
- Ucglib_Arduino-1.3.2.7z 3,48 MB
- Ucglib_Arduino-1.3.1.7z 3,48 MB
- Ucglib_Arduino-1.2.7z 3,48 MB
- Ucglib_Arduino-1.02.7z 3,48 MB
Afmetingen
GEEN GEGEVENS
Schema
Teardown
GEEN GEGEVENS
Datasheet
GEEN GEGEVENS
Fritzing
Downloads
GEEN GEGEVENS