Michael_L
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 216
Comments
Recent activity by Michael_L-
Your issue seems to be caused by some settings on your MCU, as this behavior is not reflective of a defect. Can you try changing your pixel clock frequency to see if you see any favorable changes ...
-
The LEDs on the 5" display draw more current and are brighter, and therefore need more power.The display doesn't "need" twice the brightness, that is just its typical brightness rating. As Saurabh...
-
You are very welcome. I have never used them, but you can take a look at the Microchip AR1000/AR1100 series resistive touch controllers.
-
That display has a built-in TFT controller, so for the display to operate with the Arduino, you would not need an additional controller. For the touch screen however, there is no built-in controll...
-
The color mode for the SSD1963 is dictated by the interface you are using. The table from page 17 of the SSD1963 datasheet that shows the different available interfaces and their corresponding colo...
-
You can use the Arduino with the display but you will need a TFT controller. It is not capable of driving it by itself.For information on TFT interface signals, I would recommend you do some resea...
-
You are referring to the incorrect example code link. Please see below:https://newhavendisplay.com/content/app_notes/Arduino_nhd-4_3-480272EF.txtPlease note that this is example code for the displ...
-
You are very welcome, and thank you for your kind feedback!
-
The TE signal is not available to the user, and is already handled. The B/L enable is listed as power supply, but you are correct; it is an MPU connection. You may use this to turn OFF/ON the bac...
-
Sounds like you will need to implement a small delay if it is not working without it. I didn't have any delays in my Arduino example code below because it operates at 16MHz: //--------------------...