-
I have my ST7789 LCD setup and working with my ESP32 board with the TFT_eSPI library. But, I want to support multiple displays, so without changing anything in my working hardware set up, I'm trying …
-
Thanks for a nice library...
I have a ST7789 TFT 320x240 and I can get it to work with some of the examples, but the rest of screen outside 240x240 is flickering as assumed it should be in this mod…
-
https://github.com/sambenko/esp32s3box-display-and-publish/blob/5d6ae233f9b1a0b9ebed91c2d028867318ecdc70/docs/README.md?plain=1#L41
I'm trying to get Rust running on my ESP32S3-BOX-3. I've tried up…
-
i cloned the example, set the enviroment to esp32-2432S028Rv3, selected my board - the same and this is the error i'm getting.
'lv_display_t' {aka 'struct lv_display_t'} has no member named 'sw_rotat…
-
The T-Deck is an ESP32-S3 board in a semi-blackberry form factor with a BB keyboard, an (ST7789-compatible) display, power managment, optional LORA, i2s, microphone and some more, but no uart-to-usb a…
-
### Answers checklist.
- [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there.
- [X] I have up…
-
Hi I am having issue with your yaml, can you look over it, maybe you can spot the error. Thank you very much.
```
INFO Reading configuration /config/esphome/s3.yaml...
WARNING The selected Arduino …
-
Hello,
I'm attempting to get Nuttx up and running with LVGL on the ESP32S3 TTGO T-Display S3. ([product link](https://github.com/Xinyuan-LilyGO/T-Display-S3)). As far as I'm aware there isn't curr…
-
I'm trying this code for the serial communication but it doesn't work:
```
import machine
uart = machine.UART(1,115200, rx=machine.Pin(9), tx=machine.Pin(8))
print('UART Serial', uart)
uart.w…
-
I have just purchased one of the LilyGO t-display S3 and was wondering if this project would work on it?