Не получается подружить UNO c дисплеем 2.8 TFT

rx9li
Offline
Зарегистрирован: 21.11.2015

Не получается подружить UNO c дисплеем 2.8 TFT LCD Shield кто делал подскажите библеотеки к нему http://ru.aliexpress.com/item/1pcs-2-8-Display-Touch-Screen-Inch-TFT-LCD-Module-with-Slot-For-Arduino-UNO/32518906376.html?spm=2114.03020208.3.12.mhOEdY&ws_ab_test=searchweb201556_6_79_78_77_80_61,searchweb201644_5,searchweb201560_9

n006
Offline
Зарегистрирован: 12.02.2015
#include <Adafruit_GFX.h>    // Core graphics library
#include <Adafruit_TFTLCD.h> // Hardware-specific library

// The control pins for the LCD can be assigned to any digital or
// analog pins...but we'll use the analog pins as this allows us to
// double up the pins with the touch screen (see the TFT paint example).
#define LCD_CS A3 // Chip Select goes to Analog 3
#define LCD_CD A2 // Command/Data goes to Analog 2
#define LCD_WR A1 // LCD Write goes to Analog 1
#define LCD_RD A0 // LCD Read goes to Analog 0

#define LCD_RESET A4 // Can alternately just connect to Arduino's reset pin

 

n006
Offline
Зарегистрирован: 12.02.2015
#include <TouchScreen.h>

 

rx9li
Offline
Зарегистрирован: 21.11.2015

Пока спецы молчали подобрал библиотеки, но теперь надо перевернуть работает но в зеркале (перепаял шлейф он ожил )