-
Getting an error that's preventing compiling. Referenced line was last modified as part of #1962 and commit 80f8963d344e6e68d6fcc47d6aa879641414865d
```
> Executing task in folder BIGTREETECH-Touc…
-
As discussed on ##linux-surface, hardware buttons on some Surfaces are not working. Reloading the button module works post-boot:
```
sudo modprobe -r soc_button_array
sudo modprobe soc_button_array…
-
Hello, First, thanks for all this, it's a wonderful library.
I am using a NodeMCU 0.9 controller
The screen is a standard 2.8TFT, I9341 STM32 based Touch enabled screen (Using an HR2046 Chip)
http…
-
Im getting a problem with wiringpi. It says it cant be found, and its not installed on my pi 3. I cant install it.
This is the error i get.
make ILI9341
cc -c -o driver/ili9225.o driver/ili9225…
-
When I've created a new project, there is a /src and /lib folder, but cannot follow how you are supposed to the use the /lib folder.
In Eclipse, if you place source files in the /lib folder, they are…
-
Hi there!
I'm trying to interface 2.4" TFT LCD with ESP32-WROOM-32.
Lcd model,
![photo_6086669279723369451_y](https://user-images.githubusercontent.com/34938549/224726744-1b1087ce-32b6-474b-…
-
Hello @Bodmer
I want to use display P023T009-V2
![2 31_P023T009_cut](https://github.com/Bodmer/TFT_eSPI/assets/1788098/77fa16ca-bf8e-46d5-9bde-7a22d40e33af)
with stm32f401ccu6 with library [TFT_e…
-
I started linking this 3,5" LCD TFT Touch Screen Display (https://amzn.eu/d/e8kWKfU) to an Arduino Uno Wifi Rev 2. I could load the MCUFRIENDS.kbv examples and see them on the display (at least, I kno…
-
When compiling with platformio with stm32duino, I got the following error:
```
.pio\libdeps\genericSTM32F103CB\Ucglib\src\Ucglib.cpp:834:3: error: '__NOP' was not declared in this scope
834 |…
-
I use the Respberry PICO and if I compile ucglib into a static library, I get a file of about 3.6 Megabytes. The if I create a simple project with ucglib I get an elf of 1.168 megabytes. Isn't that a …