| Author |
Message |
|
|
Posted: Jul 09, 2010 - 12:42 PM |
|

Joined: Jul 09, 2010
Posts: 3
|
|
Hi,
since I was forced to do some work on a EVK1100 board with a AVR32UC3A controller I am trying to get get the LCD running.
What I did is I set up a new project using the "AVR32 C Project from Template" wizard.
After that I included the LCD Library by using the "Framework" menu.
Trying to build, I keep getting an error message saying "board.h" is missing (it is included in the dip204.c file).
Importing the Boards folder of the framework doesn't help.
Does anybody have any ideas?
Thanks in advance |
|
|
| |
|
|
|
|
|
Posted: Jul 09, 2010 - 02:19 PM |
|


Joined: Jan 14, 2007
Posts: 1836
Location: Nantes, France
|
|
|
|
|
|
|
Posted: Jul 12, 2010 - 04:38 PM |
|

Joined: Jul 09, 2010
Posts: 3
|
|
Turned out that I have to set up the board (EVK1100 in my case) when I am using the Template-Wizard.
Now it's running fine! I guess I will be back with some more questions soon  |
|
|
| |
|
|
|
|
|
Posted: Aug 18, 2010 - 08:38 AM |
|

Joined: Aug 10, 2010
Posts: 14
|
|
| [hce: cross posted, advertising removed] |
|
|
| |
|
|
|
|
|
Posted: Aug 18, 2010 - 10:57 AM |
|


Joined: Jul 18, 2005
Posts: 62220
Location: (using avr-gcc in) Finchingfield, Essex, England
|
|
| Moderator: the above post is blatant spam. I have removed his posts in other fora where I have mod. rights - suggest a moderator of this forum do the same. |
_________________
|
| |
|
|
|
|
|
Posted: Jan 03, 2011 - 06:42 PM |
|

Joined: Jan 03, 2011
Posts: 1
|
|
| m doing a project which converts input analog voltage on adc0 and displays the digital value on lcd...m using avr stdio., plz help me write the code,,[/list] |
|
|
| |
|
|
|
|
|
Posted: Feb 25, 2011 - 07:57 PM |
|

Joined: Oct 01, 2010
Posts: 9
|
|
| Look at EVK1104 schematics. Yo will see how to use a TFT LCD. You can connect LCD Data Pins to EBI. Anyway, it shares ebi data bus with SDRAM. Be careful that A23 pin of EBI is used to send command to LCD. The rest is changing code of DIP204. It is HX8347-A controller. I used LGDP4531 instead. |
|
|
| |
|
|
|
|
|