|
Post by tftlcdcyg on Apr 24, 2020 11:53:35 GMT -8
Greetings to all. I hope that we face the current situation at the door as best we can in the company of loved ones. I hope that soon we can return to normality with a better spirit and better prepared for the future. James, thanks for continuing to inspire those of us who are just fans of this TFT world with these fantastic EVEx chips, with only a didactic and experimental purpose for free time. First of all I share the link of the version of the library for gameduino, that we have been working in the team next to my brother ligthcalamar (Spain); It works with the teensy 4 SDIO reader, using Griman's SdFat beta library for multimedia management, using screens such as the 3.5 ", 4.3", 5 "and 7" NHD, Riverdi 5 "and 7". Even with the EVE2-38, EVE2-50G and EVE3-50G Matrix Orbital ones. GD23ZUTXIt also works on ARM boards like the F767 core or the H743 core, using the official STM32 core in the arduino IDE. I have some doubts that I wish you could guide me. Some displays like the EVE 2-38G or EVE 2-50G have Goodix GT911 touch chips installed. According to the selection guide AN_336_FT8xx-Selecting-an-LCD-Display.pdfWe must upload the information regarding the GT911 touch chip during the start phase, to activate the touch screen. Inside the file GD23ZUTX.ccp line 718, there is the matrix (EVE_GT911_data [1216]) in which are the registers that must be written during the start of the screen, however the question I have is: What instructions should be used to write that information on the FT813 chip? Waiting for your comments. Cheers
|
|
|
Post by tftlcdcyg on Apr 21, 2023 20:14:52 GMT -8
After the irreparable loss of my brother Tomas (lightcalamar), I have continued the work that we planned sometime to do with the excellent library created by James to adapt it to work with the SdFat library. After many, many tests, we finally have a stable library that can work with the most recent SdFat library, 2.2.2, which was recently updated by Greiman in April 2023. The library is called GDSTx Allows you to use the teensy 4 or 4.1 SDIO reader to manage assets, audio files, video and jpg/jpeg/png images. Supported chips - EVE - EVE 2 - EVE 4 Some manufacturers of the EVE3 family (BT815) decided to include the goodix G911 tactile chip, which is not compatible with the FocalTech FT5XXX chips, and are not compatible with the gameduino library, so that in this family the tactile panel has not responded correctly.
|
|