-
I cannot get the GTR firmware to compile using ATOM, or VSCODE, the guide that the documentation refers to is for another board entirely, I spent 70 bucks getting this thing to me and I'm very offset …
-
Versions: TouchUI 0.3.4 and OctoPrint 1.3.0, also tested in TouchUI 0.3.2 and OctoPrint 1.2.11
Problem: TouchUI GUI no longer loads on Raspberry Pi 3 with HDMI touchscreen after running "apt-get up…
-
@Bodmer Thanks for your reply.
LCD is really working well with your lib, but the touch doesn't work now.
I connected ILI9488 with ESP32 as your user_setup.h
#define TFT_MISO 19
#define TFT_MOSI …
-
In the Getting started guide, there's list of libraries that needs to be updated. XPT2046 library by Paul Stoggregen is missing, while ESP8266 Weather library is only in README.
-
Just bought the screen, and found this out.
I got it to work following the instructions that came with it, but only if it's with a fresh install of 2017-04-10-raspbian-jessie.img
As soon as you …
-
The code:
boolean pressed = tft.getTouch(&t_x, &t_y);
returns true with an interval as long as the user keeps the figure on the screen. Is there any way to disable this behavior to create a…
-
What can be the problem here?
```
/media/nasFiler/Programmering/Arduino/sketchbook/libraries/GUIslice/src/GUIslice_drv_tft_espi.cpp: In function 'bool gslc_DrvGetTouch(gslc_tsGui*, int16_t*, int16…
-
I've looked back over past issues for this TFT and noted earlier comments about the Adafruit library and wrong colours. I have a couple of problems ...
1. The display is defaulting to 240 x 240 a…
Les-A updated
6 years ago
-
Hi,
when using UTFT library we can use UTouch and UTFT_Buttons libraries which are very useful. Can you please implement similar libraries which will work with yours?
Thanks in advance
-
To compile, a library is missing:
XPT2046 TouchScreen by Paul Stoffregen