Spin Graphic Driver
att_jay
Posts: 10
Hello
I am actually after for the spin (propeller) driver for the following graphic display with some demo example if any
http://www.sparkfun.com/products/8799
Thankyou
Jay
I am actually after for the spin (propeller) driver for the following graphic display with some demo example if any
http://www.sparkfun.com/products/8799
Thankyou
Jay
Comments
Duane
There is also an object on the obex, which is a slightly modified version of Ray's object, posted with his kind permission.
There is a big font option using propeller built in fonts, and an inverted mode. I used inverted mode with little backlight in direct sunlight, with acceptable results.
Anyway the display is quite easy to work with, even if not really fast. You need a lot of free pins (careful if you use flat cables... I had intermittent connections driving me crazy on the protoboard).
The display works with a 5V power supply, so better place series resistances between the propeller and the display itself.
Massimo
Thank you for your detailed reply...
>>There is also an object on the obex, which is a slightly modified version of Ray's object, posted with his kind permission.
could you please send me the link?
>>There is a big font option using propeller built in fonts.
please specify it bit more...(thanks)
Also it would be great if you could send me sample copy of your code for study purposes.
Cheers
Jay
http://obex.parallax.com/objects/569/
The HugeLcd_Test1.10 file contains Ray's demo, modified to show some added features. Please check also the orginal code on Ray's website, because Ray is the lord of displays.
Propeller has built in fonts, used for VGA and video code. I used the fonts in the ROM to show big fonts, in graphics way. The fonts are mixed up (check the propeller manual and the Hydra manual to an in depth explanation), so in the spin code the relevant pixels are extracted from ROM and placed in the display memory.
I used the display on a sailing boat to show GPS log data, so I searched BIG displays and BIG fonts... :-)
Massimo