modi12jin
modi12jin
 https://www.made-in-china.com/ @scottbez1 I'm not too sure what motor is needed, maybe this site helps.
I have found instances, close this question
Does this library support TFT_eSPI?
@Links2004 > I use ST7789 on ESP32 and there is a problem of color mismatch  > VNC_ST7789.cpp ``` #include "VNC_config.h" #include "VNC.h" #include "TFT_eSPI.h" #include "VNC_ST7789.h" ST7789VNC::ST7789VNC(){ TFT_eSPI(); }...
@Links2004 Color is normal  I only modify this code > VNC.cpp ``` #ifdef ESP32 opt.client.bigendian = 1; #else opt.client.bigendian = 1; #endif ```
@Links2004 normal operation 
@Links2004 How to start DMA to increase the number of screen frames?
@atc1441 Sorry ESP32S2 or S3 only has one USB host
  ``` https://github.com/nopnop2002/esp-idf-parallel-tft ``` # What steps do I need to do to port a parallel port program?
@schreibfaul1 I don't know if you've seen this  https://github.com/yellobyte/SoapESP32/issues/3