Sergio_M
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 35
Comments
Recent activity by Sergio_M-
Hello,Is the image flickering or is it the backlight? Typically, customers tie IOVDD to VDD. We also tie IOVDD to VDD, when we build an evaluation kit, this would be the reason why you measured 3.3...
-
Hi RAGHUL,Using a 10 ohm resistor in series with the LED backlight and a 3.3V source voltage will provide the 30mA at 3.0V to the LEDs.Formula: R = (Vs - Vf) / IfHope this helps!
-
Hello,The PWM signal on the NHD-7.0-HDMI-HR-RSXP-CTU has a voltage range of 1.2 to 7.5V
-
Well, this turned out to be a problem in the code which sends data to the display. Temporary buffer read pointer did not advance correctly, so it copied the new data and all previous display lists ...
-
Hi rrubiocastil,Please see our example 2.4" Arduino code, the same code can be used for the 2.8" TFT however you must add the Display Inversion ON (0x21) command in your software.Hope this helps! /...
-
Hello Jon,Have you tried what is suggested in this ODROID Wiki post?https://wiki.odroid.com/odroid-xu4/application_note/software/hdmi_custom_edidHere are the RGB timings we use for the EVE2 that ma...
-
Hello Jon,Thank you for your interest in Newhaven Display!Please view the attached EDID Timing table, it should have what you are looking for in regard to the start and end positions for the Sync ...
-
Hello,A good place to start is looking at our NHD-FT81x-SHIELD user guide: https://newhavendisplay.com/content/userguide/NHD-FT81x-SHIELD_User_Guide.pdfTFT module data sheet: https://newhavend...
-
Hello,Unfortunately, the Due is not compatible, the NHD-FT81x-SHIELD requires an operating voltage of 5V to be supplied by the Arduino.The Due's IO pins are not tolerant of the 5V levels from the s...
-
Hello,You may use the resistive touch panel by either using an external 4-wire resistive touch controller IC such as ones offered by Microchip, TI, etc., or by using your MCU's ADC pins and manuall...