Jump to content

pjwl

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by pjwl

  1. Hello,

    I have a the AT32UC3A0512 in combination with the SSD1963 lcd controller. The AT32 has an EBI interface, with this you can controll sdram, static memory and lcd controller like the SSD1963. Now I would like to use the uGFX library to create a GUI and controlling the SSD1963. I use the Atmel Studio as my IDE.

    I have included the library and the SSD1963 driver in my source and have setup my EBI interface to get access to the SSD1963. In the documentation reads that a board file needs to be included, where the driver for SSD1963 needs te be access etc,etc. 

    Acces EBI interface:

    #define AVR32_EBI_CS1_ADDRESS              0xD0000000

    define SSD1963_EBI                    (&AVR32_EBI_CS1_ADDRESS)
    #define SSD1963_DATA                ((volatile unsigned char *) AVR32_EBI_CS1_ADDRESS)

    Where must I include this board file in the source and what must be in it to get the SSD1963 driver to work with my EBI 

     

    Thanks already.

×
×
  • Create New...