Axiometa
IPS LCD (0.96)
IPS LCD (0.96)
SKU:AX22-0034
Regular price
$8.99
Regular price
Sale price
$8.99
Unit price
per
Taxes included.
Shipping calculated at checkout.
Couldn't load pickup availability



-
Pinout
-
Interface
PCB Design
-
Top
-
Bottom
Arduino Example Code
#include <Adafruit_GFX.h>
#include <Adafruit_ST7735.h>
#include <SPI.h>
#define TFT_CS 8
#define TFT_DC 45
#define TFT_RST 15
#define TFT_MOSI 11
#define TFT_SCLK 13
SPIClass mySPI(FSPI);
Adafruit_ST7735 tft = Adafruit_ST7735(&mySPI, TFT_CS, TFT_DC, TFT_RST);
void setup() {
mySPI.begin(TFT_SCLK, -1, TFT_MOSI);
tft.initR(INITR_MINI160x80);
tft.setRotation(4);
tft.fillScreen(ST77XX_WHITE);
tft.setTextColor(ST77XX_RED, ST77XX_WHITE);
tft.setTextSize(2);
tft.setCursor(10, 40);
tft.print("Hello from");
tft.setCursor(10, 70);
tft.print("Axiometa!");
}
void loop() {}
Guides and Blogs
-
First time setup
Pair text with an image to focus on your chosen product, collection, or blog post. Add details on availability, style, or even provide a review.
-
Automatic Street Lights
Pair text with an image to focus on your chosen product, collection, or blog post. Add details on availability, style, or even provide a review.
-
How Does an LDR work ?
Pair text with an image to focus on your chosen product, collection, or blog post. Add details on availability, style, or even provide a review.