KurtE
Senior Member+
Sort of place holder to be edited...
Decided that probably should split this off from the the thread:
The current WIP code is up at:
Like these other drivers mentioned it use the library:
Again WIP
Decided that probably should split this off from the the thread:
Will probably do likewise for HX8357 and not should if we should for ILI948x as well?Thought I would mention that @mjs513 and I have made some progress on the NT35510:
Current stuff is up at: https://github.com/KurtE/NT35510_t4x_p
At the moment it only supports 8 bit Parallel, using 16 bit color (RGB565)
I am currently testing it using the Dev Board 4.5 and I believe that @mjs513 is
testing it using a Teensy 4.1. We are both using the BuyDisplay board mentioned above.
I currently have another display ordered on Ebay that is configured for 16 bit transfers.
This will probably take a couple of weeks to arrive.3.97 Inch Touch Screen TFT LCD Display 800x480 IPS STM32 NT35510 16BIT RGB 65K | eBay
Driver chip: NT35510. Provide rich STM32 and C51 platform sample programs. Display color: 16BIT RGB 65K color. 800X480 resolution, clear display. Resolution: 800x480 (Pixel). Module interface: 16Bit parallel interface.www.ebay.com
Here is the clip and the like test, showing in this case update using DMA. The Frame buffer is located in SDRAM as
it is larger than can fit into DTCM or DMAMem.
View attachment 35320
Here is showing the MTP TFT viewer of the image. Again using SDRAM to upload the whole image at once...
View attachment 35321
The current WIP code is up at:
GitHub - KurtE/NT35510_t4x_p: NT35510 library for Teensy 4.x Parallel
NT35510 library for Teensy 4.x Parallel. Contribute to KurtE/NT35510_t4x_p development by creating an account on GitHub.
github.com
Like these other drivers mentioned it use the library:
GitHub - mjs513/Teensy_Parallel_GFX
Contribute to mjs513/Teensy_Parallel_GFX development by creating an account on GitHub.
github.com
Again WIP