Engineering Support

Community moderator
  • Following 0 users
  • Followed by 1 user
  • Votes 10
  • Subscriptions 782

Activity overview

Latest activity by Engineering Support
  • Engineering Support commented,

    Hi Sieun, That's great to hear! If you have any more questions or concerns regarding our displays, feel free to reach out again.

  • Engineering Support created an article,

    IST1305

    Download the IST1305 200 segment x16 common PMOLED driver with controller datasheet from the link below.

  • Engineering Support commented,

    Hi Sieun, Thank you for providing the photo. I checked the lot code and I couldn't find any documented issues. This is most likely an initialization problem. Did the changes I suggested have any ef...

  • Engineering Support created an article,

    BT817

    Download the BT817 advanced embedded video engine datasheet from the link below.

  • Engineering Support commented,

    Hi Sieun, I can answer your questions below: 1. Given the measurements above, what additional condition does the FL7703NI require to accept LPDT commands? Is there any known sensitivity in escape-e...

  • Engineering Support created an article,

    08/11/26 - New 4x20 COG Character LCD Displays

     4x20 COG Character LCDs: Compact, Low-Power, High ContrastPress Release - Elgin, IL | August 11th, 2026We are excited to expand our COG lineup with new 4x20 character LCD displays in a chip-on-gla...

  • Engineering Support created an article,

    ST72568C

    Download the ST72568C System-On-Chip Driver for 800RGBx480 TFT LCD datasheet from the link below.

  • Engineering Support commented,

    Please see below for the initialization sequence for using 2-Lane mode   GP_COMMAD_PA(4);W_D(0xB9); /// Set EXTC W_D(0xF1);   //1 W_D(0x12);   //2 W_D(0x87);   //3   GP_COMMAD_PA(4);W_D(0xB2); ///S...

  • Engineering Support commented,

    Official comment

    Hello, Thank you for reaching out. Could you please tell me if you are using 2-Lane or 4-Lane mode? Best Regards,  Engineering Support 

  • Engineering Support created an article,

    NHD-12864WG - With Arduino

    #define RS 13 #define RW 12 #define E 8 #define CS1 A3 #define CS2 A2 #define RST 9 #define DB0 A0 #define DB1 A1 #define DB2 7 #define DB3 6 #define DB4 5 #define DB5 4 #define DB6 3 ...