Saurabh_B
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 241
Comments
Recent activity by Saurabh_B-
Thanks for the video.I will get back to you shortly with the delays issue.
-
These displays do use the older ILI9340 controller, I would recommend trying the values in the code below:https://newhavendisplay.com/content/app_notes/2-4TFT_ILI9340.txtAfter initialization are yo...
-
Hi David,Would you be able to confirm the full part number of the display, along with the date code printed on it.The controller has changed on the display in the past, I would like to confirm the ...
-
The NV3035C is just the Driver, we do have controller boards specifically for this display. 8-bit Parallel: https://newhavendisplay.com/controller-board-for-3-5-tft-displays-20-pin-ffc-8-bit-para...
-
Hi Cho,Our 1.8" Displays have a controller built-in, so when you're programming directly from your MCU you're still talking to a TFT controller.Unless your MCU has a built in TFT controller you mig...
-
Steph,The code sets up the display to write 1 pixel for every 3 bytes.For each write sequence we send it 6 bytes. So we send two pixels for each case.You can modify this by adjusting the Set Pixel ...
-
Hi Steph,I will be looking into this.My original Assumption is that the display requires 3 Bytes for 2 pixels in the horizontal direction. This is why were only writing 240 times.
-
Charlie,Unfortunately we do not have any initialization examples to drive this display using 16bits.I would recommend using the Interface Pixel Format command to set the display into 262K color mod...
-
Hi Charlie,Unfortunately it is not possible to use 18-Bit parallel to write to the display.There are only 16 data pins connected to the controller, you would need to write Twice to the display for ...
-
Hi Claudio,The Dev board does not have an I2C port available.You would need to connect this to your own controller.You would need to be able to read the CTP independently of the display. Unfortunat...