-
Hi!
I'm using your crate to drive a Waveshare 1.14in LCD module (240x135 65kRGB) (board with ST7789) connected an RPi Pico. So far everything works, except the pixel origin 0,0 is offset by -40,-53…
-
### Discussed in https://github.com/Bodmer/TFT_eSPI/discussions/3389
Originally posted by **NatachaJee** July 3, 2024
Hello, First, I'm grateful for the TFT_eSPI library. It's so useful and m…
-
burnt volumio img to sd card. done updates, then followed your code and still no display. please help
using pi02w with pirate audio line out
hec59 updated
2 months ago
-
Good day. Thanks you for your library, it seems like a big work :-)
Unfortunately it did not for me yet :-)
I tried to run `square` as written in README for my IPS 240x240 ST7789 small display
…
-
Thank you for making this beautiful device available to the public.
I'm using it with a 128x160 tft which works fine with ST7789 after adjusting display_model == "display320x240": settings to 128x160…
-
There is a nice little [ESP32 ](https://www.banggood.com/LILYGO-TTGO-T-Display-ESP32-CP2104-WiFi-bluetooth-Module-1_14-Inch-LCD-Development-Board-p-1522925.html) with a ST7789V display on top that's 1…
-
displays only the pixel at the bottom.
rpi 3B bullseye
config.txt
hdmi_group=2
hdmi_mode=87
hdmi_cvt=240 240 60 1 0 0 0
hdmi_force_hotplug=1
Or the same result
hdmi_force_hotplug=1
…
-
Hi, I don't want to use mopidy or anything else and use my own code.
When I display an image or a gif using one of the examples listed here (https://github.com/pimoroni/st7789-python/tree/master/ex…
-
Can you provide some examples in Micropython that show using the wifi, and the LCD display?
-
In utilities.h, the RST pin for the T-Watch S3 is set to -1:
#define BOARD_TFT_RST (-1)
https://github.com/Xinyuan-LilyGO/TTGO_TWatch_Library/blob/t-watch-s3/src/utilities.h#L8…