Skip to content

Sources for Zihatec AZ-Touch Feather wall mount touchscreen kit for different feather shaped boards by Sparkfun and Adafruit

Notifications You must be signed in to change notification settings

HWHardsoft/AZ-Touch-Feather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Code collection for AZ-Touch-Feather

A collection of different demo sources for Zihatec AZ-Touch Feather wall mount touchscreen kit

My image

Used pins

My image

  • Please note: For HuzzahESP8266 the Beeper is on 5 and the TFT_LED pin is not in use.

Migration of AZ-Touch ESP projects

Existing projects for AZ-Touch ESP or MOD for ESP32 or ESP8266 can be migrated to AZ-Touch Feather and ESP32 or ESP8266 based Feather boards very simple.

For ESP32 please use the following pin definitions:

#define TFT_CS   33
#define TFT_DC   15
#define TFT_LED  13
#define TOUCH_CS 32
#define TOUCH_IRQ 14 
#define BEEPER 27

For ESP8266 please use the following pin definitions:

#define TFT_CS   15
#define TFT_DC   0
#define TOUCH_CS 16
#define TOUCH_IRQ 2 
#define BEEPER 5

Remove the TFT_LED control from your project for ESP8266. (The TFT backlight will be always on).

About

Sources for Zihatec AZ-Touch Feather wall mount touchscreen kit for different feather shaped boards by Sparkfun and Adafruit

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published