Based on ESP32-S3 driver 7-inch 800 * 480 color screen - ZX7D00CE01S or WT32S3-07S

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ม.ค. 2025

ความคิดเห็น • 5

  • @heritierndireze
    @heritierndireze 10 หลายเดือนก่อน

    impressive, what the name of the software you're using?

  • @johnnicolaou7166
    @johnnicolaou7166 8 หลายเดือนก่อน

    Hi Yang Yang,
    I have purchased one of these boards but am having trouble developing on it. What software re you using 8ms or Squareline also tried to get it working with the Arduino GFX Library but the setting that I got from looking and the schematic and manual don't initialize the screen any help would be appreciated. Here is the code that I've used.
    #define GFX_BL 45
    Arduino_ESP32RGBPanel *rgbpanel = new Arduino_ESP32RGBPanel(
    39 /* DE */, 38 /* VSYNC */, 5 /* HSYNC */, 9 /* PCLK */,
    10 /* R0 */, 11 /* R1 */, 12 /* R2 */, 13 /* R3 */, 14 /* R4 */,
    21 /* G0 */, 0 /* G1 */, 46 /* G2 */, 3 /* G3 */, 8 /* G4 */, 18 /* G5 */,
    17 /* B0 */, 16 /* B1 */, 15 /* B2 */, 7 /* B3 */, 6 /* B4 */,
    0 /* hsync_polarity */, 8 /* hsync_front_porch */, 1 /* hsync_pulse_width */, 32 /* hsync_back_porch */,
    0 /* vsync_polarity */, 8 /* vsync_front_porch */, 1 /* vsync_pulse_width */, 8 /* vsync_back_porch */,
    1 /* pclk_active_neg */, 16000000 /* prefer_speed */);

    Arduino_RGB_Display *gfx = new Arduino_RGB_Display(
    800 /* width */, 480 /* height */, rgbpanel, 0 /* rotation */, true /* auto_flush */);
    Thanks in advance for your response. :)

    • @ami_panlee
      @ami_panlee  7 หลายเดือนก่อน

      Arduino can refer to our warehouse:github.com/smartpanle/PanelLan_esp32_arduino

    • @ami_panlee
      @ami_panlee  7 หลายเดือนก่อน

      www.nxp.com/design/design-center/software/developmentsoftware/gui-guider:GUI-GUIDER OR Squareline

  • @stanislavkonstantinov9236
    @stanislavkonstantinov9236 9 หลายเดือนก่อน

    Nece work