Firewing 1.0.0.5
A new version of Firewing is ready to download
http://www.firewing.info/pmwiki.php?n=Firewing.Download
This has some important compiler fixes. In addition, the install has library support for the FTDI Eve (FT800) graphics chip. The library has been tested with a FTDI VM800B43A and also a Gameduino 2. The library interface follows very closely the Gameduino 2 interface, so much so that you can use the Gameduino 2 documentation. For example,
I will try and post some sample programs on the wiki soon. However, feel feel to drop me an email if you want me to email them to you straight away...
http://www.firewing.info/pmwiki.php?n=Firewing.Download
This has some important compiler fixes. In addition, the install has library support for the FTDI Eve (FT800) graphics chip. The library has been tested with a FTDI VM800B43A and also a Gameduino 2. The library interface follows very closely the Gameduino 2 interface, so much so that you can use the Gameduino 2 documentation. For example,
- Code: Select all
#option _gccOptimise = Os
#option FT_MODEL = GAMEDUINO
imports Ft800
sub main()
Ft.Clear()
Ft.cmd_text(240, 136, 29, OPT_CENTER, "Hello FT800")
Ft.Swap()
end sub
I will try and post some sample programs on the wiki soon. However, feel feel to drop me an email if you want me to email them to you straight away...