TFT_ST7735
TFT_ST7735 copied to clipboard
Arduino graphics library for ST7735 displays with propotional fonts
Small differences between the LGT8F328 and ATMega328P hardware stopped Bodmer's code working. This is what i changed to make it work with both chips.
Hi, I'm programming a [LilyGo T-Wristband](https://github.com/Xinyuan-LilyGO/LilyGo-T-Wristband) with Arduino core (no esp-idf) using ESP32-PICO-D4. A ST7735 0.96" 160x80 TFT screen is connected using SPI and TFT_eSPI is the graphical library used...
It seems there is yet another version of 80x160 TFT, which doesn't seem to be supported by the current TAB_COLOR defines, here https://www.aliexpress.com/item/4000018872259.html . INITR_GREENTAB2 seems to eliminate all boundary...
Do you have an open source license chosen for your work?
Is it possible to use sketch by replacing TFT_ST7735.h with ILI9341? How to make? Thank you
There is a corner case error. If you pass in a number say 3.1415 and set dp = 5, the floating point number does not print the fractional part. This...
hello Bodmer. Please help me to use your library for my lcd. My lcd use only 3 line for SPI connection (SCLK, SDA, CS) and RST. I try to change...
hey u know i want to print bmp and raw files with your library but when i use that sketch for my ST7735 2 errors hapend: 1- ``` D:\arduino\Arduino\portable\sketchbook\libraries\TFT_ST7735-master/TFT_ST7735.h:348:12: error:...
Add library.json file for PatformIO please
Compiling the Rainbow example gives following error In file included from c:\Users\c9002481\Documents\Arduino\libraries\TFT_ST7735/TFT_ST7735.h:37, from C:\Users\c9002481\AppData\Local\Temp\.arduinoIDE-unsaved2024629-17292-ag63ac.97kfv\TFT_Rainbow_ST7735\TFT_Rainbow_ST7735.ino:28: c:\Users\c9002481\Documents\Arduino\libraries\TFT_ST7735/Fonts/glcdfont.c:6:10: fatal error: avr/io.h: No such file or directory 6 | #include | ^~~~~~~~~~ compilation terminated....