GithubHelp home page GithubHelp logo

hwhardsoft / az-touch-feather Goto Github PK

View Code? Open in Web Editor NEW
1.0 3.0 1.0 226 KB

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

C++ 2.79% C 97.21%
az-touch arduitouch ili9341 touchscreen wallmount feather-huzzah feathers feather-m0 huzzah32 thingplus

az-touch-feather's Introduction

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).

az-touch-feather's People

Contributors

hwhardsoft avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

yacsf

az-touch-feather's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.