-
Hi,
I'm currently porting https://github.com/Xinyuan-LilyGO/LilyGo-EPD47 to rust using esp-hal. I managed to implement a basic working poc.
While replicating the RMT behavior, I noticed that the…
-
### Board
LilyGo ESP32 T-SIM7080G
### Device Description
No additional hardware
### Hardware Configuration
No
### Version
v3.0.6
### IDE Name
Arduino IDE 2.3.3
### Operat…
-
ARDUINO IDE 2.3.2
TFT_eSPI ver: 2.5.43
Board "Lilygo T-Display s3" selected
[CustomFont.zip](https://github.com/user-attachments/files/16323284/CustomFont.zip)
Compiler gives error :
C:\Users\sal…
-
Model: LilyGO TTGO T5-4.7" E-Paper ESP32 (not S3)
"free" memory after booting MicroPython: 4085216 (`import gc; gc.mem_free()`)
Code in repl: `buffer = [ 0 for i in range(0, int(960 * 540 / 2)) ]`
…
-
-
Stacktrace from my application:
```
Request to: http://tgftp.nws.noaa.gov/data/observations/metar/stations/NZCH.TXT
Traceback (most recent call last):
File "C:\aProject\esp32\metar-lilygo-t5\pi\…
-
Dear all.
I have code connecting to the network using LTE-M. I program the ESP32 using Arduino IDE.
Defining my parameters for connecting the modem I use
```
#define UART_BAUD 960…
-
Hello,
I have been using this library on the Lilygo T-Deck and it works great. I also created a tft_config.py which I have added below in case it could be added to the repo:
```py
""" LilyGo T-…
-
T-Relay S3 supports up to 3 expansion boars to have up to 24 relays.
I'd like to ask for an example with an expansion board, so it will be easier for beginners (like me) to get started.
Also, do I…
Misiu updated
1 month ago
-
I have the above display / ESP32 combo, and I'm wondering how I would go about adapting the code to work on it. I understand that the SD card pins would have to be reassigned; how would I get the term…