-
Board: t-display-s3 non-touch v1.2
I'm trying to power the board with a fully charged 3.7V lipo battery but it does not power on. I am aware of pulling pin 15 high for the display to work so I have…
-
I test lilygo t-display-s3, it doesn't work.
Here is the pinmap:
![image](https://github.com/user-attachments/assets/e2aacad7-ac17-4e3b-bc72-00dd62a3a33b)
and here is my code:
```
from machine …
-
hi i am using a lilygo t display s3 but no matter what I've tried i couldn't get the display to start working can you please help
I configured the config file correctly but event after that it didn…
-
Hello there,
I’m an engineering student working on a project using the LilyGO T-Display S3 model, and during my research, I noticed the AVI library in your repository. In the AviMjpeg_JPEGDEC examp…
-
I have created an easy to use binding between LVGL and MicroPython. The "official" binding was too complicated to compile and get working properly and it didn't support I8080 or RGB busses. The one th…
-
### Is your feature request related to a problem?
I have been using ST7789 display from the lilygo and it works flawlesly.
The only issue is that I believe the esp-idf does not currently support t…
-
Hi, I am having trouble with wifi range. I plugged in an external antenna but it does not seem to make much difference. Do I have to make any mods in order to use the external antenna instead of the i…
yt38 updated
3 months ago
-
**Is your feature request related to a problem? Please describe.**
Currently, ESP32-S3 does not have appear to support **_storing manually selected_** PSRAM settings. This prevents having a single…
-
Hello
In the pinout of the T-Display-S3 there are two 3V pins and one 5V pin. It seems that the 3V pins are 3.3V, which is regulated. At least that's what I measured when powered through USBC. I ha…
-
There are a few callback functions like `auto hud_update = [](lv_timer_t *timer)` in the example.cpp (line 104) and application.cpp that throw compiler errors due to timer being an 'incomplete type'.