General Category > General Discussion

FT82x

(1/8) > >>

armadafg:
in English:
Hello FTDI  :) ,
I am a user of the excellent gamduino2 and its ft810 and I also use the ft811 with teensy3.6. I love your chips and I'm not the only one. But we face limitations that its problematic for my projects for example the limitation of the number of instrution by images (about 2000) or 1Mbits of VRAM, I would like to be able to have the possibility of l'etante by external VRAM . I would like to know if a ft82x was in preparation or possible?

En francais (l'original)
Bonjour FTDI :) ,
Je suis un utilisateur de l'excellent gamduino2 et de son ft810 et j'utilise egalement le ft811 avec des teensy3.6. J'aime beaucoup vos chip et je suis pas le seule. Mais nous faisons face a des limitation qui son problematique pour mes projet par exemple la limitation du nombres d'instrution par images (environ 2000) ou des 1Mbits de VRAM, j'aimerait bocoup avoir la possibiliter de l'etante par de la VRAM externe. J'aimerait savoire si un ft82x etait en preparation ou envisagable ?

FTDI Community:
Hello,

Our upcoming BT815/6 series of EVE ICs also include 1MByte of internal graphics RAM. However these new ICs include support for external flash memory which can be used to store/offload graphics elements such as images, custom fonts and widgets from the integrated RAM.
You can find out more about the BT815/6 at the following page:
http://brtchip.com/bt81x/

Best Regards,
FTDI Community

armadafg:
eng:
brtchip is FTDI ? My biggest problem comes from the 2000 instruction and nothing tells me that the BT81x will solve this problem. And stay to see what the VRAM bus will give you
fra:
brtchip c'est FTDI ? Mon plus gros probleme vient des 2000 instruction et rien me dit que le BT81x resoudra ce probleme. Et reste à voire ce que vas donner le bus de VRAM

FTDI Community:
Hello,

The new series of BT81x ICs will have the same amount of VRAM as its predecessors.
We have some examples of what is possible with this at the following:
http://www.ftdichip.com/Support/SoftwareExamples/FT800_Projects.htm

Best Regards,
FTDI Community

Rudolph:
Adding to this, the 2000 entries in the display list is not the only limitation I am wondering about.

I did some profiling and found that VERTEX2F is a huge bottleneck because of the odd positions the X corrdinate has to be shifted in.
This is a major pain when working with calculated coordinates.
Especially with 8 Bit controllers which kind of are the designated target for the EVE series.
But this also has to have some impact on 32 bit controllers.
I would apreciate a command that at the cost of one bit resolution has the X coordinate not shifted.
Or heck, make that two bits shorter and 1 pixel resolution by default, that would be a range of +/- 4096 to set.

I also would not mind patching VERTEX2F for a faster operation of the FT81x but FTDI/Bridgetek would need to supply such a patch as the inner workings of the FT8xx are only partly explained.

What also is very slow is PNG support in FT81x.
I clocked a simple test picture with 3867 bytes to take 53ms for processing after sending the data.
While a JPG with 3903 only needed 480µs to process.
That means JPG is 110 faster than PNG.
Maybe this is the reason why PNG is missing from the table at http://brtchip.com/bt81x/ ?

Also I am wondering why the BT815/816 datasheet has not been updated so far with a release due next month.
The draft version really has nothing new so far, at least not in any detail.

Even more I am wondering why the FT81x programmers guide is not getting any updates despite the numerous bugs it contains and of which I reported some over a year ago.

And am I the only one wondering why the next device is named BT816 instead of BT814? :-)

Navigation

[0] Message Index

[#] Next page

Go to full version