3.2" TFT LCD Module
1,152.00TL
Ex Tax: 960.00TL
- Stok Durumu: Stok Var
- Marka: OEM
- Model: 3.2 TFT LCD Modül Touch
- SKU: RBZ.100.024
3.2” 320x240 LCD TFT Module + Touch
ILI9341 SPI Display SD Socket Touch Arduino Raspberry Pi
It is an Arduino mega compatible display with a 3.2” lcd size. There is a socket on the board where an sd card can be inserted. It has a voltage regulator for 3.3V voltage generation.It is driven over a 16 bit data bus. It has an ILI9341 lcd driver IC.
Features:
- Operating voltage: DC 3.3V - 5V
- Current: 90mA
- ILI9341 driver IC
- Lcd size: 3.2”
- Display resolution: 320 x 240 Pixel
- Resistive touch
- SPI serial communication
- 65k color count
- High brightness white backlight
- Sd card input slot
- Dimensions: 55mm x 90mm
- Weight: 45gr
Pin Description:
- VCC power input(3.3V~5V)
- GND Power Ground
- CS LCD Chip Selection
- RESET LCD reset
- DC LCD Bus command/data selection
- SDI(MOSI) LCD SPI Displays bus data input
- SCK LCD SPI Displays bus clock signal 8 LED LCD Backlight control (high level lighting)
- SDO(MISO) LCD SPI Displays bus data output
- T_CLK Touch panel SPI bus clock signal
- T_CS Touch panel SPI busChip Selection
- T_DIN Touch panel SPI bus data input
- T_DO Touch panel SPI bus data outp
Package contents:
- 1 Piece 3.2" TFT LCD Module
- 1 Piece touch stylus
#include <SPI.h>
#include <Wire.h>
#include <Adafruit_GFX.h>
#include <Adafruit_ILI9341.h>
#include <XPT2046_Touchscreen.h>
#include <AD9833.h>
#include <BluetoothSerial.h>
#include <Adafruit_ADS1X15.h>
#include "logo.h"
#define TEXT_GOLD 0xFD20
bool lModeActive = false;
bool btConnected = false;
void zeminTaramaScreen();
void alanTaramaScreen();
void serbestFrekansScreen();
void serbestFrekansSonucEkrani(float f);
#define TFT_CS 15
#define TFT_DC 27
#define TFT_RST 4
#define TOUCH_CS 17
#define BUZZER_PIN 5