AdafruitColorTFTJoystickFeatherWing (community library)
Summary
Name | Value |
---|---|
Name | AdafruitColorTFTJoystickFeatherWing |
Version | 0.0.1 |
Installs | |
Author | rickkas7@rickkas7.com |
URL | https://github.com/rickkas7/AdafruitColorTFTJoystickFeatherWing |
Download | .tar.gz |
Adafruit Mini Color TFT with Joystick FeatherWing
Example Build Testing
Device OS Version:
This table is generated from an automated build. Success only indicates that the code compiled successfully.
Library Read Me
This content is provided by the library maintainer and has not been validated or approved.
AdafruitColorTFTJoystickFeatherWing
Particle Library for Adafruit Mini Color TFT with Joystick FeatherWing
This library makes it easy to use the Adafruit Mini Color TFT with Joystick FeatherWing with Particle mesh devices (Argon, Boron, Xenon). Additional information the board is available here.
Pin | Function |
---|---|
D2 | TFT CS |
D3 | TFT CD |
SCK | TFT SCK |
MOSI | TFT DI |
This library basically just pulls in the necessary libraries and provides working examples. It directly depends on:
The ST7735_RK library further depends on:
Examples
2-basic
This is the basic example from the Adafruit_ST7735. It does some basic graphics and also shows how to handle the joystick and buttons.
3-graphicstest
This is the graphics example from the Adafruit_ST7735. It does more advanced graphics and text on the display.
Browse Library Files