-
I've been trying to run the UTFT_demo_fast on my Nucleo F072 with no luck. I'm using a 240 x 240 ST7789 with no Chip Select. It works perfectly well on an ESP32 up to 24MHz. The backlight is on but no…
-
might need two different pipes for main tx and ackData
-
work
Flash_Jpg_DMA.ino
view bgr to rgb
TFT_eSPI\TFT_Drivers\ST7789_Init.h
code
```c++
config
#define TFT_RGB_ORDER TFT_RGB // Colour order Red-Green-Blue
or
#define TFT_RGB_ORDER TFT…
-
### Version
Latest release as of 4-10-23
### Bug description
I don't know if this is a DCC-EX "thing" or a problem with the throttle itself. Using [EX-T3-WiFi ](https://github.com/DCC-EX/EX-T…
-
I'm not sure if this is a bug with the firmware, the configurator or if it's me doing something wrong, but I am having trouble running pest and squid mode. The board I am running this on is an ESP-WRO…
-
Hi Dustin,
love the design and the idea.
I bought all the products you recommended, pcb from pcbway ILI9488 screen and ESP32-WROOM-32D and ive followed your youtube tutorial https://www.youtube.…
-
Hello,
Thank you for your work.
Everything works with an regular ESP32.
On the other hand, I'm tearing my hair out with an ESP32S3, whatever the model: I have two of them and they both refuse t…
-
I'm using three RobotDyn 4ch dimmer boards all getting their power from a MeanWell 5V 3.4A power supply. Since they're connected to the same 230V 50Hz power outlet they also all have their zero-cross …
-
**Carefully written Issues are more likely to be given priority.**
**丁寧に記述された報告は優先して対応される可能性が高くなります。**
## Environment ( 実行環境 )
- MCU or Board name: ESP32-S3-WROOM-1-N16R8
- Panel Driver IC: …
-
Hi,
I'm trying to use your code to control a HW SPI display connected to:
DC = GPIO2
RES = not connected
CS = CE0 (GPIO4)
SCK = SPI0 (GPIO11)
MOSI = SPI0 (GPIO10)
with following code:
``…