Adafruit-ST7735-Library
Adafruit-ST7735-Library copied to clipboard
This is a library for the Adafruit 1.8" SPI display http://www.adafruit.com/products/358 and http://www.adafruit.com/products/618
I was able to use this library with **RP2040-PiZero** board and **1.3inch display HAT**. For anyone trying to use this library, you will need to configure **SPI1** pins manually. Board:...
As metioned in this post https://github.com/adafruit/Adafruit-ST7735-Library/issues/33 > > > > I have a TFT with the same IC and SKU but it has a red tab on the screen protector....
Arduino Nano 16MHZ, 5V 1.8" TFT Display 7735 128x160 with onboard Levelshifter and 3V3 Regulator. SPI HW support is broken with this library. Only slow mode can be used. I...
good time! there is a big problem connecting st7793 display to esp8266. information almost 0. help please? sometimes the library cannot be found, sometimes there is some misunderstanding. I will...
This change fixes #191, #180 and #154 by creating a flag named `INITR_BLACKTAB_OFFSETS` for `initR` for the displays described in the issue reports. When `initR` is called with this flag,...
Added simple definition for [WaveShare version module](https://www.waveshare.com/wiki/1.8inch_LCD_Module). They use GREENTAB offsets, but BLACKTAB colors (someone referred to them as YELLOWTAB?) Random cheapo modules seem to use this scheme as well....
#define BLUE 0x001F /* 0, 0, 255 */ tft.fillScreen(BLUE); Why?
Thank you for opening an issue on an Adafruit Arduino library repository. To improve the speed of resolution please review the following guidelines and common troubleshooting steps below before creating...
Library Example graphictest.ino compiled on Arduino IDE -> new Arduino Nano ESP32 but whats the correct PINs and is the Library already compatible? TFT MOSI -> D12 TFT MISO ->...
Hey guys, I don't know if this is actually an issue, but during my current project, I found out that each time I use the tft.initR() command, it takes over...