Basic Function 05 - How to use functions of basic graphics and curve | DWIN T5L DGUS Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ก.ย. 2024
  • Basic graphics: basic graphic and synchrodata return, set 22.bin, get a rectangle.
    Curve: send commands to get dynamic curve, and know how to calculate Y and VD central.
    Development guide:
    www.dwin-globa...
    #DWIN #DGUSTutorial #t5l #Curve

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

  • @surbhikathane
    @surbhikathane 3 หลายเดือนก่อน +1

    how to show temperature sensor reading graph ?

  • @jet_engine823
    @jet_engine823 ปีที่แล้ว +1

    Hello. Do you have video tutorial in dynamic curve display with Arduino. I have pressure sensor and I want a simple X and Y graph display where the y axis is for pressure value from the sensor and x is for time.

  • @Orabei
    @Orabei 6 หลายเดือนก่อน

    how can I show 3 rectangles in different colors (green, red, blue) on the screen?

    • @DwinTechnologyOfficial
      @DwinTechnologyOfficial  6 หลายเดือนก่อน

      Dear, you can send the command to show three different rectangles: 5A A5 27 82 5440 0003 0003 011E 012C 01AA 018C F800 01AB 018D 01E6 01E6 F800 01E6 01E6 0162 022C F800 FF00
      0x5AA5: Frame header; 0x27: Data length; 0x82: Write instruction; 0x5440: VP; 0x0003: Draw rectangle;
      0x0003: Draw three rectangles; 0x011E 012C: (286, 300) upper left coordinate; 0x01AA 018C: (426,96) lower right coordinate; 0xF800: Color; 0x01AB 018D: (426,96) upper left coordinate; 0x01E6 01E6: (486,486) upper right coordinate; 0xF800: Color; 0x01E6 01E6: (486,486) upper left coordinate; 0x0162 022C: (354,556) lower right coordinate; 0xF800: Color; FF00: The drawing operation ends.

    • @Orabei
      @Orabei 6 หลายเดือนก่อน

      Thank you. What should I do if I need to draw a lot of points and they don't fit into one team?@@DwinTechnologyOfficial

  • @lies9823
    @lies9823 3 หลายเดือนก่อน

    Hello, i create same project as you, step by step, then i try some way but nothing change, basic graphic not work.
    Maybe 16:14, you get wrong line in bin file? And after "generate", the 22.bin is change to 0x00, ofcourse.
    This is my project, using V7647: drive.google.com/drive/folders/1BiKMtQDuehrZ_Wahh6dCAdmPvIkW1m_D?usp=drive_link

    • @DwinTechnologyOfficial
      @DwinTechnologyOfficial  3 หลายเดือนก่อน

      How about re-save 22.bin?

    • @lies9823
      @lies9823 3 หลายเดือนก่อน

      @@DwinTechnologyOfficial i did, and this is serial data when i touch "draw rectangle", and at last, i create "data variable display" to show value of "0x1000", it change to "0x03", i tried add "0xFF00" but draw function still not work: drive.google.com/file/d/1dkuKKYI_7CMIdTlHCvqr6YdxSImm0GQe/view?usp=sharing

  • @Bondangoed
    @Bondangoed ปีที่แล้ว +1

    Hi, How can we set the line width for curves, on some videos this was an option in DGUS but i cannot find

    • @DwinTechnologyOfficial
      @DwinTechnologyOfficial  ปีที่แล้ว

      Please help to check page 170 of "T5L_DGUSII-Application-Development-Guide-V2.6":www.dwin-global.com/development-guide/

    • @Bondangoed
      @Bondangoed ปีที่แล้ว

      @@DwinTechnologyOfficial Yes i have consulted the Documentation, However DWIN DGUS 7.645 software no longer has the option to change width of the line

    • @DwinTechnologyOfficial
      @DwinTechnologyOfficial  ปีที่แล้ว

      @@Bondangoed Hello we checked DGUS 7.645 with "width of curve'' 0*00 - 0*07

  • @AlexAVLA
    @AlexAVLA ปีที่แล้ว

    I need a "running curve", i.e. I need to redraw my curve 10-20 times per second to make it moving.
    How to do it using DWIN?

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

    project file please

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

      Dear, please check this link for your reference: forums.dwin-global.com/index.php/forums/topic/%e3%80%90share%e3%80%91function-introduction-of-t5l-dgusii-software-basic-graphics-and-curve/