Ted M.
NHD StaffApplications Engineer at Newhaven Display
- Following 0 users
- Followed by 1 user
- Votes 0
- Subscriptions 212
Comments
Recent activity by Ted M.-
Hi TheogirarD,The reset line needs to be controlled during initialization. https://newhavendisplay.com/content/specs/NHD-2.7-12864WDW3.pdfdigitalWrite(RES, LOW); //pull /RES (pin #16) lowdelayUS(2...
-
Hi raghava216,I am emailing you some example code for the NHD-C12864WC display.The code was written for the Arduino Mega 2560 and uses 8080 mode.Please respond by email for further support.Regards,
-
Hi Valin6210,Thanks for the update. It's good to hear you have this working!Regards,
-
Hi Pavel,I am not too familiar with using the ST7789V2 version but it is very possible that they are compatible.More information on the ST7789V2 can be found here: https://www.sitronix.com.tw/en/pr...
-
Hi Pavel,The ST7789VI is compatible with the earlier version ST7789V.The updates are listed in the revision history on page 316 of the ST7789VI datasheet. The original ST7789V was revised up to ver...
-
Hi ,The Gesture ID register can be found in section 3.3 in the Focaltech application notes:https://www.newhavendisplay.com/resources_dataFiles/datasheets/touchpanel/FT5426_5526Application_Note_Ver0...
-
Hi Raphael,Which display are you working with and what is the operating system?Regards,
-
Hi Raphael,Please let us know the TFT size or part number of the display experiencing this issue.Also check the label on the touchscreen's FPC cable and report back the numbers printed on it.Here i...
-
Hi Shaun,Address A0 is the standard EEPROM I2C location for the EDID data.Here is some example code for the the touchscreen: i2c_start();i2c_tx(0x70); //Slave Address (Write)i2c_tx(0x00); //Start r...
-
Hi Wally,Flipping the image is usually done by the controller that is driving the 24-bit RGB video data to the display, or by writing image data to the buffer in the proper orientation that aligns ...