2009-12-02 03:18 AM
display driver
2011-05-17 04:31 AM
Hi everyone,
I'm using a TFT from Ampire, part number: AM-320240N1TMQW-W0H. Right now, I'm beginning to develop a driver for the AMP506/FSA506, on the display manual there is some sort of a ''how to start'' with some initial functions, but it is missing some defines and includes...and the best would be if I could remain the lcd and draw functions on the stm32 lib - so I'd like to know if someone has already done this. If so, please send me the source code. Thanks in advance Best Regards Bruno2011-05-17 04:31 AM
I use also a TFT Display from Ampire with my controller.
It is not the right answer to your question, but maybe a short hint. I use the grafic library from ramtex (www.ramtex.dk). It's not a free Software, but you will save many day's of try-and-error when you are using this library.2011-05-17 04:31 AM
Hi andem2!
Thanks for the tip, I've just check their web site...but unfortunately they don't have the library for my driver :-[ I'll search for other companies that may have it :) Once I'm done with it, I'll post the solution. Thank you2011-05-17 04:31 AM
With the ST Demo code, all the various LCD functions reduce to a couple of simple 'draw pixel' and 'draw character' functions. I very easily ported these to the different displays I use, so I can continue to use the ST higher level functionality.
Chris.