cancel
Showing results for 
Search instead for 
Did you mean: 

display driver

brunomontanari9
Associate II
Posted on December 02, 2009 at 12:18

display driver

4 REPLIES 4
brunomontanari9
Associate II
Posted on May 17, 2011 at 13:31

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

Bruno

andem2
Associate II
Posted on May 17, 2011 at 13:31

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.

brunomontanari9
Associate II
Posted on May 17, 2011 at 13:31

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 you

ccowdery9
Associate III
Posted on May 17, 2011 at 13:31

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.